Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.bea.xml.stream.AttributeBase
com.bea.xml.stream.NamespaceBase
Constructor Summary | |
| |
|
Method Summary | |
int | |
String | |
String | |
boolean | |
boolean | |
boolean | |
String |
|
public NamespaceBase(String namespaceURI)
public NamespaceBase(String prefix, String namespaceURI)
public int getEventType()
- Specified by:
- getEventType in interface javax.xml.stream.events.XMLEvent
- Overrides:
- getEventType in interface AttributeBase
public String getNamespaceURI()
- Specified by:
- getNamespaceURI in interface javax.xml.stream.events.Namespace
- Overrides:
- getNamespaceURI in interface AttributeBase
public String getPrefix()
- Specified by:
- getPrefix in interface javax.xml.stream.events.Namespace
public boolean isAttribute()
- Specified by:
- isAttribute in interface javax.xml.stream.events.XMLEvent
- Overrides:
- isAttribute in interface AttributeBase
public boolean isDefaultNamespaceDeclaration()
- Specified by:
- isDefaultNamespaceDeclaration in interface javax.xml.stream.events.Namespace
public boolean isNamespace()
- Specified by:
- isNamespace in interface javax.xml.stream.events.XMLEvent
- Overrides:
- isNamespace in interface AttributeBase