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/rdf/content-sink;1

This component implements the following interfaces:

Methods

InterfaceMethod
nsIExpatSink void HandleCDataSection ( PRUnichar* data , PRUint32 length )
nsIExpatSink void HandleCharacterData ( PRUnichar* data , PRUint32 length )
nsIExpatSink void HandleComment ( PRUnichar* commentText )
nsIExpatSink void HandleDoctypeDecl ( AString subset , AString name , AString systemId , AString publicId , nsISupports catalogData )
nsIExpatSink void HandleEndElement ( PRUnichar* name )
nsIExpatSink void HandleProcessingInstruction ( PRUnichar* target , PRUnichar* data )
nsIExpatSink void HandleStartElement ( PRUnichar* name , arrayof PRUnichar* atts , PRUint32 attsCount , PRInt32 index , PRUint32 lineNumber )
nsIExpatSink void HandleXMLDeclaration ( PRUnichar* version , PRUnichar* encoding , PRInt32 standalone )
nsIExpatSink PRBool ReportError ( PRUnichar* errorText , PRUnichar* sourceText , nsIScriptError error )

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com