Implemented by
[scriptable, uuid(e9c4cd4f-cd41-43d0-bf3b-48abb9cde90f)]
interface nsIXMLContentBuilder : nsISupports
Attributes
readonly attribute
nsIDOMElement
current
readonly attribute
nsIDOMElement
root
Methods
void
attrib(in AString name, in AString value)
void
beginElement(in AString tagname)
void
clear(in nsIDOMElement root)
void
endElement()
void
setDocument(in nsIDOMDocument doc)
void
setElementNamespace(in AString ns)
void
textNode(in AString text)
Compare to: