Lines Matching refs:p

47 <p>The Node interface is the primary datatype for the entire Document Object Model. 
51 have children, and adding children to such nodes results in a DOMException being raised.</p>
53 <p>The attributes nodeName, nodeValue and attributes are included as a mechanism to get at
58 information.</p>
60 <p>The values of nodeName, nodeValue, and attributes vary according to the node type as follows:
75 </table></p>
77 …2000/REC-DOM-Level-2-Core-20001113">Document Object Model (DOM) Level 2 Core Specification</a> </p>
88 <p>HIERARCHY_REQUEST_ERR: Raised if this node is of a type that does
90 node to append is one of this node's ancestors or this node itself.</p>
91 <p>WRONG_DOCUMENT_ERR: Raised if newChild was created from a different
92 document than the one that created this node.</p>
93 <p>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly or if
94 the previous parent of the node being inserted is readonly.</p>
101 <p></p>
160 <p>DOMSTRING_SIZE_ERR: Raised when it would return more characters
161 than fit in a DOMString variable on the implementation platform.</p>
198 <p>HIERARCHY_REQUEST_ERR: Raised if this node is of a type that does
201 <p>WRONG_DOCUMENT_ERR: Raised if newChild was created from a different
203 <p>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly or if the
205 <p>NOT_FOUND_ERR: Raised if refChild is not a child of this node.
228 <p>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
229 <p>NOT_FOUND_ERR: Raised if oldChild is not a child of this node.
237 <p>HIERARCHY_REQUEST_ERR: Raised if this node is of a type that
241 <p>WRONG_DOCUMENT_ERR: Raised if newChild was created from a different
243 <p>NO_MODIFICATION_ALLOWED_ERR: Raised if this node or the parent of the
245 <p>NOT_FOUND_ERR: Raised if oldChild is not a child of this node.
252 <p>NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
253 <p>DOMSTRING_SIZE_ERR: Raised when it would return more characters
261 <p>INVALID_CHARACTER_ERR: Raised if the specified prefix contains an illegal character,
263 <p>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
264 <p>NAMESPACE_ERR: Raised if the specified prefix is malformed per the Namespaces