Class XmlUtil
java.lang.Object
javajs.util.XmlUtil
A very simplistic XML generator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidappendAttrib(SB sb, Object name, Object value) static voidappendCdata(SB sb, String name, Object[] attributes, String data) " will convert ]]> to ]] > static voidstandarddata " standard" static voidappendTagAll(SB sb, String name, Object[] attributes, Object data, boolean isCdata, boolean doClose) static voidappendTagObj(SB sb, String name, Object[] attributes, Object data) standarddata "static voidstatic voidopenDocument(SB data) static voidstatic voidopenTagAttr(SB sb, String name, Object[] attributes) static Stringwrap the string as character data, with replacements for [ noted as a list starting with * after the CDATA termination
-
Constructor Details
-
XmlUtil
public XmlUtil()
-
-
Method Details
-
openDocument
-
openTag
-
openTagAttr
-
closeTag
-
appendTagAll
-
wrapCdata
-
appendTagObj
-
appendTag
-
appendCdata
-
appendAttrib
-