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 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:
      resolveEntity in interface org.apache.xerces.xni.parser.XMLEntityResolver
      Parameters:
      aXMLResourceIdentifier - DOCUMENT ME!
      Returns:
      DOCUMENT ME!
      Throws:
      org.apache.xerces.xni.XNIException - DOCUMENT ME!
      IOException - DOCUMENT ME!