00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 @interface CMMapper : NSObject
00010 {
00011 CMMapper *mParent;
00012 }
00013
00014 - (id)initWithParent:(id)fp8;
00015 - (void)setParent:(id)fp8;
00016 - (id)parent;
00017 - (id)root;
00018 - (id)archiver;
00019 - (void)addAttribute:(id)fp8 toNode:(id)fp12 value:(id)fp16;
00020 - (void)addStyleUsingGlobalCacheTo:(id)fp8 style:(id)fp12;
00021 - (void)mapAt:(id)fp8 withState:(id)fp12;
00022 - (void)mapStylesheetAt:(id)fp8 stylesheet:(id)fp12;
00023
00024 @end
00025