|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuilderFactory
Defines a strategy to create an OMXMLParserWrapper
from a given test file.
Field Summary | |
---|---|
static BuilderFactory |
DOM
Creates an OMXMLParserWrapper by parsing the input using DOM and passing it as a DOM
tree to Axiom. |
static BuilderFactory |
PARSER
Creates an OMXMLParserWrapper directly from the given InputSource , i.e. let
instantiate an appropriate parser. |
static BuilderFactory |
SAX
Creates an OMXMLParserWrapper by passing a SAXSource to Axiom. |
Method Summary | |
---|---|
void |
addTestProperties(AxiomTestCase testCase)
|
void |
configureXMLStreamReaderComparator(org.apache.axiom.testutils.stax.XMLStreamReaderComparator comparator)
|
OMXMLParserWrapper |
getBuilder(OMMetaFactory metaFactory,
InputSource inputSource)
|
Field Detail |
---|
static final BuilderFactory PARSER
OMXMLParserWrapper
directly from the given InputSource
, i.e. let
instantiate an appropriate parser.
static final BuilderFactory DOM
OMXMLParserWrapper
by parsing the input using DOM and passing it as a DOM
tree to Axiom.
static final BuilderFactory SAX
OMXMLParserWrapper
by passing a SAXSource
to Axiom.
Method Detail |
---|
void configureXMLStreamReaderComparator(org.apache.axiom.testutils.stax.XMLStreamReaderComparator comparator)
void addTestProperties(AxiomTestCase testCase)
OMXMLParserWrapper getBuilder(OMMetaFactory metaFactory, InputSource inputSource) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |