Uses of Interface
org.jaxen.saxpath.XPathReader
-
Packages that use XPathReader Package Description org.jaxen.saxpath.base jaxen implementation of the SAXPath functionality.org.jaxen.saxpath.helpers Helper classes for instantiating XPathReaders. -
-
Uses of XPathReader in org.jaxen.saxpath.base
Classes in org.jaxen.saxpath.base that implement XPathReader Modifier and Type Class Description classXPathReaderImplementation of SAXPath'sXPathReaderwhich generates callbacks to anXPathHandler. -
Uses of XPathReader in org.jaxen.saxpath.helpers
Methods in org.jaxen.saxpath.helpers that return XPathReader Modifier and Type Method Description static XPathReaderXPathReaderFactory. createReader()Create anXPathReaderusing the value of theorg.saxpath.driversystem property.static XPathReaderXPathReaderFactory. createReader(java.lang.String className)Create anXPathReaderusing the passed in class name.
-