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.

@mozilla.org/xtf/xml-contentbuilder;1

This component implements the following interfaces:

Properties

readonly nsIDOMElement nsIXMLContentBuilder.current

readonly nsIDOMElement nsIXMLContentBuilder.root

Methods

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

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com