| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_ENTRY_VALUE |
static String |
ATTRIBUTE_NAME |
static String |
ATTRIBUTE_TYPE |
static String |
ATTRIBUTE_VALUE |
static String |
ATTRIBUTE_VALUE_TYPE |
static String |
TAG_ARRAY |
static String |
TAG_BOOLEAN |
static String |
TAG_BYTE |
static String |
TAG_CHAR |
static String |
TAG_DATE |
static String |
TAG_DOUBLE |
static String |
TAG_ENTRY |
static String |
TAG_FALSE |
static String |
TAG_FILE |
static String |
TAG_FLOAT |
static String |
TAG_INSTANT |
static String |
TAG_INT |
static String |
TAG_LONG |
static String |
TAG_NULL |
static String |
TAG_OBJECT |
static String |
TAG_PATH |
static String |
TAG_SHORT |
static String |
TAG_STRING |
static String |
TAG_TRUE |
| Constructor and Description |
|---|
NElementFactoryXmlElement() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.elem.NElement |
createElement(Node node,
Type typeOfSrc,
net.thevpc.nuts.elem.NElementFactoryContext context) |
net.thevpc.nuts.elem.NElement |
createElement(Node node,
Type typeOfSrc,
net.thevpc.nuts.elem.NElementFactoryContext context,
boolean includeTagName) |
net.thevpc.nuts.elem.NElement |
createElement(String type,
String value,
net.thevpc.nuts.elem.NElementFactoryContext context) |
net.thevpc.nuts.elem.NElement |
createElementObject(Node node,
Type typeOfSrc,
net.thevpc.nuts.elem.NElementFactoryContext context,
boolean includeTagName) |
Node |
createObject(net.thevpc.nuts.elem.NElement elem,
Type typeOfResult,
net.thevpc.nuts.elem.NElementFactoryContext context) |
protected Node |
createObject0(net.thevpc.nuts.elem.NElement elem,
Type typeOfResult,
net.thevpc.nuts.elem.NElementFactoryContext context) |
Object |
destruct(Node node,
Type typeOfSrc,
net.thevpc.nuts.elem.NElementFactoryContext context) |
static <V> V |
runWithDoc(net.thevpc.nuts.elem.NElementFactoryContext context,
Supplier<V> impl,
Document doc) |
public static final String ATTRIBUTE_NAME
public static final String ATTRIBUTE_TYPE
public static final String ATTRIBUTE_VALUE
public static final String ATTRIBUTE_VALUE_TYPE
public static final String ATTRIBUTE_ENTRY_VALUE
public static final String TAG_OBJECT
public static final String TAG_PATH
public static final String TAG_FILE
public static final String TAG_DATE
public static final String TAG_INSTANT
public static final String TAG_STRING
public static final String TAG_NULL
public static final String TAG_CHAR
public static final String TAG_DOUBLE
public static final String TAG_FLOAT
public static final String TAG_INT
public static final String TAG_LONG
public static final String TAG_SHORT
public static final String TAG_BYTE
public static final String TAG_TRUE
public static final String TAG_FALSE
public static final String TAG_BOOLEAN
public static final String TAG_ARRAY
public static final String TAG_ENTRY
public static <V> V runWithDoc(net.thevpc.nuts.elem.NElementFactoryContext context,
Supplier<V> impl,
Document doc)
public Node createObject(net.thevpc.nuts.elem.NElement elem, Type typeOfResult, net.thevpc.nuts.elem.NElementFactoryContext context)
createObject in interface net.thevpc.nuts.elem.NElementMapper<Node>protected Node createObject0(net.thevpc.nuts.elem.NElement elem, Type typeOfResult, net.thevpc.nuts.elem.NElementFactoryContext context)
public net.thevpc.nuts.elem.NElement createElement(String type, String value, net.thevpc.nuts.elem.NElementFactoryContext context)
public Object destruct(Node node, Type typeOfSrc, net.thevpc.nuts.elem.NElementFactoryContext context)
destruct in interface net.thevpc.nuts.elem.NElementMapper<Node>public net.thevpc.nuts.elem.NElement createElement(Node node, Type typeOfSrc, net.thevpc.nuts.elem.NElementFactoryContext context)
createElement in interface net.thevpc.nuts.elem.NElementMapper<Node>public net.thevpc.nuts.elem.NElement createElementObject(Node node, Type typeOfSrc, net.thevpc.nuts.elem.NElementFactoryContext context, boolean includeTagName)
Copyright © 2025 vpc open source initiative. All rights reserved.