Package com.lowagie.text.xml
Class XMLUtil
- java.lang.Object
-
- com.lowagie.text.xml.XMLUtil
-
public class XMLUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XMLUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
escapeXML(java.lang.String s, boolean onlyASCII)
Escapes a string with the appropriated XML codes.
-