xmlWriter
XML Writer
stripHTML
XmlNode sutil.stripHTML (String content ) (enterprise edition only)
Description
Strips HTML from a string, replacing some tags with corresonding text-only equivalents.
Parameters
- content The content to be stripped.
Return Values
Returns the stripped content.
close
void XmlWriter.close ( ) (enterprise edition only)
Description
Close the XmlWriter.
Parameters
This method does not receive any parameters.
Return Values
Returns void.
addElements
Element XmlWriter.addElements ( Element elementToAppendTo, String name, Hashtable subElements ) (enterprise edition only)
addElement
Element XmlWriter.addElement ( String name ) (enterprise edition only)
Element XmlWriter.addElement ( String name, String text ) (enterprise edition only)
Element XmlWriter.addElement ( String name, String text ) (enterprise edition only)