Uses of Interface
org.saxpath.XPathReader
-
Packages that use XPathReader Package Description org.saxpath.helpers -
-
Uses of XPathReader in org.saxpath.helpers
Methods in org.saxpath.helpers that return XPathReader Modifier and Type Method Description static XPathReader
XPathReaderFactory. createReader()
Create anXPathReader
using the value of theorg.saxpath.driver
system property.static XPathReader
XPathReaderFactory. createReader(java.lang.String className)
Create anXPathReader
using the passed in class name.
-