Namespacepublic interface Namespace implements AttributeAn interface that contains information about a namespace.
Namespaces are accessed from a StartElement. |
Methods Summary |
---|
public java.lang.String | getNamespaceURI()Gets the uri bound to the prefix of this namespace
| public java.lang.String | getPrefix()Gets the prefix, returns "" if this is a default
namespace declaration.
| public boolean | isDefaultNamespaceDeclaration()returns true if this attribute declares the default namespace
|
|