public interface Namespaceable
Item
,
Group
,
Attributable
,
Binable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalName()
Gets the local name of this item.
|
Namespace |
getNamespace()
Gets the namespace.
|
java.lang.String |
getTagName()
Gets the tag name of this item.
|
void |
setLocalName(java.lang.String lname)
Sets the local name of this item.
|
void |
setNamespace(Namespace ns)
Sets the namespace.
|
void |
setTagName(java.lang.String tname)
Sets the tag name of this item.
|
Namespace getNamespace()
void setNamespace(Namespace ns)
java.lang.String getTagName()
To get the local name (the name without prefix), Namespaceable.getLocalName could be used.
void setTagName(java.lang.String tname)
java.lang.String getLocalName()
To get the tag name (the name with prefix), Namespaceable.getTagName could be used.
void setLocalName(java.lang.String lname)
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.