Class EPPStrictContactParser

All Implemented Interfaces:
EPPSchemaCacher

public class EPPStrictContactParser extends EPPSchemaCachingParser
XML parser that pre-caches the XML schemas registered in the EPPFactory, but overriding the contact XML schema to use the strict EPP Contact RFC 5733 XML schema "contact-1.0.xsd".
  • Field Details

  • Constructor Details

    • EPPStrictContactParser

      public EPPStrictContactParser()
  • Method Details

    • getXmlSchemas

      protected Set<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".
      Overrides:
      getXmlSchemas in class EPPSchemaCachingParser
      Returns:
      Set of XML names to pre-load.