Uses of Class
org.qedeq.base.io.SourceArea

Packages that use SourceArea
org.qedeq.base.io Common input and output methods and access objects for text reading and writing are provided here. 
org.qedeq.kernel.bo.module Business objects for qedeq modules. 
org.qedeq.kernel.bo.service.internal Central module service plugin functionality. 
org.qedeq.kernel.se.common Common classes. 
org.qedeq.kernel.xml.dao Load and persist QEDEQ XML modules. 
org.qedeq.kernel.xml.handler.common Common handlers for parsing XML. 
org.qedeq.kernel.xml.tracker Tracks simple XPath descriptions in XML files. 
 

Uses of SourceArea in org.qedeq.base.io
 

Methods in org.qedeq.base.io with parameters of type SourceArea
 java.lang.String TextInput.getSourceArea(SourceArea area)
          Get source area as string.
 

Uses of SourceArea in org.qedeq.kernel.bo.module
 

Methods in org.qedeq.kernel.bo.module that return SourceArea
 SourceArea QedeqFileDao.createSourceArea(Qedeq qedeq, ModuleContext context)
          Get area in source file for QEDEQ module context.
 

Uses of SourceArea in org.qedeq.kernel.bo.service.internal
 

Methods in org.qedeq.kernel.bo.service.internal that return SourceArea
 SourceArea DefaultKernelQedeqBo.createSourceArea(Qedeq qedeq, ModuleContext context)
          Create area in source file for QEDEQ module context.
 

Uses of SourceArea in org.qedeq.kernel.se.common
 

Methods in org.qedeq.kernel.se.common that return SourceArea
 SourceArea SourceFileException.getReferenceArea()
          Get additional position information about another associated location.
 SourceArea SourceFileException.getSourceArea()
          Get position information about error location.
 

Constructors in org.qedeq.kernel.se.common with parameters of type SourceArea
SourceFileException(Service service, int errorCode, java.lang.String errorText, java.lang.Throwable exception, SourceArea errorArea, SourceArea referenceArea)
          Constructor.
SourceFileException(Service service, QedeqException exception, SourceArea errorArea, SourceArea referenceArea)
          Constructor.
 

Uses of SourceArea in org.qedeq.kernel.xml.dao
 

Methods in org.qedeq.kernel.xml.dao that return SourceArea
 SourceArea XmlQedeqFileDao.createSourceArea(Qedeq qedeq, ModuleContext context)
           
 

Uses of SourceArea in org.qedeq.kernel.xml.handler.common
 

Methods in org.qedeq.kernel.xml.handler.common that return SourceArea
 SourceArea SaxDefaultHandler.createSourceArea()
          Create current source area.
 

Uses of SourceArea in org.qedeq.kernel.xml.tracker
 

Methods in org.qedeq.kernel.xml.tracker that return SourceArea
static SourceArea XPathLocationParser.findSourceArea(java.io.File file, SimpleXPath xpath)
          Search simple XPath within an XML file.
static SourceArea XPathLocationParser.findSourceArea(java.lang.String address, SimpleXPath xpath, SourcePosition startDelta, SourcePosition endDelta, java.io.File file)
          Search simple XPath within an XML file.
 



Copyright © 2014. All Rights Reserved.