List of usage examples for javax.xml.stream XMLStreamReader interface-usage
From source file org.apache.axis2.jaxws.message.util.Reader.java
/**
* Reader In many situations, you want the ability to reset an XMLStreamReader. (Or at least ask if
* the XMLStreamReader is resettable).
* <p/>
* The Reader abstract class: - accepts an XMLStreamReader - provides reset() and isResettable()
* methods Adds support resettable support to XMLStreamReader
From source file org.apache.axis2.format.WrappedTextNodeStreamReader.java
/**
* {@link XMLInputStreamReader} implementation that
* represents a text node wrapped inside an element. The text data is provided by a
* {@link java.io.Reader Reader}.
* <p>
* It will produce the following sequence of XML events:
From source file org.apache.synapse.util.WrappedTextNodeStreamReader.java
/**
* {@link javax.xml.stream.XMLStreamException XMLInputStreamReader} implementation that
* represents a text node wrapped inside an element. The text data is provided by a
* {@link java.io.Reader Reader}.
* <p>
* It will produce the following sequence of XML events:
From source file org.apache.axis2.jaxws.message.util.impl.XMLStreamReaderFromDOM.java
/**
* XMLStreamReader created from walking a DOM. This is an implementation class used by
* SOAPElementReader.
*
* @see org.apache.axis2.jaxws.util.SOAPElementReader
*/
From source file org.apache.axis2.json.gson.GsonXMLStreamReader.java
public class GsonXMLStreamReader implements XMLStreamReader { private static final Log log = LogFactory.getLog(GsonXMLStreamReader.class); private JsonReader jsonReader;