]>
Commit | Line | Data |
---|---|---|
434ac614 JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import "DOMNode.h" | |
8 | ||
9 | @interface DOMNode (MailExtras) | |
10 | - (BOOL)containsRichText; | |
11 | - (int)quoteLevelDelta; | |
12 | - (BOOL)isQuoteOrWithinQuote; | |
13 | - (id)commonAncestorWithNode:(id)fp8; | |
14 | - (void)recursivelyRemoveMailAttributes; | |
15 | - (void)fixParagraphsAndQuotesFromMicrosoftNodesToRemove:(id)fp8; | |
16 | - (void)fixParagraphsAndQuotesFromMicrosoft; | |
17 | - (void)addStringsAndTextNodesToDictionary:(struct __CFDictionary *)fp8; | |
18 | @end | |
19 |