|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OMContainerFactory
Extracts an OMContainer
instance from a test file.
Field Summary | |
---|---|
static OMContainerFactory |
DOCUMENT
|
Method Summary | |
---|---|
void |
addTestProperties(AxiomTestCase testCase)
|
XMLStreamReader |
filter(XMLStreamReader reader)
Filter the given stream so that its content matches the content of the container returned by getContainer(OMXMLParserWrapper) . |
OMContainer |
getContainer(OMXMLParserWrapper builder)
Extract the OMContainer from the given test file. |
InputSource |
getControl(InputStream testFileContent)
Prepare a control document that has the same content as the container returned by getContainer(OMXMLParserWrapper) . |
Field Detail |
---|
static final OMContainerFactory DOCUMENT
Method Detail |
---|
void addTestProperties(AxiomTestCase testCase)
InputSource getControl(InputStream testFileContent) throws Exception
getContainer(OMXMLParserWrapper)
.
testFileContent
- the content of the test file
InputSource
for the control document
Exception
OMContainer getContainer(OMXMLParserWrapper builder)
OMContainer
from the given test file.
builder
- the builder for the test file
XMLStreamReader filter(XMLStreamReader reader)
getContainer(OMXMLParserWrapper)
.
reader
- the original stream reader representing the content of the test file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |