Class | Description |
---|---|
TestCloneNode | |
TestGetChildNodes | |
TestGetFirstChild | |
TestGetValueWithMultipleChildren | |
TestLookupNamespaceURI | |
TestLookupNamespaceURIWithoutOwnerElement |
Tests the behavior of
Node.lookupNamespaceURI(String) on an attribute node that has no
owner element. |
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. |
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. |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.