Uses of Class
org.qedeq.kernel.xml.tracker.SimpleXPath

Packages that use SimpleXPath
org.qedeq.kernel.xml.mapper Contains mapper for XML objects. 
org.qedeq.kernel.xml.tracker Tracks simple XPath descriptions in XML files. 
 

Uses of SimpleXPath in org.qedeq.kernel.xml.mapper
 

Methods in org.qedeq.kernel.xml.mapper that return SimpleXPath
static SimpleXPath Context2SimpleXPath.getXPath(ModuleContext find, Qedeq qedeq)
          This method finds a ModuleContext something like
getChapterList().get(4).getSectionList().get(0).getSubsectionList().get(4).getLatex().get(0)
within a Qedeq module and returns a kind of XPath location for an associated XML document:
QEDEQ/CHAPTER[5]/SECTION/SUBSECTIONS/SUBSECTION[2]/TEXT/LATEX
 

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

Methods in org.qedeq.kernel.xml.tracker with parameters of type SimpleXPath
 boolean SimpleXPath.equalsElements(SimpleXPath other)
          Are the elements and occurrences of this and another element equal? No special treatment of "*" elements.
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.
 boolean SimpleXPath.matchesElements(SimpleXPath current, SimpleXPath currentSummary)
          Match the elements and occurrences of this finder object and current elements? This object may contain "*" elements.
 boolean SimpleXPath.matchesElementsBegining(SimpleXPath current, SimpleXPath currentSummary)
          Match the elements and occurrences of this finder object and current elements? This object may contain "*" elements.
 

Constructors in org.qedeq.kernel.xml.tracker with parameters of type SimpleXPath
SimpleXPath(SimpleXPath original)
          Copy constructor.
XPathLocationParser(SimpleXPath xpath, SourcePosition startDelta, SourcePosition endDelta)
          Constructor.
 



Copyright © 2014. All Rights Reserved.