Package org.xmlresolver
Class ResolverConstants
java.lang.Object
org.xmlresolver.ResolverConstants
A collection of constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 -
Method Summary
-
Field Details
-
CATALOG_NS
The XML Namespace name of OASIS XML Catalog files, "urn:oasis:names:tc:entity:xmlns:xml:catalog".- See Also:
-
TR9401_NS
The XML Namespace name of OASIS XML Catalog files, "urn:oasis:names:tc:entity:xmlns:xml:catalog".- See Also:
-
RDDL_NS
The XML Namespace name of RDDL, "http://www.rddl.org/".- See Also:
-
XLINK_NS
The XML Namespace name of XLink, "http://www.w3.org/1999/xlink".- See Also:
-
HTML_NS
The (X)HTML Namespace name, "http://www.w3.org/1999/xhtml".- See Also:
-
XML_NS
The XML Namespace name, "http://www.w3.org/XML/1998/namespace".- See Also:
-
XMLRESOURCE_EXT_NS
The XML Namespace name of XML Resolver Catalog extensions, "http://xmlresolver.org/ns/catalog".- See Also:
-
-
Constructor Details
-
ResolverConstants
public ResolverConstants()
-