Lines Matching refs:document
11 echo "--- Trying to insert text node into the document ---\n";
29 echo "--- Trying to insert doctype into not a document ---\n";
38 echo "--- Trying to insert doctype at the wrong place in a document ---\n";
46 echo "--- Prepend doctype in a document should work ---\n";
50 echo "--- Trying to create multiple document roots ---\n";
58 echo "--- Trying to insert an element before a document type ---\n";
97 --- Trying to insert text node into the document ---
98 Exception: Cannot insert text as a child of a document
99 Exception: Cannot insert text as a child of a document
100 Exception: Cannot insert text as a child of a document
101 --- Trying to insert doctype into not a document ---
102 Exception: Cannot insert a document type into anything other than a document
103 --- Trying to insert doctype at the wrong place in a document ---
104 Exception: Document types must be the first child in a document
105 --- Prepend doctype in a document should work ---
106 --- Trying to create multiple document roots ---
107 Exception: Cannot have more than one element child in a document
108 --- Trying to insert an element before a document type ---
109 Exception: Document types must be the first child in a document
115 Exception: Cannot have more than one element child in a document
117 Exception: Cannot insert text as a child of a document