Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.
XML API 1.0

Uses of Interface
javax.xml.stream.XMLStreamReader

Packages that use XMLStreamReader
javax.xml.stream This package provides the Streaming API for XML (StAX, or JSR 173) subset defined by JSR 280. 
 

Uses of XMLStreamReader in javax.xml.stream
 

Methods in javax.xml.stream that return XMLStreamReader
abstract  XMLStreamReader XMLInputFactory.createXMLStreamReader(InputStream stream)
          Create a new XMLStreamReader from a java.io.InputStream
abstract  XMLStreamReader XMLInputFactory.createXMLStreamReader(InputStream stream, String encoding)
          Create a new XMLStreamReader from a java.io.InputStream
abstract  XMLStreamReader XMLInputFactory.createXMLStreamReader(Reader reader)
          Create a new XMLStreamReader from a reader
 

Methods in javax.xml.stream with parameters of type XMLStreamReader
 boolean StreamFilter.accept(XMLStreamReader reader)
          Tests whether the current state is part of this stream.
 


XML API 1.0

Copyright © 2003,2007 BEA Systems. All rights reserved. See the copyright notice for details.

Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms. For more information, please consult the JSR 280 specification.