Package org.apache.wsil.util
Class XMLUtil
java.lang.Object
org.apache.wsil.util.XMLUtil
This class contains a set of XML related utility methods.
- Version:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static Element
findNextSibling
(Node startNode) Find the next sibling element.static String
getAttributeValue
(Element element, String attrName) Get attribute value.static String
getAttributeValueNS
(Element element, String namespace, String attrName) Get attribute value.static Element
getFirstChild
(Element element) Get the first child element from the input elment.static Element
getNextSibling
(Element element) Get the next sibling element.static String
Get the text that is associated with this element.
-
Constructor Details
-
XMLUtil
public XMLUtil()
-
-
Method Details
-
getAttributeValue
Get attribute value. -
getAttributeValueNS
Get attribute value. -
getFirstChild
Get the first child element from the input elment. -
getNextSibling
Get the next sibling element. -
findNextSibling
Find the next sibling element. -
getText
Get the text that is associated with this element.
-