Hilbert II - Version 0.03.01

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 context)
          Transform context information into XML specific location information.
 

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, String xpath)
          Search simple XPath within an XML file.
 

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?
 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?
 


Hilbert II - Version 0.03.01

©left GNU General Public Licence
All Rights Reserved.