- 
- All Superinterfaces:
- Attribute,- XMLEvent,- XMLStreamConstants
 
 public interface Namespace extends Attribute An interface that contains information about a namespace. Namespaces are accessed from a StartElement.- Since:
- 1.6
- See Also:
- StartElement
 
- 
- 
Field Summary- 
Fields declared in interface javax.xml.stream.XMLStreamConstantsATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNamespaceURI()Gets the uri bound to the prefix of this namespaceStringgetPrefix()Gets the prefix, returns "" if this is a default namespace declaration.booleanisDefaultNamespaceDeclaration()returns true if this attribute declares the default namespace- 
Methods declared in interface javax.xml.stream.events.AttributegetDTDType, getName, getValue, isSpecified
 - 
Methods declared in interface javax.xml.stream.events.XMLEventasCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode
 
- 
 
- 
- 
- 
Method Detail- 
getPrefixString getPrefix() Gets the prefix, returns "" if this is a default namespace declaration.
 - 
getNamespaceURIString getNamespaceURI() Gets the uri bound to the prefix of this namespace
 - 
isDefaultNamespaceDeclarationboolean isDefaultNamespaceDeclaration() returns true if this attribute declares the default namespace
 
- 
 
-