Package org.opencastproject.util
Class XmlNamespaceBinding
java.lang.Object
org.opencastproject.util.XmlNamespaceBinding
- All Implemented Interfaces:
Serializable
Declaration of an XML namespace binding which is the association of a prefix to a namespace URI (namespace name).
See W3C specification for details.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXmlNamespaceBinding(String prefix, String namespaceURI) Bind a prefix to a namespace URI (namespace name). -
Method Summary
-
Constructor Details
-
XmlNamespaceBinding
Bind a prefix to a namespace URI (namespace name).- Parameters:
prefix- a prefix or the empty string (XMLConstants.DEFAULT_NS_PREFIX) to bind the default namespacenamespaceURI- Either a URI or the empty string (XMLConstants.NULL_NS_URI). See Declaring Namespaces for details about namespace declarations.
-
-
Method Details