Class GenericXpathReader
java.lang.Object
org.apache.clusterbr.zupportl5.utils.GenericXpathReader
UML Diagrams:

- Since:
- 2024-1108
- Author:
- arcbrth@gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String xpathExpression) getAttributeBoolean(String xpathExpression) getAttributeDouble(String xpathExpression) getAttributeInt(String xpathExpression) getAttributeLong(String xpathExpression) getNodeValue(String xpathExpression) getNodeValueBoolean(String xpathExpression) getNodeValueDouble(String xpathExpression) getNodeValueInt(String xpathExpression) getNodeValueLong(String xpathExpression) getNodeValuesList(String xpathExpression) isValidXML(String xmlFilePath, String xsdFilePathTemplate) voidsetXmlFile(String xmlFilePath)
-
Constructor Details
-
GenericXpathReader
public GenericXpathReader()
-
-
Method Details
-
setXmlFile
-
loadXml
- Throws:
Exception
-
getAttribute
-
getAttributeInt
-
getAttributeDouble
-
getAttributeLong
-
getAttributeBoolean
-
getNodeValue
-
getNodeValueInt
-
getNodeValueDouble
-
getNodeValueLong
-
getNodeValueBoolean
-
getNodeValuesList
-
isValidXML
-