com.saxonica.ptree
Class PTreeURIResolver
java.lang.Object
net.sf.saxon.StandardURIResolver
com.saxonica.ptree.PTreeURIResolver
- All Implemented Interfaces:
- Serializable, URIResolver, NonDelegatingURIResolver
public class PTreeURIResolver
- extends StandardURIResolver
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.
- Author:
- Michael H. Kay
- See Also:
- Serialized Form
PTreeURIResolver
public PTreeURIResolver()
- Create a PTreeURIResolver, with no reference to a Configuration
PTreeURIResolver
public PTreeURIResolver(Configuration config)
- Create a PTreeURIResolver, with a reference to a Configuration
- Parameters:
config
- The Configuration object.
This is used to get a SAX Parser for a source XML document
Copyright (C) Michael H. Kay. All rights reserved.