Modifier and Type | Class and Description |
---|---|
class |
XMLNode
Representation of a node in an XML document tree.
|
Modifier and Type | Method and Description |
---|---|
XMLToken |
XMLToken.cloneObject()
Creates and returns a deep copy of this
XMLToken . |
Modifier and Type | Method and Description |
---|---|
boolean |
XMLToken.isEndFor(XMLToken element)
Predicate returning
true or false depending on whether
this XMLToken is an XML end element for the given start element. |
Constructor and Description |
---|
XMLNode(XMLToken token)
Creates a new
XMLNode by copying token. |
XMLToken(XMLToken orig)
Copy constructor; creates a copy of this
XMLToken . |