HomeSort by relevance Sort by last modified time
    Searched refs:DocumentType (Results 1 - 25 of 188) sorted by null

1 2 3 4 5 6 7 8

  /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 {
DOMImplementation.java 34 * Creates an empty <code>DocumentType</code> node. Entity declarations
41 * @return A new <code>DocumentType</code> node with
53 public DocumentType createDocumentType(String qualifiedName,
61 * <br>Note that based on the <code>DocumentType</code> given to create
65 * . On the other hand, setting the <code>DocumentType</code> after the
107 DocumentType doctype)
  /libcore/dom/src/test/java/org/w3c/domts/
JTidyDOMImplementation.java 18 import org.w3c.dom.DocumentType;
52 * Creates an empty <code>DocumentType</code> node. Entity declarations
56 * <code>DocumentType</code>.
61 * @return A new <code>DocumentType</code> node with
76 public DocumentType createDocumentType(String qualifiedName,
119 DocumentType doctype) throws DOMException {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
OwnerDocument.java 26 import org.w3c.dom.DocumentType;
32 * node itself is a DocumentType which is not used with any document yet.
35 * document. The DocumentType returned should be null.
69 DocumentType ownerDocument;
71 ownerDocument = (DocumentType) doc.getOwnerDocument();
DocumentTypeInternalSubset.java 3 import org.w3c.dom.DocumentType;
12 * Create a new DocumentType node with null values for publicId and systemId.
53 DocumentType docType;
DocumentTypePublicId.java 26 import org.w3c.dom.DocumentType;
36 * Create a new DocumentType node with the value "PUB" for its publicId.
72 DocumentType docType;
DocumentTypeSystemId.java 25 import org.w3c.dom.DocumentType;
34 * Create a new DocumentType node with the value "SYS" for its systemId and PUB for
69 DocumentType docType;
InternalSubset.java 25 import org.w3c.dom.DocumentType;
35 * Retrieve the documenttype.
71 DocumentType docType;
PublicId.java 25 import org.w3c.dom.DocumentType;
31 * The "getPublicId()" method of a documenttype node contains
34 * Retrieve the documenttype.
70 DocumentType docType;
SystemId.java 24 import org.w3c.dom.DocumentType;
30 * The "getSystemId()" method of a documenttype node contains the system
33 * Retrieve the documenttype. Apply the "getSystemId()" method. The string
72 DocumentType docType;
DOMImplementationCreateDocument.java 8 import org.w3c.dom.DocumentType;
59 DocumentType docType = null;
91 DocumentType docType = null;
112 DocumentType docType = null;
132 DocumentType docType = null;
NodeGetOwnerDocument.java 26 import org.w3c.dom.DocumentType;
36 * Create a new DocumentType node. Since this node is not used with any Document
79 DocumentType docType;
95 DocumentType docType;
HCEntitiesRemoveNamedItemNS.java 25 import org.w3c.dom.DocumentType;
71 // DocumentType docType;
HCEntitiesSetNamedItemNS.java 7 import org.w3c.dom.DocumentType;
54 // DocumentType docType;
HCNotationsRemoveNamedItemNS.java 23 import org.w3c.dom.DocumentType;
70 DocumentType docType;
HCNotationsSetNamedItemNS.java 23 import org.w3c.dom.DocumentType;
71 DocumentType docType;
CreateDocument.java 29 import org.w3c.dom.DocumentType;
87 DocumentType docType = null;
108 DocumentType docType = null;
129 // DocumentType docType;
150 // DocumentType docType;
172 DocumentType docType = null;
224 DocumentType docType = null;
244 DocumentType docType = null;
260 DocumentType docType = null;
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
ownerDocument01.java 35 * node itself is a DocumentType which is not used with any document yet.
38 * document. The DocumentType returned should be null.
66 DocumentType ownerDocument;
68 ownerDocument = (DocumentType) doc.getOwnerDocument();
importNode12.java 71 DocumentType doc1Type;
76 DocumentType docType;
importNode13.java 72 DocumentType doc1Type;
77 DocumentType docType;
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
pointer.h     [all...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
Identifier.java 20 import static com.android.mtp.MtpDatabaseConstants.DocumentType;
30 final @DocumentType int mDocumentType;
33 @DocumentType int documentType) {
38 mDocumentType = documentType;
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMImplementationImpl.java 22 import org.w3c.dom.DocumentType;
43 DocumentType doctype) throws DOMException {
47 public DocumentType createDocumentType(String qualifiedName,
DocumentTypeImpl.java 20 import org.w3c.dom.DocumentType;
34 public final class DocumentTypeImpl extends LeafNodeImpl implements DocumentType {
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
namespacetest.cpp 36 typedef GenericDocument<UTF8<>, CrtAllocator> DocumentType;
37 DocumentType doc;

Completed in 4215 milliseconds

1 2 3 4 5 6 7 8