Package com.yelloowstone.nf2t.utils
Class XmlUtils
java.lang.Object
com.yelloowstone.nf2t.utils.XmlUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ElementgetChildByTagName(Element parentElement, String tagName) static StringgetTextContentByTagName(Element parentElement, String tagName) static StringgetTextContentByTagNameWithDefault(Element parentElement, String defaultTag, String tagName) static StringgetTextContentByTagNameWithDefault(Element parentElement, String defaultTag, String tagName, String defaultValue)
-
Constructor Details
-
XmlUtils
public XmlUtils()
-
-
Method Details
-
getChildByTagName
-
getTextContentByTagName
-
getTextContentByTagNameWithDefault
-
getTextContentByTagNameWithDefault
-