Modifier and Type | Class and Description |
---|---|
class |
TestGetChildNodes |
class |
TestGetFirstChild |
class |
TestGetValueWithMultipleChildren |
class |
TestLookupNamespaceURIWithoutOwnerElement
Tests the behavior of
Node.lookupNamespaceURI(String) on an attribute node that has no
owner element. |
class |
TestSetPrefixNotNullWithNamespace
Tests the behavior of
Node.setPrefix(String) on an Attr if the specified
prefix is not null (and not an empty string) and the attribute has a namespace. |
class |
TestSetPrefixNotNullWithoutNamespace
Tests that
Node.setPrefix(String) throws an exception if an attempt is made to set a
prefix on an Attr that has no namespace. |
Modifier and Type | Class and Description |
---|---|
class |
TestParseURI
|
class |
TestWhitespaceAroundDocumentElement
Test that whitespace around the document element is discarded.
|
Modifier and Type | Class and Description |
---|---|
class |
TestWithParser1 |
class |
TestWithParser2 |
Modifier and Type | Class and Description |
---|---|
class |
TestSetNamedItemNSWrongDocument |
class |
TestSetNamedItemWrongDocument |
Modifier and Type | Class and Description |
---|---|
class |
TestAppendData |
class |
TestGetLength
Tests that
CharacterData.getLength() returns the expected result. |
class |
TestGetWholeText |
class |
TestGetWholeTextWithCDATASection |
class |
TestGetWholeTextWithComment |
class |
TestLookupNamespaceURIWithNSDeclInScope
Tests that a call to
Node.lookupNamespaceURI(String) on a Text node locates
namespace declarations present on an ancestor element of the node. |
class |
TestLookupNamespaceURIWithoutParent
Tests the behavior of
Node.lookupNamespaceURI(String) on a Text node without
parent. |
class |
TestSetPrefix
Tests that calling
Node.setPrefix(String) on a text node results in an exception. |
class |
TestSplitText |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.