module IDocumentType:sig
..end
val of_Node : [> `Node ] GdomeT.t -> TDocumentType.t
val get_name : this:[> `DocumentType ] GdomeT.t -> TDOMString.t
val get_entities : this:[> `DocumentType ] GdomeT.t -> TNamedNodeMap.t
val get_notations : this:[> `DocumentType ] GdomeT.t -> TNamedNodeMap.t
val get_publicId : this:[> `DocumentType ] GdomeT.t -> TDOMString.t
val get_systemId : this:[> `DocumentType ] GdomeT.t -> TDOMString.t
val get_internalSubset : this:[> `DocumentType ] GdomeT.t -> TDOMString.t