|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.StandardURIResolver
com.saxonica.ptree.PTreeURIResolver
This class provides the service of converting a URI into an InputSource. This implementation recognizes the Saxon-SA-specific .ptree extension as identifying a source file in PTree format.
Field Summary |
Fields inherited from class net.sf.saxon.StandardURIResolver |
recognizeQueryParameters |
Constructor Summary | |
PTreeURIResolver()
Create a PTreeURIResolver, with no reference to a Configuration |
|
PTreeURIResolver(Configuration config)
Create a PTreeURIResolver, with a reference to a Configuration |
Method Summary | |
protected javax.xml.transform.Source |
getPTreeSource(java.lang.String href,
java.lang.String base)
Handle a PTree source file (Saxon-SA only) |
Methods inherited from class net.sf.saxon.StandardURIResolver |
getPlatform, queryParametersAreRecognized, resolve, setRecognizeQueryParameters |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PTreeURIResolver()
public PTreeURIResolver(Configuration config)
config
- The Configuration object.
This is used to get a SAX Parser for a source XML documentMethod Detail |
protected javax.xml.transform.Source getPTreeSource(java.lang.String href, java.lang.String base) throws XPathException
getPTreeSource
in class StandardURIResolver
XPathException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |