- All Implemented Interfaces:
- Serializable, URIResolver, NonDelegatingURIResolver
public class XomUriResolver
extends StandardURIResolver
This class is a URI resolver that loads an XML document found at the relevant
URI and builds a XOM tree from it; the XOM tree is then returned as a source object.
The main purpose of this class is for testing: any application that works with
a Saxon tinytree can be tested against XOM merely by selecting this URIResolver.
- Author:
- Michael H. Kay
- See Also:
- Serialized Form