|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DOMTestCase in org.apache.axiom.ts.dom.attr |
---|
Subclasses of DOMTestCase in org.apache.axiom.ts.dom.attr | |
---|---|
class |
TestCloneNode
|
class |
TestGetChildNodes
|
class |
TestGetFirstChild
|
class |
TestGetValueWithMultipleChildren
|
class |
TestLookupNamespaceURI
|
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. |
Uses of DOMTestCase in org.apache.axiom.ts.dom.builder |
---|
Subclasses of DOMTestCase in org.apache.axiom.ts.dom.builder | |
---|---|
class |
TestParseURI
Tests DocumentBuilder.parse(String) . |
class |
TestWhitespaceAroundDocumentElement
Test that whitespace around the document element is discarded. |
Uses of DOMTestCase in org.apache.axiom.ts.dom.document |
---|
Uses of DOMTestCase in org.apache.axiom.ts.dom.documenttype |
---|
Subclasses of DOMTestCase in org.apache.axiom.ts.dom.documenttype | |
---|---|
class |
TestWithParser1
|
class |
TestWithParser2
|
Uses of DOMTestCase in org.apache.axiom.ts.dom.element |
---|
Uses of DOMTestCase in org.apache.axiom.ts.dom.element.attributes |
---|
Subclasses of DOMTestCase in org.apache.axiom.ts.dom.element.attributes | |
---|---|
class |
TestSetNamedItemNSWrongDocument
|
class |
TestSetNamedItemWrongDocument
|
Uses of DOMTestCase in org.apache.axiom.ts.dom.text |
---|
Subclasses of DOMTestCase in org.apache.axiom.ts.dom.text | |
---|---|
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |