/headers/OfficeImport/NSXMLElementDeclarationContent.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 NSXMLElementDeclarationContent : NSXMLNode
00012 {
00013     unsigned int _contentKind;
00014     unsigned int _occurrence;
00015     NSString *_name;
00016     NSXMLElementDeclarationContent *_leftChild;
00017     NSXMLElementDeclarationContent *_rightChild;
00018 }
00019 
00020 + (id)createElementContent:(struct _xmlElementContent *)fp8;
00021 + (id)createElementContentFromString:(id)fp8;
00022 - (id)initWithContentKind:(unsigned int)fp8 occurrence:(unsigned int)fp12;
00023 - (void)setName:(id)fp8;
00024 - (id)name;
00025 - (void)setLeftChild:(id)fp8;
00026 - (id)leftChild;
00027 - (void)setRightChild:(id)fp8;
00028 - (id)rightChild;
00029 - (unsigned int)contentKind;
00030 - (unsigned int)occurrence;
00031 - (void)_XMLStringWithOptions:(unsigned int)fp8 appendingToString:(struct __CFString *)fp12;
00032 - (void)XMLStringSequenceStarted:(BOOL)fp8 choiceStarted:(BOOL)fp12 appendingToString:(struct __CFString *)fp16;
00033 - (BOOL)isEqual:(id)fp8;
00034 - (unsigned int)hash;
00035 - (struct _xmlElementContent *)libxml2Content;
00036 
00037 @end
00038