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