00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/NSXMLNamedNode.h>
00008
00009 @class NSMutableArray, NSString;
00010
00011 @interface NSXMLNamedFidelityNode : NSXMLNamedNode
00012 {
00013 unsigned int _fidelity;
00014 NSString *_whitespace;
00015 NSMutableArray *_ranges;
00016 NSMutableArray *_names;
00017 }
00018
00019 - (void)dealloc;
00020 - (id)initWithKind:(unsigned int)fp8;
00021 - (void)setFidelity:(unsigned int)fp8;
00022 - (unsigned int)fidelity;
00023 - (void)setWhitespace:(id)fp8;
00024 - (void)setStringValue:(id)fp8 resolvingEntities:(BOOL)fp12;
00025 - (id)stringValue;
00026 - (id)objectValue;
00027 - (void)addEntity:(id)fp8 index:(unsigned int)fp12;
00028 - (void)_XMLStringWithOptions:(unsigned int)fp8 appendingToString:(struct __CFString *)fp12;
00029 - (BOOL)_setPrefix:(id)fp8;
00030 - (void)setRanges:(id)fp8;
00031 - (void)setNames:(id)fp8;
00032 - (id)copyWithZone:(struct _NSZone *)fp8;
00033
00034 @end
00035