org.apache.woden.types
Class NamespaceDeclaration
java.lang.Object
org.apache.woden.types.NamespaceDeclaration
public class NamespaceDeclaration
- extends Object
Represents an XML namespace declaration, consisting of a namespace prefix
and a namespace URI. This is an immutable class.
- Author:
- John Kaputin (jkaputin@apache.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLNS_NS_STRING
public static final String XMLNS_NS_STRING
- See Also:
- Constant Field Values
XMLNS_NS_URI
public static final URI XMLNS_NS_URI
NamespaceDeclaration
public NamespaceDeclaration(String prefix,
URI namespaceURI)
getPrefix
public String getPrefix()
getNamespaceURI
public URI getNamespaceURI()
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.