package javax.xml.stream.events; public interface Namespace extends Attribute { public String getPrefix(); public String getNamespaceURI(); public boolean isDefaultNamespaceDeclaration(); }