Searched defs:createDocumentType (Results 1 – 2 of 2) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ | ||
D | DTMNodeProxy.java | 1400 public DocumentType createDocumentType(String qualifiedName,String publicId, String systemId) in createDocumentType() method in DTMNodeProxy.DTMNodeProxyImplementation |
/external/python/cpython3/Lib/xml/dom/ | ||
D | minidom.py | 1494 def createDocumentType(self, qualifiedName, publicId, systemId): member in DOMImplementation |