Searched defs:createDocument (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/bindings/objc/
H A DDOMImplementationFront.cpp62 PassRefPtr<Document> DOMImplementationFront::createDocument(const String& namespaceURI, const String& qualifiedName, DocumentType* type, ExceptionCode& ec) function in class:WebCore::DOMImplementationFront
64 return reinterpret_cast<DOMImplementation*>(this)->createDocument(namespaceURI, qualifiedName, type, ec);
/external/webkit/Source/WebCore/loader/
H A DDocumentWriter.cpp100 PassRefPtr<Document> DocumentWriter::createDocument(const KURL& url) function in class:WebCore::DocumentWriter
106 return DOMImplementation::createDocument(m_mimeType, m_frame, url, m_frame->inViewSourceMode());
121 RefPtr<Document> document = createDocument(url);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMHelper.java62 * The Level 2 createDocument call also creates the root
77 public static Document createDocument(boolean isSecureProcessing) method in class:DOMHelper
115 XMLErrorResources.ER_CREATEDOCUMENT_NOT_SUPPORTED, null)); //"createDocument() not supported in XPathContext!");
131 public static Document createDocument() method in class:DOMHelper
133 return createDocument(false);
1256 this.m_DOMFactory = createDocument();
/external/webkit/Source/WebCore/dom/
H A DDOMImplementation.cpp230 PassRefPtr<Document> DOMImplementation::createDocument(const String& namespaceURI, function in class:WebCore::DOMImplementation
322 PassRefPtr<Document> DOMImplementation::createDocument(const String& type, Frame* frame, const KURL& url, bool inViewSourceMode) function in class:WebCore::DOMImplementation
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java1404 public Document createDocument(String namespaceURI,String qualfiedName,DocumentType doctype) method in class:DTMNodeProxy.DTMNodeProxyImplementation
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 5919 milliseconds