|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.parsers.DocumentBuilder
com.verisign.epp.util.EPPSchemaCachingParser
com.verisign.epp.util.EPPXMLSignatureSchemaCachingParser
public class EPPXMLSignatureSchemaCachingParser
Extension of the EPPSchemaCachingParser
that disables the
NORMALIZE_DATA
feature that causes an issue in validating
XML signatures. The NORMALIZE_DATA
will trim elements based
the rules defined by the XML schema, which invalidates the XML signature.
Field Summary |
---|
Constructor Summary | |
---|---|
EPPXMLSignatureSchemaCachingParser()
Default constructor. |
|
EPPXMLSignatureSchemaCachingParser(int aSymbolTableSize)
|
Method Summary | |
---|---|
protected void |
init()
Helper method to initialize this instance of EPPSchemaCachingParser . |
Methods inherited from class com.verisign.epp.util.EPPSchemaCachingParser |
---|
addSchemaToCache, getDOMImplementation, getFeature, getProperty, getSymbolTableSize, isNamespaceAware, isValidating, newDocument, parse, parse, parse, parse, parse, setEntityResolver, setErrorHandler, setFeature, setLockSchemaCache, setProperty, setSymbolTableSize |
Methods inherited from class javax.xml.parsers.DocumentBuilder |
---|
getSchema, isXIncludeAware, reset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPPXMLSignatureSchemaCachingParser()
public EPPXMLSignatureSchemaCachingParser(int aSymbolTableSize)
aSymbolTableSize
- Method Detail |
---|
protected void init() throws EPPParserException
EPPSchemaCachingParser
.
init
in class EPPSchemaCachingParser
EPPParserException
- Error initializing EPPSchemaCachingParser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |