XMLStreamReader.getElementText()
but trims the leading
and trailing whitespace.InputStream
.XMLStreamReader.getText()
but hides the actual data representation.DataHandler
and therefore
get()
operation is likely going to be expensive.NamespaceContext
.DataHandler.getInputStream()
except that this method
can be invoked only once.DataHandler
.DataHandler
extended to offer better buffer management
in a streaming environment.len
bytes from the specified
byte
array starting at offset off
to
this output stream.b.length
bytes to this output stream.byte
to this output stream.XMLStreamWriter.writeCharacters(String)
but hides
actual data format.XMLStreamReader
extended for reading binary data.XMLStreamWriter
extended to support XOP.Copyright © 2006-2012. All Rights Reserved.