Home | History | Annotate | Download | only in dom

Lines Matching refs:HierarchyRequestError

137             exceptionState.throwDOMException(HierarchyRequestError, "The new child element contains the parent.");
146 exceptionState.throwDOMException(HierarchyRequestError, "The new child element is a pseudo-element.");
151 exceptionState.throwDOMException(HierarchyRequestError, "The new child element contains the parent.");
158 exceptionState.throwDOMException(HierarchyRequestError, "Failed to replace child.");
162 exceptionState.throwDOMException(HierarchyRequestError, "Nodes of type '" + newChild->nodeName() + "' may not be inserted inside nodes of type '" + nodeName() + "'.");
173 exceptionState.throwDOMException(HierarchyRequestError, "The new child element contains the parent.");