Class ResolverConstants

java.lang.Object
org.xmlresolver.ResolverConstants

public final class ResolverConstants extends Object
A collection of constants.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The XML Namespace name of OASIS XML Catalog files, "urn:oasis:names:tc:entity:xmlns:xml:catalog".
    static final String
    The (X)HTML Namespace name, "http://www.w3.org/1999/xhtml".
    static final String
    The XML Namespace name of RDDL, "http://www.rddl.org/".
    static final String
    The XML Namespace name of OASIS XML Catalog files, "urn:oasis:names:tc:entity:xmlns:xml:catalog".
    static final String
    The XML Namespace name of XLink, "http://www.w3.org/1999/xlink".
    static final String
    The XML Namespace name, "http://www.w3.org/XML/1998/namespace".
    static final String
    The XML Namespace name of XML Resolver Catalog extensions, "http://xmlresolver.org/ns/catalog".
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CATALOG_NS

      public static final String CATALOG_NS
      The XML Namespace name of OASIS XML Catalog files, "urn:oasis:names:tc:entity:xmlns:xml:catalog".
      See Also:
    • TR9401_NS

      public static final String TR9401_NS
      The XML Namespace name of OASIS XML Catalog files, "urn:oasis:names:tc:entity:xmlns:xml:catalog".
      See Also:
    • RDDL_NS

      public static final String RDDL_NS
      The XML Namespace name of RDDL, "http://www.rddl.org/".
      See Also:
    • HTML_NS

      public static final String HTML_NS
      The (X)HTML Namespace name, "http://www.w3.org/1999/xhtml".
      See Also:
    • XML_NS

      public static final String XML_NS
      The XML Namespace name, "http://www.w3.org/XML/1998/namespace".
      See Also:
    • XMLRESOURCE_EXT_NS

      public static final String XMLRESOURCE_EXT_NS
      The XML Namespace name of XML Resolver Catalog extensions, "http://xmlresolver.org/ns/catalog".
      See Also:
  • Constructor Details

    • ResolverConstants

      public ResolverConstants()