public interface IXMLSupport
Modifier and Type | Method and Description |
---|---|
String |
getNodeText(Node node) |
String |
getStringProperty(Element elem,
String name) |
double |
getValue(Node root,
String xpath,
double default_value) |
int |
getValue(Node node,
String xpath,
int default_value)
XML2Object (wierd variation of xmlutils)
|
Document |
loadDocument(String xmlFile) |
Element |
selectElement(Node node,
String xpath)
XMLUtils
|
NodeList |
selectNodeList(Node node,
String xpath) |
Node |
selectSingleNode(Node node,
String xpath) |