#import "Document.h"

@interface Document ()

@property(nonatomic,retain,readwrite) Element*          documentElement;

@end
