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/layout/xmlfragmentsink;1
This component implements the following interfaces:
Methods
| Interface | Method |
|---|---|
| nsISupportsWeakReference |
nsIWeakReference GetWeakReference ( )
|
| 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 )
|
| nsIScriptLoaderObserver |
void scriptAvailable ( nsresult result , nsIScriptElement element , PRBool isInline , nsIURI URI , PRInt32 lineNo )
|
| nsIScriptLoaderObserver |
void scriptEvaluated ( nsresult result , nsIScriptElement element , PRBool isInline )
|
Reference documentation is generated from Mozilla's source.
