FileDocCategorySizeDatePackage
Namespace.javaAPI DocJava SE 6 API748Tue Jun 10 00:27:10 BST 2008javax.xml.stream.events

Namespace

public interface Namespace implements Attribute
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
StartElement
since
1.6

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetNamespaceURI()
Gets the uri bound to the prefix of this namespace

public java.lang.StringgetPrefix()
Gets the prefix, returns "" if this is a default namespace declaration.

public booleanisDefaultNamespaceDeclaration()
returns true if this attribute declares the default namespace