Modifier and Type | Class and Description |
---|---|
class |
XMLNode
A node in libSBML's XML document tree.
|
Modifier and Type | Method and Description |
---|---|
XMLToken |
XMLToken.cloneObject()
Creates and returns a deep copy of this
XMLToken object. |
XMLToken |
XMLInputStream.next()
Returns the next token on this XML input stream.
|
XMLToken |
XMLInputStream.peek()
Returns the next token without consuming it.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XMLToken.isEndFor(XMLToken element)
Returns
true if this token represents an XML end element for a
particular start element. |
void |
XMLInputStream.skipPastEnd(XMLToken element)
Consume zero or more tokens up to and including the corresponding end
element or EOF.
|
Constructor and Description |
---|
XMLNode(XMLToken token)
|
XMLToken(XMLToken orig)
Copy constructor; creates a copy of this
XMLToken object. |