com.bea.xml.stream
public class NamespaceBase extends AttributeBase implements Namespace
The default implementation of the namespace class
| Constructor Summary | |
|---|---|
| NamespaceBase(String prefix, String namespaceURI) | |
| NamespaceBase(String namespaceURI) | |
| Method Summary | |
|---|---|
| int | getEventType() |
| String | getNamespaceURI() |
| String | getPrefix() |
| boolean | isAttribute() |
| boolean | isDefaultNamespaceDeclaration() |
| boolean | isNamespace() |
| String | toString() |