/headers/OfficeImport/NSXMLDTDNode.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 NSString;
00010 
00011 @interface NSXMLDTDNode : NSXMLNode
00012 {
00013     unsigned int _DTDKind;
00014     NSString *_name;
00015     NSString *_notationName;
00016     NSString *_publicID;
00017     NSString *_systemID;
00018 }
00019 
00020 + (id)_nodeFromLibXML2Node:(void *)fp8;
00021 - (void)dealloc;
00022 - (void)finalize;
00023 - (id)initWithKind:(unsigned int)fp8;
00024 - (id)initWithXMLString:(id)fp8;
00025 - (void)setDTDKind:(unsigned int)fp8;
00026 - (unsigned int)DTDKind;
00027 - (BOOL)isExternal;
00028 - (void)setPublicID:(id)fp8;
00029 - (id)publicID;
00030 - (void)setSystemID:(id)fp8;
00031 - (id)systemID;
00032 - (void)setNotationName:(id)fp8;
00033 - (id)notationName;
00034 - (void)setName:(id)fp8;
00035 - (id)name;
00036 - (void)setStringValue:(id)fp8;
00037 - (void)setObjectValue:(id)fp8;
00038 - (id)XPath;
00039 - (void)_XMLStringWithOptions:(unsigned int)fp8 appendingToString:(struct __CFString *)fp12;
00040 - (id)canonicalXMLStringPreservingComments:(BOOL)fp8;
00041 - (BOOL)isEqual:(id)fp8;
00042 - (unsigned int)hash;
00043 - (void)_addToLibxml2TreeRepresentationWithDoc:(struct _xmlDoc *)fp8 dtd:(struct _xmlDtd *)fp12 context:(struct _xmlValidCtxt *)fp16;
00044 
00045 @end
00046