Package | Description |
---|---|
org.xmlfield.core | |
org.xmlfield.core.internal |
Modifier and Type | Method and Description |
---|---|
XmlField |
XmlFieldFactory.getXmlField()
Get a new XmlField instance, or the instance associated with the current
thread if
#setUseThreadLocal(boolean) is enabled. |
Modifier and Type | Method and Description |
---|---|
static XmlFieldNode |
XmlFieldUtils.createComplexElement(NamespaceMap namespaces,
XmlFieldNode contextNode,
String elementName,
String stringValue,
XmlField xf) |
static void |
XmlFieldUtils.remove(Object item,
XmlField xf)
Remove element from document. item must have been acquired either by
calling
XmlField#nodeToObject(Node, Class) or any get or addTo
method. |
static void |
XmlFieldUtils.remove(XmlFieldNode node,
XmlField xf)
retirer un nœud XML de son parent.
|
Constructor and Description |
---|
XmlFieldInvocationHandler(XmlField xmlField,
XmlFieldNode node,
Class<?> type)
T .
|
Copyright © 2011–2014. All rights reserved.