Access | Constructor and Description |
---|---|
public | |
public | |
public |
Modifier and Type | Method and Description |
---|---|
public int | getEventType()
Overrides com. Implements javax. Returns an integer code for this event. |
public String | getNamespaceURI()
Implements javax. Gets the uri bound to the prefix of this namespace |
public String | getPrefix()
Implements javax. Gets the prefix, returns "" if this is a default namespace declaration. |
protected void | |
public boolean | isDefaultNamespaceDeclaration()
Implements javax. returns true if this attribute declares the default namespace |
public boolean | isNamespace()
Overrides com. Implements javax. A utility function to check if this event is a Namespace. |
pack-priv void | |
pack-priv void |
NamespaceImpl | back to summary |
---|---|
public NamespaceImpl() |
NamespaceImpl | back to summary |
---|---|
public NamespaceImpl(String namespaceURI) Creates a new instance of NamespaceImpl |
NamespaceImpl | back to summary |
---|---|
public NamespaceImpl(String prefix, String namespaceURI) |
getEventType | back to summary |
---|---|
public int getEventType() Overrides com. Implements javax. Doc from javax. Returns an integer code for this event.
|
getNamespaceURI | back to summary |
---|---|
public String getNamespaceURI() Implements javax. Doc from javax. Gets the uri bound to the prefix of this namespace
|
getPrefix | back to summary |
---|---|
public String getPrefix() Implements javax. Doc from javax. Gets the prefix, returns "" if this is a default namespace declaration.
|
init | back to summary |
---|---|
protected void init() Overrides com. |
isDefaultNamespaceDeclaration | back to summary |
---|---|
public boolean isDefaultNamespaceDeclaration() Implements javax. Doc from javax. returns true if this attribute declares the default namespace
|
isNamespace | back to summary |
---|---|
public boolean isNamespace() Overrides com. Implements javax. Doc from javax. A utility function to check if this event is a Namespace.
|
setNamespaceURI | back to summary |
---|---|
pack-priv void setNamespaceURI(String uri) |
setPrefix | back to summary |
---|---|
pack-priv void setPrefix(String prefix) |