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