|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.grelf.XmlUtil
public class XmlUtil
Some static utility methods for working with XML. This class cannot be instantiated.
| Method Summary | |
|---|---|
static java.lang.StringBuffer |
escape(java.lang.StringBuffer sb)
Convert the 5 special characters <>'"& to entities wherever they occur in the given text. |
static void |
outputDocument(java.io.PrintWriter out,
org.w3c.dom.Document doc)
Use a dummy XSLT transform to output a DOM document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.StringBuffer escape(java.lang.StringBuffer sb)
public static void outputDocument(java.io.PrintWriter out,
org.w3c.dom.Document doc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||