org.apache.axiom.ts.om.container
Class OMElementFactory

java.lang.Object
  extended by org.apache.axiom.ts.om.container.OMElementFactory
All Implemented Interfaces:
OMContainerFactory

public class OMElementFactory
extends Object
implements OMContainerFactory


Field Summary
 
Fields inherited from interface org.apache.axiom.ts.om.container.OMContainerFactory
DOCUMENT
 
Constructor Summary
OMElementFactory(boolean detached)
           
 
Method Summary
 void addTestProperties(AxiomTestCase testCase)
           
 XMLStreamReader filter(XMLStreamReader reader)
           
 OMContainer getContainer(OMXMLParserWrapper builder)
           
 InputSource getControl(InputStream testFileContent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OMElementFactory

public OMElementFactory(boolean detached)
Method Detail

addTestProperties

public void addTestProperties(AxiomTestCase testCase)
Specified by:
addTestProperties in interface OMContainerFactory

getControl

public InputSource getControl(InputStream testFileContent)
                       throws Exception
Specified by:
getControl in interface OMContainerFactory
Throws:
Exception

getContainer

public OMContainer getContainer(OMXMLParserWrapper builder)
Specified by:
getContainer in interface OMContainerFactory

filter

public XMLStreamReader filter(XMLStreamReader reader)
Specified by:
filter in interface OMContainerFactory


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