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 Details

    • handler

      protected final javanet.staxutils.StAXReaderToContentHandler handler
    • repeater

      protected javanet.staxutils.helpers.XMLFilterImplEx repeater
    • pseudoParser

      protected final XMLReader pseudoParser
  • Constructor Details

  • Method Details