Package | Description |
---|---|
org.xmlfield.core.api | |
org.xmlfield.core.impl.dom |
Modifier and Type | Method and Description |
---|---|
XmlFieldNodeList |
XmlFieldSelector.selectXPathToNodeList(NamespaceMap namespaces,
String xpath,
XmlFieldNode node)
Select xpath expression to an xml field node and return the result as an
xml field node list.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlFieldNodeModifier.removeChildren(XmlFieldNodeList nodesToRemove)
Remove a node list
|
Modifier and Type | Class and Description |
---|---|
class |
DomNodeList
Default xml field node list implementation.
|
Modifier and Type | Method and Description |
---|---|
XmlFieldNodeList |
DomJaxenSelector.selectXPathToNodeList(NamespaceMap namespaces,
String xpath,
XmlFieldNode node) |
XmlFieldNodeList |
DomXalanSelector.selectXPathToNodeList(NamespaceMap namespaces,
String xpath,
XmlFieldNode node)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DomNodeModifier.removeChildren(XmlFieldNodeList nodesToRemove) |
Copyright © 2011–2014. All rights reserved.