Class | Description |
---|---|
TestAddAttributeReplace |
Tests that the owner document of an attribute changes if it is removed from its owner element as
a side effect of
OMElement.addAttribute(OMAttribute) . |
TestAddChildFromForeignDocument |
Tests that
OMContainer.addChild(OMNode) automatically adopts (in the sense of DOM) the
child node if it doesn't have the same owner document. |
TestAppendChildIncomplete |
Tests the behavior of
Node.appendChild(Node) if the parent has not been built completely. |
TestCloneNodeIncomplete |
Tests
Node.cloneNode(boolean) on an element that is not completely built. |
TestCloneOMElement |
Tests that the element returned by
OMElement.cloneOMElement() has a different owner
document than the original element. |
TestDetach |
Tests that after a node has been removed from its parent using
OMNode.detach() , it will
have a new owner document. |
TestGetNamespaceNormalized |
Tests that the return value of
OMNamedInformationItem.getNamespace() is correctly
normalized for elements created using Document.createElementNS(String, String) . |
TestInsertBeforeIncomplete |
Tests the behavior of
Node.insertBefore(Node, Node) if refChild is
null and the parent has not been built completely. |
TestRemoveAttribute |
Tests that the owner document of an attribute changes if it is removed using
OMElement.removeAttribute(OMAttribute) . |
TestRemoveAttributeNSNamespaceDeclaration |
Tests that
Element.removeAttributeNS(String, String) can be used to remove a namespace
declaration. |
TestRemoveChildIncomplete |
Tests the behavior of
Node.removeChild(Node) on an element that has not been built
completely. |
TestReplaceChildFirstIncomplete |
Tests the behavior of
Node.replaceChild(Node, Node) on an element that has not been built
completely. |
TestReplaceChildMiddleIncomplete |
Tests the behavior of
Node.replaceChild(Node, Node) on an element that has not been built
completely. |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.