Package | Description |
---|---|
er.xiss |
Modifier and Type | Class and Description |
---|---|
static class |
ERXML.CDATA
CDATA represents a CDATA section of your document.
|
static class |
ERXML.Comment
Comment represents a Comment section of the document.
|
static class |
ERXML.Content
Content is the abstract superclass of all Nodes that have text content.
|
static class |
ERXML.E
E represents an element of the XML document, which can
have attributes and children nodes.
|
static class |
ERXML.Text
Text represents a bare text node.
|
Modifier and Type | Method and Description |
---|---|
<T extends ERXML.Node> |
ERXML.E.add(T child)
Adds a new node to this element.
|
Modifier and Type | Method and Description |
---|---|
List<ERXML.Node> |
ERXML.E.children()
Returns the children nodes of this element.
|
Modifier and Type | Method and Description |
---|---|
void |
ERXML.E.remove(ERXML.Node child)
Removes the given node from this element.
|
Copyright © 2002 – 2024 Project Wonder.