Package org.mule.soapkit.soap.xml.stax
Class StaxSource
java.lang.Object
javax.xml.transform.sax.SAXSource
javanet.staxutils.StAXSource
org.mule.soapkit.soap.xml.stax.StaxSource
- All Implemented Interfaces:
Source
public class StaxSource
extends javanet.staxutils.StAXSource
A StaxSource which gives us access to the underlying XMLStreamReader if we are StaxCapable down the line.
- Since:
- 1.0, Copied from the removed XML module.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final javanet.staxutils.StAXReaderToContentHandlerprotected final XMLReaderprotected javanet.staxutils.helpers.XMLFilterImplEx -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.xml.transform.sax.SAXSource
getInputSource, getSystemId, getXMLReader, isEmpty, setInputSource, setSystemId, setXMLReader, sourceToInputSource
-
Field Details
-
handler
protected final javanet.staxutils.StAXReaderToContentHandler handler -
repeater
protected javanet.staxutils.helpers.XMLFilterImplEx repeater -
pseudoParser
-
-
Constructor Details
-
StaxSource
-
-
Method Details
-
getXMLStreamReader
-