00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/NSXMLNode.h>
00008
00009 @class NSString;
00010
00011 @interface NSXMLNamedNode : NSXMLNode
00012 {
00013 NSString *_name;
00014 NSString *_URI;
00015 int _prefixIndex;
00016 }
00017
00018 - (void)dealloc;
00019 - (void)finalize;
00020 - (id)initWithKind:(unsigned int)fp8;
00021 - (id)initWithKind:(unsigned int)fp8 name:(id)fp12 stringValue:(id)fp16;
00022 - (id)initWithKind:(unsigned int)fp8 localName:(id)fp12 stringValue:(id)fp16 URI:(id)fp20;
00023 - (id)initWithKind:(unsigned int)fp8 name:(id)fp12 stringValue:(id)fp16 URI:(id)fp20;
00024 - (void)setName:(id)fp8;
00025 - (id)name;
00026 - (void)_setLocalName:(id)fp8;
00027 - (void)setURI:(id)fp8;
00028 - (id)URI;
00029 - (void)setObjectValue:(id)fp8;
00030 - (id)XPath;
00031 - (void)_XMLStringWithOptions:(unsigned int)fp8 appendingToString:(struct __CFString *)fp12;
00032 - (id)canonicalXMLStringPreservingComments:(BOOL)fp8;
00033 - (id)copyWithZone:(struct _NSZone *)fp8;
00034 - (BOOL)isEqual:(id)fp8;
00035 - (unsigned int)hash;
00036 - (int)_caseSensitiveCompare:(id)fp8;
00037 - (BOOL)_nameIsEqualToNameOfNode:(id)fp8;
00038 - (void)_resolveName;
00039 - (id)localName;
00040 - (id)prefix;
00041 - (BOOL)_setPrefix:(id)fp8;
00042 - (int)_prefixIndex;
00043
00044 @end
00045