java.lang.Object
com.tectonica.xmlchunk.XmlUtil
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XmlUtil
public XmlUtil()
-
-
Method Details
-
elementToString
Transforms a DOMElement
into an XML text- Parameters:
elem
- the element to transform into textstrip
- if true, removes the containing tag of the XML node- Returns:
- an XML text representation of the given element
-
unescape
Transforms an escaped XML into the original, "un-escaped" value (for example turn <Hello> into <Hello>)- Parameters:
escaped
- the escaped XML string- Returns:
- the un-escaped XML string
- Throws:
XMLStreamException
-