org.apache.axiom.ts.om.container
Interface OMContainerFactory

All Known Implementing Classes:
OMElementFactory

public interface OMContainerFactory

Prepares OMContainer instances from a test file.


Field Summary
static OMContainerFactory DOCUMENT
           
 
Method Summary
 void addTestProperties(AxiomTestCase testCase)
           
 XMLStreamReader filter(XMLStreamReader reader)
           
 OMContainer getContainer(OMXMLParserWrapper builder)
           
 InputSource getControl(InputStream testFileContent)
           
 

Field Detail

DOCUMENT

static final OMContainerFactory DOCUMENT
Method Detail

addTestProperties

void addTestProperties(AxiomTestCase testCase)

getControl

InputSource getControl(InputStream testFileContent)
                       throws Exception
Throws:
Exception

getContainer

OMContainer getContainer(OMXMLParserWrapper builder)

filter

XMLStreamReader filter(XMLStreamReader reader)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.