| Class | Description |
|---|---|
| TestAdoptNode |
Tests the behavior of
Document.adoptNode(Node). |
| TestAdoptNodeToSameDocument |
Tests the behavior of
Document.adoptNode(Node) if the node is
already owned by the document. |
| TestAdoptNodeWithParent |
Tests the behavior of
Document.adoptNode(Node) if the node to adopt has a parent. |
| TestAllowedChildren | |
| 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. |
| TestCloneNode | |
| TestCreateAttribute | |
| TestCreateAttributeNS | |
| TestCreateAttributeNSInvalid | |
| TestCreateAttributeNSWithoutNamespace | |
| TestCreateCDATASection | |
| TestCreateElement | |
| TestCreateElementNS | |
| TestCreateElementNSWithInvalidName | |
| TestCreateElementNSWithoutNamespace | |
| TestCreateEntityReference | |
| TestCreateText | |
| TestDocumentSiblings | |
| TestGetDomConfigDefaults |
Tests that the
DOMConfiguration object returned by Document.getDomConfig() is
initialized with the correct default values as defined by the DOM specification. |
| TestGetOwnerDocument |
Tests that
Node.getOwnerDocument() returns null if the node is a
Document. |
| TestLookupNamespaceURI |
Tests that a call to
Node.lookupNamespaceURI(String) on a Document actually
performs a lookup on the document element as described in appendix B.4 of the DOM Level 3 Core
specification. |
| TestLookupNamespaceURIWithEmptyDocument |
Tests the behavior of
Node.lookupNamespaceURI(String) on an empty Document. |
| TestNormalizeDocumentNamespace | |
| TestTransformerWithIdentityStylesheet | |
| TestTransformerWithStylesheet | |
| TestValidator | |
| TransformerTestCase |