Lines Matching defs:Document

16  * 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 {
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.xmlVersion</code> attribute.
123 * <code>Document.createElementNS</code> or
124 * <code>Document.createAttributeNS</code>, no namespace well-formed
126 * <code>Document.normalizeDocument()</code> with the parameter "
134 * <code>Document.xmlVersion</code> attribute.
155 * <code>Document.xmlVersion</code> attribute.
172 * <code>Document.createElementNS</code> or
173 * <code>Document.createAttributeNS</code>, no namespace well-formed
175 * <code>Document.normalizeDocument()</code> with the parameter "
182 * <code>Document.xmlVersion</code> attribute.
241 * <dd><code>Document</code>
301 * @return The imported node that belongs to this <code>Document</code>.
307 * <code>Document.xmlVersion</code> attribute. This may happen when
361 * version in use specified in the <code>Document.xmlVersion</code>
431 * version in use specified in the <code>Document.xmlVersion</code>
481 * as when the <code>Document</code> was created in memory.
489 * <code>Document</code> was created in memory.
499 * <code>Document.normalizeDocument()</code> with the "validate"
510 * <code>Document.normalizeDocument()</code> with the "validate"
528 * <code>Document.normalizeDocument()</code> in order to check for
530 * this <code>Document</code>.
539 * the "XML" feature defined in this specification. <code>Document</code>
542 * number when using <code>Document.xmlVersion</code>.
553 * <code>Document.normalizeDocument()</code> in order to check for
555 * this <code>Document</code>.
564 * the "XML" feature defined in this specification. <code>Document</code>
567 * number when using <code>Document.xmlVersion</code>.
570 * not supported by this <code>Document</code> or if this document
582 * errors while using <code>Document.normalizeDocument()</code>. In case
593 * errors while using <code>Document.normalizeDocument()</code>. In case
602 * the <code>Document</code> was created using
607 * <br> Beware that when the <code>Document</code> supports the feature
616 * the <code>Document</code> was created using
621 * <br> Beware that when the <code>Document</code> supports the feature
637 * fails, applications should use <code>Document.importNode()</code>
655 * <code>Document</code> nodes cannot be adopted.</dd>
682 * <code>Document.importNode()</code> method, this method does not raise
684 * should use the <code>Document.normalizeDocument()</code> method to
702 * The configuration used when <code>Document.normalizeDocument()</code>
715 * the <code>Document.domConfig</code> object and governing what
762 * Applications should use <code>Document.normalizeDocument()</code> to
795 * <code>Document.xmlVersion</code> attribute.