Package com.verisign.epp.util
Class EPPSchemaParsingEntityResolver
java.lang.Object
com.verisign.epp.util.EPPSchemaParsingEntityResolver
- All Implemented Interfaces:
org.apache.xerces.xni.parser.XMLEntityResolver
public class EPPSchemaParsingEntityResolver
extends Object
implements org.apache.xerces.xni.parser.XMLEntityResolver
Title:
Description:
Copyright: Copyright (c) 2003
Company:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new EPPSchemaParsingEntityResolver object. -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.xerces.xni.parser.XMLInputSourceresolveEntity(org.apache.xerces.xni.XMLResourceIdentifier aXMLResourceIdentifier) Resolves the entity passed in when parsing the instance document.
-
Constructor Details
-
EPPSchemaParsingEntityResolver
public EPPSchemaParsingEntityResolver()Creates a new EPPSchemaParsingEntityResolver object.
-
-
Method Details
-
resolveEntity
public org.apache.xerces.xni.parser.XMLInputSource resolveEntity(org.apache.xerces.xni.XMLResourceIdentifier aXMLResourceIdentifier) throws org.apache.xerces.xni.XNIException, IOException Resolves the entity passed in when parsing the instance document. Will try to find the schema from the classpath.- Specified by:
resolveEntityin interfaceorg.apache.xerces.xni.parser.XMLEntityResolver- Parameters:
aXMLResourceIdentifier- DOCUMENT ME!- Returns:
- DOCUMENT ME!
- Throws:
org.apache.xerces.xni.XNIException- DOCUMENT ME!IOException- DOCUMENT ME!
-