public interface XmlUtilsHelperAPI
Modifier and Type | Method and Description |
---|---|
Map<Integer,List<String>> |
getAttributesOrderMap(Document document)
Returns internal Xerces details about all elements in the specified document.
|
int |
getIndex(NamedNodeMap namedNodeMap,
Map<Integer,List<String>> attributesOrderMap,
Node element,
int requiredIndex)
Helper.
|
default <T> T |
getPrivate(Object object,
String fieldName)
Helper to get the value of an private field.
|
Map<Integer,List<String>> getAttributesOrderMap(Document document)
Map
is the nodeIndex
of an element, and the list
is the array of ordered attributes names.document
- the documentint getIndex(NamedNodeMap namedNodeMap, Map<Integer,List<String>> attributesOrderMap, Node element, int requiredIndex)
namedNodeMap
- the node mapattributesOrderMap
- the order mapelement
- the noderequiredIndex
- the required indexCopyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.