| Class | Description |
|---|---|
| TestAddChildIncomplete |
Tests the behavior of
OMContainer.addChild(OMNode) if the parent has not been built
completely. |
| TestClone | |
| TestDigest | |
| TestGetOMDocumentElement |
Tests the result of
OMDocument.getOMDocumentElement() after adding a child element to an
empty document. |
| TestGetOMDocumentElementAfterDetach |
Tests that
OMDocument.getOMDocumentElement() returns null after the existing
document element has been removed using OMNode.detach(). |
| TestGetOMDocumentElementWithParser |
Tests the result of
OMDocument.getOMDocumentElement() for an OMDocument
constructed from a stream. |
| TestIsCompleteAfterAddingIncompleteChild |
Tests that the completeness status (as returned by
OMSerializable.isComplete()) is updated
correctly after an incomplete child is added to a programmatically created document. |
| TestRemoveChildren |
Tests
OMContainer.removeChildren() on an OMContainer. |
| TestSerializeAndConsume |
Tests the behavior of
OMContainer.serializeAndConsume(java.io.OutputStream)
when invoked on an OMDocument instance. |
| TestSerializeAndConsumeWithIncompleteDescendant |
Tests that
OMContainer.serializeAndConsume(java.io.Writer) consumes incomplete descendants,
even if the document itself is complete (more precisely, created programmatically). |
| TestSetOMDocumentElementNew |
Tests the behavior of
OMDocument.setOMDocumentElement(OMElement) if there is no existing
document element. |
| TestSetOMDocumentElementNull |
Tests the behavior of
OMDocument.setOMDocumentElement(OMElement) with a null
parameter. |
| TestSetOMDocumentElementReplace |
Tests the behavior of
OMDocument.setOMDocumentElement(OMElement) if the document already
has a document element. |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.