public interface BuilderFactory
OMXMLParserWrapper
from a given test file.Modifier and Type | Field and Description |
---|---|
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. |
static BuilderFactory |
SAX
Creates an
OMXMLParserWrapper by passing a SAXSource to Axiom. |
Modifier and Type | Method and Description |
---|---|
void |
addTestProperties(AxiomTestCase testCase) |
void |
configureXMLStreamReaderComparator(XMLStreamReaderComparator comparator) |
OMXMLParserWrapper |
getBuilder(OMMetaFactory metaFactory,
InputSource inputSource) |
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.void configureXMLStreamReaderComparator(XMLStreamReaderComparator comparator)
void addTestProperties(AxiomTestCase testCase)
OMXMLParserWrapper getBuilder(OMMetaFactory metaFactory, InputSource inputSource) throws Exception
Exception
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.