| Package | Description |
|---|---|
| abs.ixi.client.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
CDataSection
Represents CDATA section in XML DOM.
|
class |
Element
This extremely simple implementation for XML element.
|
class |
Text
Represents text node in xml DOM
|
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<XMLNode> |
Element.children |
| Modifier and Type | Method and Description |
|---|---|
XMLNode |
XMLNode.clone()
makes a deep copy of this XML Node and returns it
|
XMLNode |
Text.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
Element.addChild(XMLNode child) |
| Modifier and Type | Method and Description |
|---|---|
void |
Element.setChildren(List<XMLNode> children) |
Copyright © 2019. All rights reserved.