| ReplaceChildTestCase |
|
| TestAppendChild |
|
| TestAppendChildCyclic |
Tests that Node.appendChild(Node) throws an appropriate exception if the invocation would
result in a cyclic relationship.
|
| TestAppendChildSelf |
Tests that Node.appendChild(Node) throws an appropriate exception if an attempt is made
to add a node as a child of itself.
|
| TestAppendChildWrongDocument |
Tests that Node.appendChild(Node) throws an appropriate exception if an attempt is made to
append a child that has a different owner document.
|
| TestAttributes |
|
| TestAttributes2 |
|
| TestAttributes3 |
|
| TestAttributes4 |
|
| TestCloneNode |
|
| TestCloneNodeWithAttributeHavingMultipleChildren |
|
| TestCloneNodeWithAttributes |
|
| TestGetElementsByTagName |
Testing the NodeList returned with the elements's children
|
| TestGetElementsByTagNameNS |
|
| TestGetElementsByTagNameRecursive |
|
| TestGetElementsByTagNameWithNamespaces |
|
| TestGetElementsByTagNameWithWildcard |
|
| TestGetNamespaceURIWithNoNamespace |
|
| TestGetPrefixWithDefaultNamespace |
|
| TestGetTextContent |
|
| TestInsertBefore |
|
| TestInsertBeforeWithDocumentFragment |
|
| TestLookupNamespaceURIExplicit |
|
| TestLookupNamespaceURIImplicit |
|
| TestRemoveAttributeNotOwner |
|
| TestRemoveFirstChild |
|
| TestRemoveLastChild |
|
| TestRemoveSingleChild |
|
| TestReplaceChildCyclic |
|
| TestReplaceChildFirst |
|
| TestReplaceChildFirstWithDocumentFragment |
|
| TestReplaceChildLast |
|
| TestReplaceChildLastWithDocumentFragment |
|
| TestReplaceChildMiddle |
|
| TestReplaceChildMiddleWithDocumentFragment |
|
| TestReplaceChildNotFound |
|
| TestReplaceChildNullNewChild |
|
| TestReplaceChildSingle |
|
| TestReplaceChildWrongDocument |
|
| TestSetAttributeNodeNSInUse |
|
| TestSetAttributeNodeNSReplace |
|
| TestSetAttributeNodeNSWrongDocument |
|
| TestSetAttributeNodeWrongDocument |
|
| TestSetAttributeNS |
|
| TestSetAttributeNSExisting |
|
| TestSetAttributeNSInvalid |
|
| TestSetPrefixNotNullWithNamespace |
Tests the behavior of Node.setPrefix(String) on an Element if the specified
prefix is not null (and not an empty string) and the element has a namespace.
|
| TestSetPrefixNotNullWithoutNamespace |
|
| TestSetPrefixNull |
|
| TestSetTextContent |
|