Searched defs:Document (Results 1 - 2 of 2) sorted by relevance

/libcore/benchmarks/src/benchmarks/regression/
H A DParseBenchmark.java44 @Param Document document;
47 private enum Document { enum in class:ParseBenchmark
/libcore/luni/src/main/java/org/w3c/dom/
H A DDocument.java16 * The <code>Document</code> interface represents the entire HTML or XML
20 * cannot exist outside the context of a <code>Document</code>, the
21 * <code>Document</code> interface also contains the factory methods needed
24 * <code>Document</code> within whose context they were created.
25 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
27 public interface Document extends Node { interface in inherits:Node
29 * The Document Type Declaration (see <code>DocumentType</code>)
36 * child node of this <code>Document</code>. This node can be set at
41 * <code>Document</code> objects supporting additional features than the
83 * <code>Document
[all...]

Completed in 120 milliseconds