XMLStreamReader
on top of a DOM tree.Location
that returns no info.ArrayList
with a final marker to help JIT.XMLStreamReader.getElementText()
but trims the leading
and trailing whitespace.InputStream
.XMLStreamReader.getText()
but hides the actual data representation.i
-th attribute of the current element.DataHandler
and therefore
Base64Data.get()
operation is likely going to be expensive.XMLStreamWriter
that used for MTOM encoding may provide its own
AttachmentMarshaller
.NamespaceContext
.DataHandler.getInputStream()
except that this method
can be invoked only once.DOMStreamReader.Scope
buffer.DataHandler
.Element
to look at attribute list
(which contains both ns decl and attributes in DOM) and split them
to attributes-proper and namespace decls.DataHandler
extended to offer better buffer management
in a streaming environment.the text node
,
its whole value.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.XMLStreamReader
and writes to XMLStreamWriter
as-is.XMLStreamWriter
extended to support XOP.Copyright © 2006–2020. All rights reserved.