Hilbert II - Version 0.03.04

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 Context2SimpleXPathOld.getXPath(ModuleContext context)
          Deprecated.  
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 At this example one can already see that getSubsectionList().get(4) is transformed into SUBSECTIONS/SUBSECTION[2].
 

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

Methods in org.qedeq.kernel.xml.tracker that return SimpleXPath
 SimpleXPath XPathLocationParser.getFind()
          Get searched XPath.
static SimpleXPath XPathLocationFinder.getXPathLocation(String xmlFile, SimpleXPath xpath)
          Search simple XPath within an XML file.
static SimpleXPath XPathLocationFinder.getXPathLocation(String xmlFile, String xpath)
          Search simple XPath within an XML file.
 

Methods in org.qedeq.kernel.xml.tracker with parameters of type SimpleXPath
static SimpleXPath XPathLocationFinder.getXPathLocation(String xmlFile, SimpleXPath xpath)
          Search simple XPath within an XML file.
 boolean SimpleXPath.equalsElements(SimpleXPath other)
          Are the elements and occurrences of this and another element equal?
 boolean SimpleXPath.matchesElements(SimpleXPath current, SimpleXPath currentSummary)
          Match the elements and occurrences of this finder object and current elements?
 boolean SimpleXPath.matchesElementsBegining(SimpleXPath current, SimpleXPath currentSummary)
          Match the elements and occurrences of this finder object and current elements?
 

Constructors in org.qedeq.kernel.xml.tracker with parameters of type SimpleXPath
SimpleXPath(SimpleXPath original)
          Copy constructor.
 


Hilbert II - Version 0.03.04

©left GNU General Public Licence
All Rights Reserved.