-
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Xml.addElement(int[] sourceIndex,
String source,
BiFunction<Object,Set<String>,String> elementMapper,
Function<Object,Object> nodeMapper,
int[] uniqueIds,
Node currentNode,
Set<String> namespaces,
Xml.FromType fromType)
private static void
Xml.addNodeValue(Map<String,Object> map,
String name,
Object value,
BiFunction<Object,Set<String>,String> elementMapper,
Function<Object,Object> nodeMapper,
int[] uniqueIds,
Set<String> namespaces,
Xml.FromType fromType)
private static void
private static boolean
Xml.createMap(Node node,
BiFunction<Object,Set<String>,String> elementMapper,
Function<Object,Object> nodeMapper,
Map<String,Object> attrMap,
int[] uniqueIds,
String source,
int[] sourceIndex,
Set<String> namespaces,
Xml.FromType fromType)
static <T> T