RGLDocumentRequestMDL

@interface RGLDocumentRequestMDL : NSObject

- (instancetype)initWithDocType:(NSString *)docType;
- (void)addNameSpace:(RGLNameSpaceMDL *)nameSpace;

@end

Undocumented