|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.stream.util.StreamReaderDelegate
org.apache.axiom.om.impl.OMStAXWrapper
org.apache.axiom.om.impl.dom.DOMStAXWrapper
public class DOMStAXWrapper
Empty subclass of OMStAXWrapper
to keep compatibility with existing code.
Field Summary |
---|
Fields inherited from interface javax.xml.stream.XMLStreamConstants |
---|
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT |
Constructor Summary | |
---|---|
DOMStAXWrapper(OMXMLParserWrapper builder,
OMContainer startNode)
When constructing the OMStaxWrapper, the creator must produce the builder (an instance of the OMXMLparserWrapper of the input) and the Element Node to start parsing. |
|
DOMStAXWrapper(OMXMLParserWrapper builder,
OMContainer startNode,
boolean cache)
Constructor OMStAXWrapper. |
Method Summary |
---|
Methods inherited from class org.apache.axiom.om.impl.OMStAXWrapper |
---|
enableDataSourceEvents, getBuilder, getDataHandler, getDataSource, isAllowSwitching, isClosed, isInlineMTOM, releaseParserOnClose, setAllowSwitching, setInlineMTOM, setNamespaceURIInterning, setParser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DOMStAXWrapper(OMXMLParserWrapper builder, OMContainer startNode)
builder
- startNode
- public DOMStAXWrapper(OMXMLParserWrapper builder, OMContainer startNode, boolean cache)
builder
- startNode
- cache
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |