|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Namespaceable
Represents a class that supports namespace. It is usually implemented by a class that also implements Item or Group. Currently, only Element and Attribute implement it.
Item
,
Group
,
Attributable
,
Binable
Method Summary | |
---|---|
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. |
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |