org.mule.module.xml.stax
Class StaxSource

java.lang.Object
  extended by javax.xml.transform.sax.SAXSource
      extended by javanet.staxutils.StAXSource
          extended by org.mule.module.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.


Nested Class Summary
 class StaxSource.PseudoReader
           
 
Field Summary
protected  javanet.staxutils.StAXReaderToContentHandler handler
           
protected  XMLReader pseudoParser
           
protected  javanet.staxutils.helpers.XMLFilterImplEx repeater
           
 
Fields inherited from class javax.xml.transform.sax.SAXSource
FEATURE
 
Constructor Summary
StaxSource(XMLStreamReader reader)
           
 
Method Summary
 XMLStreamReader getXMLStreamReader()
           
 
Methods inherited from class javax.xml.transform.sax.SAXSource
getInputSource, getSystemId, getXMLReader, setInputSource, setSystemId, setXMLReader, sourceToInputSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handler

protected final javanet.staxutils.StAXReaderToContentHandler handler

repeater

protected javanet.staxutils.helpers.XMLFilterImplEx repeater

pseudoParser

protected final XMLReader pseudoParser
Constructor Detail

StaxSource

public StaxSource(XMLStreamReader reader)
Method Detail

getXMLStreamReader

public XMLStreamReader getXMLStreamReader()


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.