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

1 2 3 4 56 7 8 9

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
namednodemapremovenameditemns05.java 73 DocumentType docType;
namednodemapsetnameditemns04.java 78 DocumentType docType = null;
namednodemapsetnameditemns09.java 38 * for this documenttype. This should reaise a NO_MODIFICATION_ALLOWED_ERR.
72 DocumentType docType;
namednodemapsetnameditemns10.java 74 DocumentType docType;
namednodemapsetnameditemns11.java 74 DocumentType docType;
nodegetownerdocument01.java 36 * Create a new DocumentType node. Since this node is not used with any Document yet
74 DocumentType docType;
nodegetownerdocument02.java 78 DocumentType docType;
nodehasattributes04.java 72 DocumentType docType = null;
createDocument05.java 72 DocumentType docType = null;
createDocumentType02.java 73 DocumentType docType = null;
importNode01.java 81 DocumentType docType;
namednodemapsetnameditemns05.java 73 DocumentType docType;
documentimportnode21.java 82 DocumentType docTypeNull = null;
nodenormalize01.java 71 DocumentType docType;
72 DocumentType docTypeNull = null;
  /libcore/luni/src/main/java/org/w3c/dom/
Document.java 29 * The Document Type Declaration (see <code>DocumentType</code>)
32 * a <code>DocumentType</code> object may be returned, independently of
35 * <br>This provides direct access to the <code>DocumentType</code> node,
43 * , based on the <code>DocumentType</code> specified at creation time,
48 public DocumentType getDoctype();
244 * <dd><code>DocumentType</code>
258 * <code>DocumentType</code> is readonly. Ability to add these imported
259 * nodes to a <code>DocumentType</code> will be considered for addition
275 * release of the DOM the <code>DocumentType</code> is readonly. Ability
276 * to add these imported nodes to a <code>DocumentType</code> will b
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 29 import org.w3c.dom.DocumentType;
77 String qualifiedName, DocumentType doctype, String inputEncoding) {
363 public DocumentType getDoctype() {
365 if (child instanceof DocumentType) {
366 return (DocumentType) child;
424 if (toInsert instanceof DocumentType && getDoctype() != null) {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
CreateDocumentType.java 30 import org.w3c.dom.DocumentType;
163 DocumentType newType = null;
NodeIsSupported.java 31 import org.w3c.dom.DocumentType;
154 DocumentType docType;
DocumentCreateAttributeNS.java 30 import org.w3c.dom.DocumentType;
204 DocumentType docType = null;
229 DocumentType docType = null;
DocumentImportNode.java 9 import org.w3c.dom.DocumentType;
143 // DocumentType docType = null;
210 DocumentType docType;
227 DocumentType docType;
336 // DocumentType nullDocType = null;
408 // DocumentType docTypeNull = null;
412 // DocumentType docType;
462 // DocumentType docType;
463 // DocumentType docTypeNull = null;
507 // DocumentType docTypeNull = null
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/
DocumentImpl.java 28 import org.w3c.dom.DocumentType;
99 public DocumentType getDoctype() {
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documenttypegetentities.java 65 DocumentType docType;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.cpp 36 #include "core/dom/DocumentType.h"
180 PassRefPtr<DocumentType> DOMImplementation::createDocumentType(const String& qualifiedName,
187 return DocumentType::create(0, qualifiedName, publicId, systemId);
196 const String& qualifiedName, DocumentType* doctype, ExceptionState& es)
  /external/chromium_org/third_party/WebKit/public/web/
WebDocument.h 44 class DocumentType;
  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DOMSerializer.java 173 writeDocumentType((DocumentType) node, writer, depth);
195 private void writeDocumentType(DocumentType docType, Writer writer, int depth) throws IOException {

Completed in 591 milliseconds

1 2 3 4 56 7 8 9