public interface XMLPropertiesParser
Modifier and Type | Method and Description |
---|---|
List<NodeList> |
getNodeLists(Document document)
Get a list of NodeLists where in each their are Nodes where each Node.Element is a Property with a Name and a Value.
|
String |
getPropertyName(Element element)
The property name for an element in the "Nodelist"
|
String |
getPropertyValue(Element element)
The property value for an element in the "Nodelist"
|
void |
setPropertyValue(Element element,
String newValue)
Sets the property value for an element in the "NodeList".
|
List<NodeList> getNodeLists(Document document)
String getPropertyName(Element element)
element
- the DOM element.Element
String getPropertyValue(Element element)
element
- the DOM element.Element