|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.util.EPPSchemaCachingEntityResolver
public class EPPSchemaCachingEntityResolver
EPPSchemaCachingEntityResolver is the entity resolver that goes with EPPSchemaCachingParser. It supports caching schemas for the parser instance and looking up schema instances in the Classpath.
Constructor Summary | |
---|---|
EPPSchemaCachingEntityResolver(EPPSchemaCacher aSchemaCache)
Create a new instance of EPPSchemaCachingEntityResolver. |
Method Summary | |
---|---|
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 aResourceIdentifier)
Implemented because of the XNI interface. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPPSchemaCachingEntityResolver(EPPSchemaCacher aSchemaCache)
aSchemaCache
- An instance of EPPSchemaCacher to call back on to
cache a schema once it loads it.Method Detail |
---|
public org.xml.sax.InputSource resolveEntity(java.lang.String aPublicId, java.lang.String aSystemId) throws org.xml.sax.SAXException, java.io.IOException
resolveEntity
in interface org.xml.sax.EntityResolver
aPublicId
- DOCUMENT ME!aSystemId
- DOCUMENT ME!
org.xml.sax.SAXException
- DOCUMENT ME!
java.io.IOException
- DOCUMENT ME!
org.apache.xerces.xni.XNIException
- DOCUMENT ME!public org.apache.xerces.xni.parser.XMLInputSource resolveEntity(org.apache.xerces.xni.XMLResourceIdentifier aResourceIdentifier) throws org.apache.xerces.xni.XNIException, java.io.IOException
resolveEntity
in interface org.apache.xerces.xni.parser.XMLEntityResolver
aResourceIdentifier
- The resource identifier that should be
resolved.
org.apache.xerces.xni.XNIException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |