| Class | Description |
|---|---|
| NamespaceDeclarationFilter |
XMLStreamReader wrapper that filters out all namespace declarations. |
| TestCloseWithInputStream | |
| TestCloseWithReader | |
| TestCloseWithXMLStreamReader | |
| TestCreateOMBuilderFromDOM | |
| TestCreateOMBuilderFromDOMElement |
Tests that
OMXMLBuilderFactory.createOMBuilder(Node, boolean) can be used to create a
builder from an Element and that the resulting Axiom tree corresponds to a the subtree
defined by that element. |
| TestCreateOMBuilderFromSAXSource | |
| TestCreateStAXOMBuilderFromFragment |
Tests the behavior of
OMXMLBuilderFactory.createStAXOMBuilder(OMFactory, XMLStreamReader)
if the supplied XMLStreamReader is positioned on a
XMLStreamConstants.START_ELEMENT event. |
| TestCreateStAXOMBuilderIncorrectState |
Tests that
OMXMLBuilderFactory.createStAXOMBuilder(OMFactory, XMLStreamReader) throws an
exception if the supplied XMLStreamReader is not positioned on a
XMLStreamConstants.START_DOCUMENT or XMLStreamConstants.END_DOCUMENT event. |
| TestCreateStAXOMBuilderNamespaceRepairing |
Tests that
OMMetaFactory.createStAXOMBuilder(OMFactory, XMLStreamReader) performs
namespace repairing. |
| TestCreateStAXOMBuilderNamespaceRepairing2 |
Tests that
OMMetaFactory.createStAXOMBuilder(OMFactory, XMLStreamReader) correctly
performs namespace repairing in cases where a namespace declaration of the form xmlns=""
is required. |
| TestGetDocumentElement |
Tests the behavior of
OMXMLParserWrapper.getDocumentElement(). |
| TestGetDocumentElementWithDiscardDocument |
Tests the behavior of
OMXMLParserWrapper.getDocumentElement(boolean) with
discardDocument set to true. |
| TestGetDocumentElementWithIllFormedDocument |
Tests that
OMXMLParserWrapper.getDocumentElement() throws an exception (instead of
returning null) if the input document has no document element. |
| TestInvalidXML | |
| TestIOExceptionInGetText |
Test the behavior of the builder when an exception is thrown by
XMLStreamReader.getText(). |
| TestNextBeforeGetDocumentElement |
Tests that the builder works correctly if
OMXMLParserWrapper.next() is called before
OMXMLParserWrapper.getDocumentElement(). |
| TestReadAttachmentBeforeRootPartComplete |
Tests that the content of the root part of an XOP message is buffered, i.e.
|
| TestRootPartStreaming |
Tests that the content of the root part of an XOP/MTOM message is not buffered (i.e.
|
| TestStandaloneConfiguration |
Tests the behavior of
OMXMLBuilderFactory.createOMBuilder(StAXParserConfiguration, InputStream) with
StAXParserConfiguration.STANDALONE. |