HomeSort by relevance Sort by last modified time
    Searched refs:DocumentType (Results 151 - 175 of 204) sorted by null

1 2 3 4 5 67 8 9

  /libcore/luni/src/test/java/tests/org/w3c/dom/
NamedNodeMapSetNamedItemNS.java 32 import org.w3c.dom.DocumentType;
162 DocumentType docType = null;
193 // DocumentType docType;
310 // DocumentType docType;
344 // DocumentType docType;
376 // DocumentType docType;
NodeNormalize.java 27 import org.w3c.dom.DocumentType;
89 DocumentType docTypeNull = null;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.cpp 37 #include "core/dom/DocumentType.h"
352 void MarkupAccumulator::appendDocumentType(StringBuilder& result, const DocumentType* n)
496 appendDocumentType(result, static_cast<const DocumentType*>(node));
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 33 import org.w3c.dom.DocumentType;
98 DocumentType doctype = null;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 36 import org.w3c.dom.DocumentType;
568 public final DocumentType getDoctype()
1400 public DocumentType createDocumentType(String qualifiedName,String publicId, String systemId)
1404 public Document createDocument(String namespaceURI,String qualfiedName,DocumentType doctype)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 46 import org.w3c.dom.DocumentType;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8NodeCustom.cpp 152 return wrap(static_cast<DocumentType*>(impl), creationContext, isolate);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 44 import org.w3c.dom.DocumentType;
409 serializeDocType((DocumentType) node, true);
452 serializeDocType((DocumentType) node, false);
496 protected void serializeDocType(DocumentType node, boolean bStart)
505 //DocumentType nodes are never passed to the filter
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 38 import org.w3c.dom.DocumentType;
    [all...]
UnImplNode.java 33 import org.w3c.dom.DocumentType;
774 public DocumentType getDoctype()
1278 * <br>For two <code>DocumentType</code> nodes to be equal, the following
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 92 class DocumentType;
301 DocumentType* doctype() const { return m_docType.get(); }
    [all...]
Document.idl 28 readonly attribute DocumentType doctype;
Node.cpp 42 #include "core/dom/DocumentType.h"
243 printf(" Number of DocumentType nodes: %zu\n", docTypeNodes);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp 34 #include "core/dom/DocumentType.h"
422 RefPtr<DocumentType> doctype = DocumentType::create(m_document, token->name(), publicId, systemId);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Frame.cpp 35 #include "core/dom/DocumentType.h"
395 if (DocumentType* doctype = document()->doctype())
  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp 44 #include "core/dom/DocumentType.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 81 third_party/WebKit/Source/core/dom/DocumentType.cpp \
webcore_dom.target.darwin-mips.mk 81 third_party/WebKit/Source/core/dom/DocumentType.cpp \
webcore_dom.target.darwin-x86.mk 81 third_party/WebKit/Source/core/dom/DocumentType.cpp \
webcore_dom.target.linux-arm.mk 81 third_party/WebKit/Source/core/dom/DocumentType.cpp \
webcore_dom.target.linux-mips.mk 81 third_party/WebKit/Source/core/dom/DocumentType.cpp \
webcore_dom.target.linux-x86.mk 81 third_party/WebKit/Source/core/dom/DocumentType.cpp \
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java 49 import org.w3c.dom.DocumentType;
99 private DocumentType doctype;
    [all...]

Completed in 702 milliseconds

1 2 3 4 5 67 8 9