Searched defs:createDocumentType (Results 1 – 3 of 3) 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 | 1478 def createDocumentType(self, qualifiedName, publicId, systemId): member in DOMImplementation |
| /external/python/cpython2/Lib/xml/dom/ | ||
| D | minidom.py | 1406 def createDocumentType(self, qualifiedName, publicId, systemId): member in DOMImplementation |