Searched defs:StAXSource (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/javax/xml/transform/stax/
H A DStAXSource.java39 * <code>StAXSource</code> can be used in all cases that accept
44 * <p><code>StAXSource</code>s are consumed during processing
57 public class StAXSource implements Source { class in inherits:Source
64 "http://javax.xml.transform.stax.StAXSource/feature";
76 * <p>Creates a new instance of a <code>StAXSource</code>
87 * this <code>StAXSource</code>.
97 public StAXSource(final XMLEventReader xmlEventReader) method in class:StAXSource
102 "StAXSource(XMLEventReader) with XMLEventReader == null");
116 "StAXSource(XMLEventReader) with XMLEventReader "
126 * <p>Creates a new instance of a <code>StAXSource</cod
145 public StAXSource(final XMLStreamReader xmlStreamReader) { method in class:StAXSource
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/xml/
H A DStAXSource.java47 * The fact that StAXSource derives from SAXSource is an implementation
65 // create a StAXSource
67 Source staxSource = new StAXSource(reader);
79 public class StAXSource extends SAXSource { class in inherits:SAXSource
211 * @see #StAXSource(XMLStreamReader, boolean, String[])
213 public StAXSource(XMLStreamReader reader, boolean eagerQuit) { method in class:StAXSource
234 public StAXSource(XMLStreamReader reader, boolean eagerQuit, @NotNull String[] inscope) { method in class:StAXSource
265 // public StAXSource(XMLEventReader reader) {

Completed in 46 milliseconds