WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIXMLContentBuilder

IID:e9c4cd4f-cd41-43d0-bf3b-48abb9cde90f
Inherits From:nsISupports

This interface is implemented by the following components:


Properties

readonly nsIDOMElement current

readonly nsIDOMElement root


Methods

void attrib ( AString name , AString value ) void beginElement ( AString tagname ) void clear ( nsIDOMElement root ) void endElement ( ) void setDocument ( nsIDOMDocument doc ) void setElementNamespace ( AString ns ) void textNode ( AString text )

void attrib ( AString name , AString value )

Arguments:
name
value

void beginElement ( AString tagname )

Arguments:
tagname

void clear ( nsIDOMElement root )

Arguments:
root

void endElement ( )


void setDocument ( nsIDOMDocument doc )

Arguments:
doc

void setElementNamespace ( AString ns )

Arguments:
ns

void textNode ( AString text )

Arguments:
text

Reference documentation is generated from Mozilla's source.