Public Member Functions |
| nsresult | Init (PRUint32 flags, PRUint32 aWrapColumn, const char *aCharSet, PRBool aIsCopying, PRBool aIsWholeDocument) |
| nsresult | AppendText (nsIDOMText *aText, PRInt32 aStartOffset, PRInt32 aEndOffset, nsAString *aStr) |
| nsresult | AppendCDATASection (nsIDOMCDATASection *aCDATASection, PRInt32 aStartOffset, PRInt32 aEndOffset, nsAString *aStr) |
| nsresult | AppendProcessingInstruction (nsIDOMProcessingInstruction *aPI, PRInt32 aStartOffset, PRInt32 aEndOffset, nsAString *aStr) |
| nsresult | AppendComment (nsIDOMComment *aComment, PRInt32 aStartOffset, PRInt32 aEndOffset, nsAString *aStr) |
| nsresult | AppendDoctype (nsIDOMDocumentType *aDoctype, nsAString *aStr) |
| nsresult | AppendElementStart (nsIDOMElement *aElement, nsIDOMElement *aOriginalElement, nsAString *aStr) |
| nsresult | AppendElementEnd (nsIDOMElement *aElement, nsAString *aStr) |
| nsresult | Flush (nsAString *aStr) |
| nsresult | AppendDocumentStart (nsIDOMDocument *aDocument, nsAString *aStr) |
Definition at line 2542 of file nsiface.idl.