public class EPPDisabledEntityResolver
extends java.lang.Object
implements org.apache.xerces.xni.parser.XMLEntityResolver, org.xml.sax.EntityResolver
Constructor and Description |
---|
EPPDisabledEntityResolver()
Creates a new EPPSchemaParsingEntityResolver object.
|
Modifier and Type | Method and Description |
---|---|
org.xml.sax.InputSource |
resolveEntity(java.lang.String aPublicId,
java.lang.String aSystemId)
Resolves the entity passed in when parsing the instance document.
|
org.apache.xerces.xni.parser.XMLInputSource |
resolveEntity(org.apache.xerces.xni.XMLResourceIdentifier aXMLResourceIdentifier)
Resolves the entity passed in when parsing the instance document.
|
public EPPDisabledEntityResolver()
public org.apache.xerces.xni.parser.XMLInputSource resolveEntity(org.apache.xerces.xni.XMLResourceIdentifier aXMLResourceIdentifier) throws org.apache.xerces.xni.XNIException, java.io.IOException
IOException
.resolveEntity
in interface org.apache.xerces.xni.parser.XMLEntityResolver
aXMLResourceIdentifier
- XML schema to loadIOException
.org.apache.xerces.xni.XNIException
- Never thrownjava.io.IOException
- Thrown with the message "resolving entity disallowed".public org.xml.sax.InputSource resolveEntity(java.lang.String aPublicId, java.lang.String aSystemId) throws org.xml.sax.SAXException, java.io.IOException
SAXException
.resolveEntity
in interface org.xml.sax.EntityResolver
aPublicId
- Public identifier of entityaSystemId
- System identifier of entitySAXException
.org.xml.sax.SAXException
- Thrown with the message "resolving entity disallowed".java.io.IOException
- Not thrownorg.apache.xerces.xni.XNIException
- Not thrown