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/NSXMLDTDNode.h> 00008 00009 @class NSMutableArray, NSString; 00010 00011 @interface NSXMLAttributeDeclaration : NSXMLDTDNode 00012 { 00013 NSString *_elementName; 00014 unsigned int _defaultType; 00015 NSMutableArray *_enumerations; 00016 } 00017 00018 - (void)dealloc; 00019 - (void)setElementName:(id)fp8; 00020 - (id)elementName; 00021 - (void)setDefaultType:(unsigned int)fp8; 00022 - (unsigned int)defaultType; 00023 - (void)addEnumeration:(id)fp8; 00024 - (id)enumerations; 00025 - (void)_XMLStringWithOptions:(unsigned int)fp8 appendingToString:(struct __CFString *)fp12; 00026 - (void)_addToLibxml2TreeRepresentationWithDoc:(struct _xmlDoc *)fp8 dtd:(struct _xmlDtd *)fp12 context:(struct _xmlValidCtxt *)fp16; 00027 - (BOOL)isEqual:(id)fp8; 00028 00029 @end 00030