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