Class ResolverConstants


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

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

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CATALOG_NS

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

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

        public static final java.lang.String RDDL_NS
        The XML Namespace name of RDDL, "http://www.rddl.org/".
        See Also:
        Constant Field Values
      • XLINK_NS

        public static final java.lang.String XLINK_NS
        The XML Namespace name of XLink, "http://www.w3.org/1999/xlink".
        See Also:
        Constant Field Values
      • HTML_NS

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

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

        public static final java.lang.String XMLRESOURCE_EXT_NS
        The XML Namespace name of XML Resolver Catalog extensions, "http://xmlresolver.org/ns/catalog".
        See Also:
        Constant Field Values
    • Constructor Detail

      • ResolverConstants

        public ResolverConstants()