Class XMLUtils
java.lang.Object
de.pdark.decentxml.XMLUtils
-
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
-