return createOMDocType(parent, rootName, publicId, systemId, internalSubset, false);
}
public OMDocType createOMDocType(OMContainer parent, String rootName, String publicId,
String systemId, String internalSubset, boolean fromBuilder) {
return new OMDocTypeImpl(parent, rootName, publicId, systemId, internalSubset, this, fromBuilder);
}