OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DocumentType
(Results
1 - 25
of
36
) sorted by null
1
2
/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 {
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
namespacetest.cpp
36
typedef GenericDocument<UTF8<>, CrtAllocator>
DocumentType
;
37
DocumentType
doc;
documenttest.cpp
26
template <typename
DocumentType
>
27
void ParseCheck(
DocumentType
& doc) {
28
typedef typename
DocumentType
::ValueType ValueType;
71
typedef GenericDocument<UTF8<>, Allocator, StackAllocator>
DocumentType
;
72
DocumentType
doc;
263
typedef GenericDocument<UTF8<>, MemoryPoolAllocator<>, MemoryPoolAllocator<> >
DocumentType
;
268
DocumentType
doc(&valueAllocator, sizeof(parseBuffer) / 2, &parseAllocator);
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/
etree_lxml.py
33
class
DocumentType
(object):
184
doctypeClass =
DocumentType
etree.py
161
class
DocumentType
(Element):
312
doctypeClass =
DocumentType
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDatabaseConstants.java
100
public @interface
DocumentType
{}
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py
[
all
...]
/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/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar
/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar
/prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar
/prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar
/external/guice/extensions/persist/lib/
dom4j-1.6.1.jar
/external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar
/prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar
/prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar
/prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar
/external/guice/lib/build/jdiff/
xerces.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar
/external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/12/
android.jar
Completed in 3931 milliseconds
1
2