/headers/OfficeImport/NSXMLFidelityNode.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import <OfficeImport/NSXMLNode.h>
00008 
00009 @class NSMutableArray, NSString;
00010 
00011 @interface NSXMLFidelityNode : NSXMLNode
00012 {
00013     unsigned int _fidelity;
00014     NSString *_whitespace;
00015     NSMutableArray *_ranges;
00016     NSMutableArray *_names;
00017 }
00018 
00019 + (void)setObjectValuePreservingEntitiesForNode:(id)fp8 string:(id)fp12;
00020 + (id)stringValueSubstitutingEntitiesForNode:(id)fp8 ranges:(id)fp12 names:(id)fp16 objectValue:(id)fp20;
00021 + (unsigned short)charRefToUnicode:(const char *)fp8;
00022 - (void)dealloc;
00023 - (id)initWithKind:(unsigned int)fp8;
00024 - (void)setWhitespace:(id)fp8;
00025 - (id)whitespace;
00026 - (void)addEntity:(id)fp8 index:(unsigned int)fp12;
00027 - (void)setStringValue:(id)fp8 resolvingEntities:(BOOL)fp12;
00028 - (id)stringValue;
00029 - (id)objectValue;
00030 - (void)_XMLStringWithOptions:(unsigned int)fp8 appendingToString:(struct __CFString *)fp12;
00031 - (id)_XMLStringWithCharactersOnly;
00032 - (void)setFidelity:(unsigned int)fp8;
00033 - (unsigned int)fidelity;
00034 - (void)setRanges:(id)fp8;
00035 - (void)setNames:(id)fp8;
00036 - (BOOL)isCDATA;
00037 - (id)copyWithZone:(struct _NSZone *)fp8;
00038 
00039 @end
00040