Package | Description |
---|---|
org.jaxen.saxpath.base |
jaxen
implementation of the SAXPath functionality.
|
org.jaxen.saxpath.helpers |
Helper classes for instantiating XPathReaders.
|
Modifier and Type | Class and Description |
---|---|
class |
XPathReader
Implementation of SAXPath's
XPathReader which
generates callbacks to an XPathHandler . |
Modifier and Type | Method and Description |
---|---|
static XPathReader |
XPathReaderFactory.createReader()
Create an
XPathReader using the value of
the org.saxpath.driver system property. |
static XPathReader |
XPathReaderFactory.createReader(java.lang.String className)
Create an
XPathReader using the passed
in class name. |