|
Class Summary |
| TestGetNamespaceContext |
Tests that XMLStreamWriter.getNamespaceContext() gives access to pre-existing namespace
bindings (defined by the ancestors of the OMSourcedElement). |
| TestWriteAttributeNoNamespace |
Tests that XMLStreamWriter.writeAttribute(String, String) creates the expected attribute. |
| TestWriteCData |
|
| TestWriteComment |
|
| TestWriteDataHandler |
Tests that DataHandlerWriter.writeDataHandler(DataHandler, String, boolean) creates an
OMText backed by a DataHandler. |
| TestWriteDataHandlerProvider |
Tests that DataHandlerWriter.writeDataHandler(DataHandlerProvider, String, boolean)
creates an OMText backed by a DataHandlerProvider. |
| TestWriteEmptyElementAutoPrefix |
Tests that XMLStreamWriter.writeEmptyElement(String, String) automatically selects an
appropriate prefix. |
| TestWriteNamespace |
Tests that XMLStreamWriter.writeNamespace(String, String) creates the expected namespace
declaration. |
| TestWriteProcessingInstruction1 |
|
| TestWriteProcessingInstruction2 |
|
| TestWriteStartElementAutoPrefix |
Tests that XMLStreamWriter.writeStartElement(String, String) automatically selects an
appropriate prefix. |
| TestWriteStartElementWithDefaultNamespaceDeclaredOnParent |
Tests that XMLStreamWriter.writeStartElement(String, String, String) creates the correct
OMElement if the element uses a default namespace declared on the parent. |