Package | Description |
---|---|
org.xmlfield.core | |
org.xmlfield.core.api | |
org.xmlfield.core.impl.dom | |
org.xmlfield.core.internal | |
org.xmlfield.validation |
Modifier and Type | Method and Description |
---|---|
<T> T[] |
XmlField.nodeToArray(String resourceXPath,
XmlFieldNode node,
Class<T> type) |
<T> T[] |
XmlField.nodeToArray(XmlFieldNode node,
Class<T> type) |
Object[] |
XmlField.nodeToExplicitArray(String resourceXPath,
XmlFieldNode node,
Map<String,Class<?>> explicitCollection)
Function to attach an array of different objects type .
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
<T> T |
XmlFieldInvocationHandler.add(Object root,
String xpath,
Class<T> type)
Add a bonded element add the end of a list located by the xpath.
|
<T> T |
XmlFieldInvocationHandler.add(XmlFieldNode root,
String xpath,
Class<T> type)
Add a binded instance at the end of the nodes located by the xpath.
|
XmlFieldNode |
XmlFieldInvocationHandler.addNode(XmlFieldNode root,
String fieldXPath,
Class<?> type)
Add the specified binded node at the end of the xpath location.
|
XmlFieldNode |
XmlFieldInvocationHandler.addParentNodes(XmlFieldNode root,
String fieldXPath,
Class<?> type)
Add parent nodes to a specified node.
|
Modifier and Type | Method and Description |
---|---|
static String[] |
XPathValidation.getValidationErrors(Object object,
Class<?>... validationClasses)
Deprecated.
|
static String[] |
XPathValidation.getValidationErrors(XmlFieldNode node,
Class<?>... validationClasses)
Deprecated.
|
static void |
XPathValidation.validateExplosively(Object object,
Class<?>... validationClasses)
Deprecated.
|
static void |
XPathValidation.validateExplosively(XmlFieldNode node,
Class<?>... validationClasses)
Deprecated.
|
Copyright © 2011–2014. All rights reserved.