| TestAddAttributeAlreadyOwnedByElement |
|
| TestAddAttributeAlreadyOwnedByOtherElement |
|
| TestAddAttributeFromOMAttributeMultiple |
|
| TestAddAttributeFromOMAttributeWithExistingName |
|
| TestAddAttributeReplace1 |
|
| TestAddAttributeReplace2 |
|
| TestAddAttributeWithExistingNamespaceDeclarationInScope |
|
| TestAddAttributeWithExistingNamespaceDeclarationOnSameElement |
|
| TestAddAttributeWithInvalidNamespace |
|
| TestAddAttributeWithMaskedNamespaceDeclaration |
|
| TestAddAttributeWithoutExistingNamespaceDeclaration |
|
| TestAddAttributeWithoutNamespace |
|
| TestAddChild |
|
| TestAddChild2 |
|
| TestAddChildIncomplete |
|
| TestAddChildWithParent |
|
| TestAddChildWithSameParent |
|
| TestChildReDeclaringGrandParentsDefaultNSWithPrefix |
|
| TestChildReDeclaringParentsDefaultNSWithPrefix |
|
| TestCloneOMElement |
|
| TestCloneOMElement2 |
|
| TestCloneOMElementNamespaceRepairing |
|
| TestDeclareDefaultNamespace1 |
|
| TestDeclareDefaultNamespace2 |
|
| TestDeclareDefaultNamespaceConflict1 |
|
| TestDeclareDefaultNamespaceConflict2 |
|
| TestDeclareNamespace1 |
|
| TestDeclareNamespaceInvalid1 |
|
| TestDeclareNamespaceInvalid2 |
|
| TestDeclareNamespaceWithGeneratedPrefix1 |
|
| TestDeclareNamespaceWithGeneratedPrefix2 |
|
| TestDeclareNamespaceWithGeneratedPrefix3 |
|
| TestDigestWithNamespace |
|
| TestDigestWithoutNamespace |
|
| TestDiscardDocumentElement |
|
| TestDiscardIncomplete |
Test the discard method
|
| TestDiscardPartiallyBuilt |
Tests the behavior of OMNode.discard() on an element that is partially built, more
precisely in a situation where the builder is building a descendant that is not an immediate
child of the element.
|
| TestFindNamespaceByNamespaceURIMasked |
|
| TestFindNamespaceByPrefix |
|
| TestFindNamespaceCaseSensitivity |
|
| TestFindNamespaceURIWithPrefixUndeclaring |
|
| TestGetAllAttributes1 |
|
| TestGetAllAttributes2 |
|
| TestGetAllDeclaredNamespaces |
|
| TestGetAllDeclaredNamespacesRemove |
|
| TestGetAttributeValueNonExisting |
|
| TestGetAttributeValueWithXmlPrefix1 |
|
| TestGetAttributeValueWithXmlPrefix2 |
|
| TestGetAttributeWithXmlPrefix1 |
|
| TestGetAttributeWithXmlPrefix2 |
|
| TestGetChildElements |
Test the element iterator
|
| TestGetChildElementsConcurrentModification |
|
| TestGetChildren |
Test the plain iterator which includes all the children (including the texts)
|
| TestGetChildrenConcurrentModification |
|
| TestGetChildrenRemove1 |
test the remove exception behavior
|
| TestGetChildrenRemove2 |
test the remove exception behavior, consecutive remove calls
|
| TestGetChildrenRemove3 |
Remove all!
|
| TestGetChildrenRemove4 |
test whether the children count reduces.
|
| TestGetChildrenWithLocalName |
|
| TestGetChildrenWithName |
Test the element iterator
|
| TestGetChildrenWithName2 |
|
| TestGetChildrenWithName3 |
|
| TestGetChildrenWithName4 |
|
| TestGetChildrenWithNameNextWithoutHasNext |
|
| TestGetChildrenWithNamespaceURI |
|
| TestGetDefaultNamespace |
|
| TestGetDefaultNamespace2 |
Tests the behavior of OMElement.getDefaultNamespace() in the special case where the
element has no namespace and was created as a child element of an element having a default
namespace with a non empty namespace URI.
|
| TestGetDescendants |
|
| TestGetFirstChildWithName |
|
| TestGetFirstChildWithNameOnIncompleteElement |
|
| TestGetFirstOMChildAfterConsume |
|
| TestGetFirstOMChildAfterDiscard |
|
| TestGetNamespaceContext |
|
| TestGetNamespaceNormalized |
|
| TestGetNamespaceNormalizedWithParser |
|
| TestGetNamespaceNormalizedWithSAXSource |
|
| TestGetNamespacesInScope |
|
| TestGetNamespacesInScopeWithDefaultNamespace |
|
| TestGetNamespacesInScopeWithMaskedDefaultNamespace |
|
| TestGetNamespacesInScopeWithMaskedNamespace |
|
| TestGetNamespaceURIWithNamespace |
|
| TestGetNamespaceURIWithoutNamespace |
|
| TestGetPrefixWithDefaultNamespace |
|
| TestGetPrefixWithNamespace |
|
| TestGetPrefixWithoutNamespace |
|
| TestGetQNameWithNamespace |
|
| TestGetQNameWithoutNamespace |
|
| TestGetText |
|
| TestGetTextAsQName |
|
| TestGetTextAsQNameEmpty |
|
| TestGetTextAsQNameNoNamespace |
|
| TestGetTextAsQNameWithExtraWhitespace |
|
| TestGetTextAsStreamWithNonTextChildren |
|
| TestGetTextAsStreamWithoutCaching |
|
| TestGetTextAsStreamWithSingleTextNode |
|
| TestGetTextWithCDATASectionChild |
Tests the behavior of OMElement.getText() when invoked on an element containing both a
text node and a CDATA section.
|
| TestGetTextWithMixedOMTextChildren |
Tests the behavior of OMElement.getText() when invoked on an element containing a single
CDATA section.
|
| TestGetXMLStreamReaderCDATAEventFromElement |
|
| TestGetXMLStreamReaderCDATAEventFromParser |
|
| TestGetXMLStreamReaderCommentEvent |
|
| TestGetXMLStreamReaderGetElementText |
|
| TestGetXMLStreamReaderGetElementTextFromParser |
|
| TestGetXMLStreamReaderGetNamespaceContext |
|
| TestGetXMLStreamReaderNextTag |
|
| TestGetXMLStreamReaderOnNonRootElement |
|
| TestGetXMLStreamReaderWithNamespaceURIInterning |
|
| TestGetXMLStreamReaderWithOMSourcedElementDescendant |
|
| TestGetXMLStreamReaderWithoutCachingPartiallyBuilt |
|
| TestGetXMLStreamReaderWithPreserveNamespaceContext |
|
| TestIsCompleteAfterAddingIncompleteChild |
Tests that the completeness status (as returned by OMSerializable.isComplete()) is updated
correctly after an incomplete child is added to a programmatically created element.
|
| TestMultipleDefaultNS |
|
| TestRemoveAttribute |
|
| TestRemoveAttributeNotOwner |
|
| TestRemoveChildren |
|
| TestResolveQNameWithDefaultNamespace |
|
| TestResolveQNameWithNonDefaultNamespace |
|
| TestResolveQNameWithoutNamespace |
|
| TestResolveQNameWithUnboundPrefix |
|
| TestSerialization |
Tests proper serialization for different combinations of namespaces on the element and its children.
|
| TestSerializationWithTwoNonBuiltOMElements |
|
| TestSerializeAndConsumePartiallyBuilt |
|
| TestSerializeAndConsumeWithIncompleteDescendant |
|
| TestSetNamespace |
|
| TestSetNamespaceInvalid |
|
| TestSetNamespaceWithMatchingBindingInScope |
|
| TestSetNamespaceWithNullOMNamespace |
|
| TestSetNamespaceWithNullPrefix |
|
| TestSetText |
|
| TestSetTextEmptyString |
|
| TestSetTextNull |
|
| TestSetTextQName |
|
| TestSetTextQNameNull |
|
| TestSetTextQNameWithEmptyPrefix |
|
| TestSetTextQNameWithExistingChildren |
|
| TestSetTextQNameWithoutNamespace |
|
| TestSetTextWithExistingChildren |
|
| TestUndeclarePrefix |
|
| TestWriteTextTo |
|
| TestWriteTextToWithNonTextNodes |
|