public class EPPStrictContactParser extends EPPSchemaCachingParser
EPPFactory, but overriding the contact XML schema to use the strict
EPP Contact RFC 5733 XML schema "contact-1.0.xsd".| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
POOL
Name of the EPP XML Parser Pool managed by
GenericPoolManager |
BIG_PRIME, CREATE_ENTITY_REF_NODES, DEFER_NODE_EXPANSION, DISALLOW_DOCTYPE_DECL, EXTERNAL_GENERAL_ENTITIES, EXTERNAL_PARAMETER_ENTITIES, INCLUDE_IGNORABLE_WHITE_SPACE, LOAD_DTD_GRAMMAR, LOAD_EXTERNAL_DTD, NAMESPACES_FEATURE_ID, NORMALIZE_DATA, SCHEMA_FULL_CHECKING_FEATURE_ID, SCHEMA_VALIDATION_FEATURE_ID, SYMBOL_TABLE, VALIDATION_FEATURE_ID, XMLGRAMMAR_POOL| Constructor and Description |
|---|
EPPStrictContactParser() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<java.lang.String> |
getXmlSchemas()
Gets the XML schemas to load into the XML parser by loading the XML
schemas from the
EPPFactory and overriding the contact XML schema
to use the strict EPP Contact RFC 5733 XML schema "contact-1.0.xsd". |
addSchemaToCache, getDOMImplementation, getFeature, getProperty, getSymbolTableSize, init, isNamespaceAware, isValidating, newDocument, parse, parse, parse, parse, parse, preloadSchemas, setEntityResolver, setErrorHandler, setFeature, setLockSchemaCache, setProperty, setSymbolTableSizepublic static final java.lang.String POOL
GenericPoolManagerprotected java.util.Set<java.lang.String> getXmlSchemas()
EPPFactory and overriding the contact XML schema
to use the strict EPP Contact RFC 5733 XML schema "contact-1.0.xsd".getXmlSchemas in class EPPSchemaCachingParserSet of XML names to pre-load.