Package com.ctc.wstx.sax
Class WstxSAXParser.ResolverProxy
java.lang.Object
com.ctc.wstx.sax.WstxSAXParser.ResolverProxy
- All Implemented Interfaces:
XMLResolver
- Enclosing class:
WstxSAXParser
Simple helper class that converts from Stax API into SAX
EntityResolver call(s)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final XMLResolverStax resolver originally configured on the factory; used as a fallback when no SAX EntityResolver has been set on the parser. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mFallback
Stax resolver originally configured on the factory; used as a fallback when no SAX EntityResolver has been set on the parser. See [woodstox-core#226].
-
-
Constructor Details
-
ResolverProxy
public ResolverProxy() -
ResolverProxy
-
-
Method Details
-
resolveEntity
public Object resolveEntity(String publicID, String systemID, String baseURI, String namespace) throws XMLStreamException - Specified by:
resolveEntityin interfaceXMLResolver- Throws:
XMLStreamException
-