/headers/OfficeImport/NSXMLElement.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 NSArray, NSMutableArray, NSString;
00010 
00011 @interface NSXMLElement : NSXMLNode
00012 {
00013     NSString *_name;
00014     NSMutableArray *_attributes;
00015     NSMutableArray *_namespaces;
00016     NSArray *_children;
00017     BOOL _childrenHaveMutated;
00018     unsigned char _padding3;
00019     NSString *_URI;
00020     int _prefixIndex;
00021 }
00022 
00023 + (id)_nodeFromLibXML2Node:(void *)fp8;
00024 + (id)_elementFromTidyDoc:(struct _TidyDoc *)fp8 element:(struct _TidyNode *)fp12 encoding:(unsigned long)fp16 elementClass:(Class)fp20 nodeClass:(Class)fp24;
00025 - (void)dealloc;
00026 - (void)finalize;
00027 - (id)init;
00028 - (id)initWithName:(id)fp8;
00029 - (id)initWithLocalName:(id)fp8 URI:(id)fp12;
00030 - (id)initWithName:(id)fp8 stringValue:(id)fp12;
00031 - (id)initWithName:(id)fp8 URI:(id)fp12;
00032 - (id)_initWithName:(id)fp8 URI:(id)fp12 prefixIndex:(int)fp16;
00033 - (id)initWithXMLString:(id)fp8 error:(id *)fp12;
00034 - (void)setName:(id)fp8;
00035 - (BOOL)validateName:(id *)fp8 error:(id *)fp12;
00036 - (id)name;
00037 - (void)setObjectValue:(id)fp8;
00038 - (id)objectValue;
00039 - (id)stringValue;
00040 - (id)children;
00041 - (unsigned int)childCount;
00042 - (void)_setLocalName:(id)fp8;
00043 - (void)setURI:(id)fp8;
00044 - (id)URI;
00045 - (BOOL)_QNamesAreResolved;
00046 - (void)_setQNamesAreResolved:(BOOL)fp8;
00047 - (id)childAtIndex:(unsigned int)fp8;
00048 - (id)XPath;
00049 - (id)elementsForName:(id)fp8;
00050 - (id)elementsForLocalName:(id)fp8 URI:(id)fp12;
00051 - (void)setAttributes:(id)fp8;
00052 - (void)setAttributesAsDictionary:(id)fp8;
00053 - (id)attributes;
00054 - (id)_attributes;
00055 - (void)addAttribute:(id)fp8;
00056 - (id)attributeForName:(id)fp8;
00057 - (id)attributeForLocalName:(id)fp8 URI:(id)fp12;
00058 - (void)removeAttributeForName:(id)fp8;
00059 - (void)_addTrustedAttribute:(id)fp8 atIndex:(unsigned int)fp12;
00060 - (unsigned int)countOfAttributes;
00061 - (id)objectInAttributesAtIndex:(unsigned int)fp8;
00062 - (void)insertObject:(id)fp8 inAttributesAtIndex:(unsigned int)fp12;
00063 - (void)removeObjectFromAttributesAtIndex:(unsigned int)fp8;
00064 - (void)setNamespaces:(id)fp8;
00065 - (id)namespaces;
00066 - (id)_namespaces;
00067 - (void)addNamespace:(id)fp8;
00068 - (id)namespaceForPrefix:(id)fp8;
00069 - (id)_namespaceForURI:(id)fp8;
00070 - (void)removeNamespaceForPrefix:(id)fp8;
00071 - (id)resolveNamespaceForName:(id)fp8;
00072 - (id)_resolveNamespaceForPrefix:(id)fp8;
00073 - (id)resolvePrefixForNamespaceURI:(id)fp8;
00074 - (void)_changeQNamePrefix:(id)fp8 toPrefix:(id)fp12 forURI:(id)fp16;
00075 - (void)_changeQNameURI:(id)fp8 toURI:(id)fp12 forPrefix:(id)fp16;
00076 - (void)_bindAncestorNamespaces;
00077 - (BOOL)_bindNamespaceName:(id)fp8 URI:(id)fp12;
00078 - (unsigned int)countOfNamespaces;
00079 - (id)objectInNamespacesAtIndex:(unsigned int)fp8;
00080 - (void)insertObject:(id)fp8 inNamespacesAtIndex:(unsigned int)fp12;
00081 - (void)removeObjectFromNamespacesAtIndex:(unsigned int)fp8;
00082 - (void)insertChild:(id)fp8 atIndex:(unsigned int)fp12;
00083 - (void)insertChildren:(id)fp8 atIndex:(unsigned int)fp12;
00084 - (void)removeChildAtIndex:(unsigned int)fp8;
00085 - (void)setChildren:(id)fp8;
00086 - (void)addChild:(id)fp8;
00087 - (void)replaceChildAtIndex:(unsigned int)fp8 withNode:(id)fp12;
00088 - (void)normalizeAdjacentTextNodesPreservingCDATA:(BOOL)fp8;
00089 - (unsigned int)countOfChildren;
00090 - (id)objectInChildrenAtIndex:(unsigned int)fp8;
00091 - (void)insertObject:(id)fp8 inChildrenAtIndex:(unsigned int)fp12;
00092 - (void)removeObjectFromChildrenAtIndex:(unsigned int)fp8;
00093 - (void)replaceObjectInChildrenAtIndex:(unsigned int)fp8 withObject:(id)fp12;
00094 - (void)_XMLStringWithOptions:(unsigned int)fp8 appendingToString:(struct __CFString *)fp12;
00095 - (id)canonicalXMLStringPreservingComments:(BOOL)fp8;
00096 - (id)_canonicalXMLStringPreservingComments:(BOOL)fp8 namespaceString:(id)fp12 relationships:(id)fp16;
00097 - (id)copyWithZone:(struct _NSZone *)fp8;
00098 - (BOOL)isEqual:(id)fp8;
00099 - (unsigned int)hash;
00100 - (id)_children;
00101 - (void)_setSingleChild:(id)fp8;
00102 - (BOOL)_nameIsEqualToNameOfNode:(id)fp8;
00103 - (void)_resolveName;
00104 - (id)localName;
00105 - (id)prefix;
00106 - (BOOL)_setPrefix:(id)fp8;
00107 - (int)_prefixIndex;
00108 - (struct _xmlNode *)_libxml2TreeRepresentationWithNamespaces:(id)fp8;
00109 
00110 @end
00111