| Package | Description |
|---|---|
| org.expath.tools.model | |
| org.expath.tools.model.dom | |
| org.expath.tools.serial |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Element> |
Element.children()
Iterate through the children elements.
|
java.lang.Iterable<Element> |
Element.children(java.lang.String ns)
Iterate through the children elements in a specific namespace.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DomElement
Trivial, in-memory implementation, for test purposes.
|
| Modifier and Type | Method and Description |
|---|---|
static Element |
DomElement.parseString(java.lang.String xml) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Element> |
DomElement.children() |
java.lang.Iterable<Element> |
DomElement.children(java.lang.String ns) |
| Modifier and Type | Method and Description |
|---|---|
void |
SerialParameters.addCdataSectionElements(java.lang.String v,
Element scope)
Set the output property
cdata-section-elements. |
void |
SerialParameters.addSuppressIndentation(java.lang.String v,
Element scope)
Set the output property
suppress-indentation. |
void |
SerialParameters.addUseCharacterMaps(java.lang.String v,
Element scope)
Set the output property
use-character-maps. |
static SerialParameters |
SerialParameters.parse(Element elem) |
Copyright © 2015-2019 EXPath. All Rights Reserved