| javax.xml.stream.events.Namespace
Namespace | public interface Namespace extends Attribute(Code) | | An interface that contains information about a namespace.
Namespaces are accessed from a StartElement.
version: 1.0 author: Copyright (c) 2003 by BEA Systems. All Rights Reserved. See Also: StartElement |
getNamespaceURI | public String getNamespaceURI()(Code) | | Gets the uri bound to the prefix of this namespace
|
getPrefix | public String getPrefix()(Code) | | Gets the prefix, returns "" if this is a default
namespace declaration.
|
isDefaultNamespaceDeclaration | public boolean isDefaultNamespaceDeclaration()(Code) | | returns true if this attribute declares the default namespace
|
|
|