Package | Description |
---|---|
org.xmlfield.core.api | |
org.xmlfield.core.impl.dom | |
org.xmlfield.core.internal |
Modifier and Type | Method and Description |
---|---|
XmlFieldNode |
XmlFieldNodeModifier.createElement(NamespaceMap namespaces,
XmlFieldNode node,
String elementName)
Create a new element node at the end of the root node.
|
XmlFieldNode |
XmlFieldNodeModifier.createElement(NamespaceMap namespaces,
XmlFieldNode node,
String elementName,
String textContent)
Create a new element node at the end of the root node.
|
Boolean |
XmlFieldSelector.selectXPathToBoolean(NamespaceMap namespaces,
String xpath,
XmlFieldNode node)
Select xpath expression to an xml field node and return the result as a
boolean.
|
XmlFieldNode |
XmlFieldSelector.selectXPathToNode(NamespaceMap namespaces,
String xpath,
XmlFieldNode node)
Select xpath expression to an xml field node and return the result as an
xml field node.
|
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.
|
Double |
XmlFieldSelector.selectXPathToNumber(NamespaceMap namespaces,
String xpath,
XmlFieldNode node)
Select xpath expression to an xml field node and return the result as a
double.
|
String |
XmlFieldSelector.selectXPathToString(NamespaceMap namespaces,
String xpath,
XmlFieldNode node)
Select xpath expression to an xml field node and return the result as a
string.
|
Modifier and Type | Method and Description |
---|---|
static org.jaxen.XPath |
DomJaxenSelector.addNamespace(NamespaceMap namespaces,
org.jaxen.XPath xp) |
XmlFieldNode |
DomNodeModifier.createElement(NamespaceMap namespaces,
XmlFieldNode node,
String elementName) |
XmlFieldNode |
DomNodeModifier.createElement(NamespaceMap namespaces,
XmlFieldNode node,
String elementName,
String textContent) |
static XPath |
DomXalanSelector.getXPath(NamespaceMap namespaces)
Deprecated.
|
Boolean |
DomJaxenSelector.selectXPathToBoolean(NamespaceMap namespaces,
String xpath,
XmlFieldNode node) |
Boolean |
DomXalanSelector.selectXPathToBoolean(NamespaceMap namespaces,
String xpath,
XmlFieldNode node)
Deprecated.
|
XmlFieldNode |
DomJaxenSelector.selectXPathToNode(NamespaceMap namespaces,
String xpath,
XmlFieldNode node) |
XmlFieldNode |
DomXalanSelector.selectXPathToNode(NamespaceMap namespaces,
String xpath,
XmlFieldNode node)
Deprecated.
|
XmlFieldNodeList |
DomJaxenSelector.selectXPathToNodeList(NamespaceMap namespaces,
String xpath,
XmlFieldNode node) |
XmlFieldNodeList |
DomXalanSelector.selectXPathToNodeList(NamespaceMap namespaces,
String xpath,
XmlFieldNode node)
Deprecated.
|
Double |
DomJaxenSelector.selectXPathToNumber(NamespaceMap namespaces,
String xpath,
XmlFieldNode node) |
Double |
DomXalanSelector.selectXPathToNumber(NamespaceMap namespaces,
String xpath,
XmlFieldNode node)
Deprecated.
|
String |
DomJaxenSelector.selectXPathToString(NamespaceMap namespaces,
String xpath,
XmlFieldNode node) |
String |
DomXalanSelector.selectXPathToString(NamespaceMap namespaces,
String xpath,
XmlFieldNode node)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static NamespaceMap |
XmlFieldUtils.getResourceNamespaces(Class<?> type)
récupère l'annotation @
Namespaces sur une class, ou null
. |
Modifier and Type | Method and Description |
---|---|
static XmlFieldNode |
XmlFieldUtils.createComplexElement(NamespaceMap namespaces,
XmlFieldNode contextNode,
String elementName,
String stringValue,
XmlField xf) |
static String |
XmlFieldUtils.emptyTag(String tag,
NamespaceMap namespaces)
Create an empty tag matching the given data.
|
Copyright © 2011–2014. All rights reserved.