An object that has an XML name. That is, an optional name space, a optional prefix and an name.
Public Member Functions | |
NamedEntity (TreeNodeType ty) | |
NamedEntity (TreeNodeType ty, String name) | |
NamedEntity (TreeNodeType ty, String name, String prefix, String namespace) | |
String | getNamespace () |
void | setNamesapce (String namespace) |
String | getPrefix () |
void | setPrefix (String prefix) |
String | getName () |
void | setName (String name) |
String | toString () |
Private Attributes | |
String | mNamespace = null |
The namespace, if one is specified (e.g., like http://www.bearcave.com/expression). | |
String | mPrefix = null |
The prefix associated with this tag, if there is one. | |
String | mName = null |
The name of the tag or attribute. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements treebuilder.TreeNode.
|
|
The name of the tag or attribute. For text, this will be TEXT. This is always the local name (in org.w3c.dom terms) |
|
The namespace, if one is specified (e.g., like http://www.bearcave.com/expression).
|
|
The prefix associated with this tag, if there is one. This prefix should also be associated with a namespace |