OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DOMImplementation
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.h
42
class
DOMImplementation
: public ScriptWrappable {
45
static PassOwnPtr<
DOMImplementation
> create(Document& document) { return adoptPtr(new
DOMImplementation
(document)); }
51
// DOM methods & attributes for
DOMImplementation
56
DOMImplementation
* getInterface(const String& feature);
72
explicit
DOMImplementation
(Document&);
DOMImplementation.cpp
26
#include "core/dom/
DOMImplementation
.h"
164
DOMImplementation
::
DOMImplementation
(Document& document)
170
bool
DOMImplementation
::hasFeature(const String& feature, const String& version)
181
PassRefPtr<DocumentType>
DOMImplementation
::createDocumentType(const AtomicString& qualifiedName,
191
DOMImplementation
*
DOMImplementation
::getInterface(const String& /*feature*/)
196
PassRefPtr<Document>
DOMImplementation
::createDocument(const AtomicString& namespaceURI,
227
PassRefPtr<CSSStyleSheet>
DOMImplementation
::createCSSStyleSheet(const String&, const String& media)
236
bool
DOMImplementation
::isXMLMIMEType(const String& mimeType
[
all
...]
/libcore/luni/src/main/java/org/w3c/dom/
DOMImplementation.java
16
* The <code>
DOMImplementation
</code> interface provides a number of methods
21
public interface
DOMImplementation
{
117
* <code>
DOMImplementation
</code> interface.
126
* implements the <code>
DOMImplementation
</code> interface, it must
127
* delegate to the primary core <code>
DOMImplementation
</code> and not
129
* <code>
DOMImplementation
</code> such as <code>hasFeature</code>,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py
[
all
...]
/prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar
/prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
Completed in 615 milliseconds