Home
last modified time | relevance | path

Searched refs:createDocumentType (Results 1 – 5 of 5) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1400 public DocumentType createDocumentType(String qualifiedName,String publicId, String systemId) in createDocumentType() method in DTMNodeProxy.DTMNodeProxyImplementation
/external/python/cpython2/Lib/xml/dom/
Dminidom.py1406 def createDocumentType(self, qualifiedName, publicId, systemId): member in DOMImplementation
1858 clone = newOwnerDocument.implementation.createDocumentType(
Dexpatbuilder.py242 doctype = self.document.implementation.createDocumentType(
/external/python/cpython2/Doc/library/
Dxml.dom.rst235 :meth:`createDocumentType`, or ``None``. In the Python DOM API, the first two
240 .. method:: DOMImplementation.createDocumentType(qualifiedName, publicId, systemId)
/external/python/cpython2/Lib/test/
Dtest_minidom.py33 doctype = getDOMImplementation().createDocumentType("doc", None, None)