Class XMLUtils
java.lang.Object
de.pdark.decentxml.XMLUtils
Utility methods when working with XML.
- Since:
- 1.1
- Author:
- digulla
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringescapeXMLText(String text) Escape '<', '>' and '&'static booleanisAttribute(Node n) static booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic StringUnescape '<', '>', '&', '"' and '''static StringunescapeXMLText(String text) Unescape '<', '>' and '&'
-
Constructor Details
-
XMLUtils
public XMLUtils()
-
-
Method Details
-
escapeXMLText
-
unescapeXMLText
-
unescapeXMLAttributeValue
-
isElement
-
isElementType
-
isAttribute
-
isAttributeType
-
isText
-
isTextType
-