org.apache.woden.types
Class NamespaceDeclaration

java.lang.Object
  extended by 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)

Field Summary
static String XMLNS_NS_STRING
           
static URI XMLNS_NS_URI
           
 
Constructor Summary
NamespaceDeclaration(String prefix, URI namespaceURI)
           
 
Method Summary
 URI getNamespaceURI()
           
 String getPrefix()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

NamespaceDeclaration

public NamespaceDeclaration(String prefix,
                            URI namespaceURI)
Method Detail

getPrefix

public String getPrefix()

getNamespaceURI

public URI getNamespaceURI()


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.