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 java.lang.Object implements org.apache.xerces.xni.parser.XMLEntityResolverTitle:
Description:
Copyright: Copyright (c) 2003
Company:
-
-
Constructor Summary
Constructors Constructor Description EPPSchemaParsingEntityResolver()Creates a new EPPSchemaParsingEntityResolver object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.xerces.xni.parser.XMLInputSourceresolveEntity(org.apache.xerces.xni.XMLResourceIdentifier aXMLResourceIdentifier)Resolves the entity passed in when parsing the instance document.
-
-
-
Method Detail
-
resolveEntity
public org.apache.xerces.xni.parser.XMLInputSource resolveEntity(org.apache.xerces.xni.XMLResourceIdentifier aXMLResourceIdentifier) throws org.apache.xerces.xni.XNIException, java.io.IOExceptionResolves 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!java.io.IOException- DOCUMENT ME!
-
-