|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLStreamReader | |
---|---|
javolution.xml | Provides support for the encoding of objects, and the objects reachable from them,
into XML ; and the complementary reconstruction of the
object graph from XML . |
javolution.xml.stream | Provides StAX-like XML readers/writers which do not require object creation (such as String) and are consequently faster and more time predictable than standard StAX classes. |
Uses of XMLStreamReader in javolution.xml |
---|
Methods in javolution.xml that return XMLStreamReader | |
---|---|
XMLStreamReader |
XMLFormat.InputElement.getStreamReader()
Returns the StAX-like stream reader (provides complete control over the unmarshalling process). |
XMLStreamReader |
XMLObjectReader.getStreamReader()
Returns the stream reader being used by this reader (it can be used to set prefix, read prologs, etc). |
Methods in javolution.xml with parameters of type XMLStreamReader | |
---|---|
protected Class |
XMLBinding.readClass(XMLStreamReader reader,
boolean useAttributes)
Reads the class corresponding to the current XML element. |
Uses of XMLStreamReader in javolution.xml.stream |
---|
Classes in javolution.xml.stream that implement XMLStreamReader | |
---|---|
class |
XMLStreamReaderImpl
This class represents a reusable
implementation of XMLStreamWriter . |
Methods in javolution.xml.stream that return XMLStreamReader | |
---|---|
abstract XMLStreamReader |
XMLInputFactory.createXMLStreamReader(InputStream stream)
Returns a XML stream reader for the specified input stream (encoding autodetected). |
abstract XMLStreamReader |
XMLInputFactory.createXMLStreamReader(InputStream stream,
String encoding)
Returns a XML stream reader for the specified input stream using the specified encoding. |
abstract XMLStreamReader |
XMLInputFactory.createXMLStreamReader(Reader reader)
Returns a XML stream reader for the specified I/O reader. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |