OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DocumentType
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Source/WebKit/chromium/src/
WebDocumentType.cpp
34
#include "
DocumentType
.h"
45
return WebString(constUnwrap<
DocumentType
>()->name());
48
WebDocumentType::WebDocumentType(const PassRefPtr<
DocumentType
>& elem)
53
WebDocumentType& WebDocumentType::operator=(const PassRefPtr<
DocumentType
>& elem)
59
WebDocumentType::operator PassRefPtr<
DocumentType
>() const
61
return static_cast<
DocumentType
*>(m_private.get());
/external/webkit/Source/WebCore/dom/
DocumentType.cpp
24
#include "
DocumentType
.h"
31
DocumentType
::
DocumentType
(Document* document, const String& name, const String& publicId, const String& systemId)
39
KURL
DocumentType
::baseURI() const
44
String
DocumentType
::nodeName() const
49
Node::NodeType
DocumentType
::nodeType() const
54
PassRefPtr<Node>
DocumentType
::cloneNode(bool /*deep*/)
59
void
DocumentType
::insertedIntoDocument()
71
void
DocumentType
::removedFromDocument()
DocumentType.h
33
class
DocumentType
: public Node {
35
static PassRefPtr<
DocumentType
> create(Document* document, const String& name, const String& publicId, const String& systemId)
37
return adoptRef(new
DocumentType
(document, name, publicId, systemId));
49
DocumentType
(Document*, const String& name, const String& publicId, const String& systemId);
/libcore/luni/src/main/java/org/w3c/dom/
DocumentType.java
17
* is either <code>null</code> or a <code>
DocumentType
</code> object. The
18
* <code>
DocumentType
</code> interface in the DOM Core provides an interface
22
* <p>DOM Level 3 doesn't support editing <code>
DocumentType
</code> nodes.
23
* <code>
DocumentType
</code> nodes are read-only.
26
public interface
DocumentType
extends Node {
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 608 milliseconds