|
| nsresult | Init (uint32_t flags, uint32_t aWrapColumn, const char *aCharSet, bool aIsCopying, bool aIsWholeDocument) |
| |
| nsresult | AppendText (nsIContent *aText, int32_t aStartOffset, int32_t aEndOffset, nsAString *aStr) |
| |
| nsresult | AppendCDATASection (nsIContent *aCDATASection, int32_t aStartOffset, int32_t aEndOffset, nsAString *aStr) |
| |
| nsresult | AppendProcessingInstruction (nsIContent *aPI, int32_t aStartOffset, int32_t aEndOffset, nsAString *aStr) |
| |
| nsresult | AppendComment (nsIContent *aComment, int32_t aStartOffset, int32_t aEndOffset, nsAString *aStr) |
| |
| nsresult | AppendDoctype (nsIContent *aDoctype, nsAString *aStr) |
| |
| nsresult | AppendElementStart (nsIContent *aElement, nsIContent *aOriginalElement, nsAString *aStr) |
| |
| nsresult | AppendElementEnd (nsIContent *aElement, nsAString *aStr) |
| |
| nsresult | Flush (nsAString *aStr) |
| |
| nsresult | AppendDocumentStart (nsIDocument *aDocument, nsAString *aStr) |
| |
| nsresult | QueryInterface (nsIIDRef riid, void **result) |
| |
| nsrefcnt | AddRef () |
| |
| nsrefcnt | Release () |
| |
Definition at line 3440 of file nsiface.idl.