Searched defs:createDocument (Results 1 – 9 of 9) sorted by relevance
/external/flatbuffers/tests/FlatBuffers.Benchmarks.swift/Sources/FlatBuffers.Benchmarks.swift/ |
D | main.swift | 24 func createDocument(Benchmarks: [Benchmark]) -> String { in createDocument() function
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | DOMHelper.java | 77 public static Document createDocument(boolean isSecureProcessing) in createDocument() method in DOMHelper 131 public static Document createDocument() in createDocument() method in DOMHelper
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeProxy.java | 1404 …public Document createDocument(String namespaceURI,String qualfiedName,DocumentType doctype) … in createDocument() method in DTMNodeProxy.DTMNodeProxyImplementation
|
/external/python/cpython2/Lib/xml/dom/ |
D | minidom.py | 1361 def createDocument(self, namespaceURI, qualifiedName, doctype): member in DOMImplementation
|
/external/python/cpython3/Lib/xml/dom/ |
D | minidom.py | 1431 def createDocument(self, namespaceURI, qualifiedName, doctype): member in DOMImplementation
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | ShadowDOM.min.js | 13 …entNode;if(!t.host)return null;t=t.host}return t}),["createComment","createDocumentFragment","crea… method in a
|
D | ShadowDOM.js | 4282 DOMImplementation.prototype.createDocument = function() { method in DOMImplementation
|
D | webcomponents.min.js | 13 …entNode;if(!t.host)return null;t=t.host}return t}),["createComment","createDocumentFragment","crea… method in a
|
D | webcomponents.js | 4285 DOMImplementation.prototype.createDocument = function() { method in DOMImplementation
|