Package com.lowagie.text.xml
Class XMLUtil
java.lang.Object
com.lowagie.text.xml.XMLUtil
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XMLUtil
public XMLUtil()
-
-
Method Details
-
escapeXML
Escapes a string with the appropriated XML codes.- Parameters:
s
- the string to be escapedonlyASCII
- codes above 127 will always be escaped with &#nn; iftrue
- Returns:
- the escaped string
-