Index

A B C D E F G H I L M N O P R S T W X _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addBinaryText(byte[]) - Method in interface org.jvnet.staxex.MtomEnabled
 
addBinaryText(String, byte[]) - Method in interface org.jvnet.staxex.MtomEnabled
 
addBinaryText(String, DataHandler) - Method in interface org.jvnet.staxex.MtomEnabled
 
additionalNamespaces - Variable in class org.jvnet.staxex.util.DOMStreamReader.Scope
Additional namespace declarations obtained as a result of "fixing" DOM tree, which were not part of the original DOM tree.
allocateScope() - Method in class org.jvnet.staxex.util.DOMStreamReader

B

Base64Data - Class in org.jvnet.staxex
Binary data represented as base64-encoded string in XML.
Base64Data() - Constructor for class org.jvnet.staxex.Base64Data
Default constructor
Base64Data(Base64Data) - Constructor for class org.jvnet.staxex.Base64Data
Clone constructor
Base64Data.Base64DataSource - Class in org.jvnet.staxex
 
Base64Data.Base64StreamingDataHandler - Class in org.jvnet.staxex
 
Base64Data.FilterDataHandler - Class in org.jvnet.staxex
 
Base64DataSource() - Constructor for class org.jvnet.staxex.Base64Data.Base64DataSource
 
Base64Encoder - Class in org.jvnet.staxex
 
Base64Encoder() - Constructor for class org.jvnet.staxex.Base64Encoder
 
Base64EncoderStream - Class in org.jvnet.staxex
This class implements a BASE64 Encoder.
Base64EncoderStream(OutputStream) - Constructor for class org.jvnet.staxex.Base64EncoderStream
 
Base64EncoderStream(XMLStreamWriter, OutputStream) - Constructor for class org.jvnet.staxex.Base64EncoderStream
Create a BASE64 encoder that encodes the specified input stream
Base64StreamingDataHandler(DataSource) - Constructor for class org.jvnet.staxex.Base64Data.Base64StreamingDataHandler
 
BinaryText - Interface in org.jvnet.staxex
BinaryText represents a MTOM attachment.
Breakpoint(XMLStreamReader, XMLStreamWriter) - Constructor for class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter.Breakpoint
 
bridge(XMLStreamReader, XMLStreamWriter) - Method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
Reads one subtree and writes it out.
bridge(XMLStreamReader, XMLStreamWriter, XMLStreamReaderToXMLStreamWriter.Breakpoint) - Method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
bridge(XMLStreamReaderToXMLStreamWriter.Breakpoint) - Method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
buf - Variable in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
BUF_SIZE - Static variable in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
buffer - Variable in class org.jvnet.staxex.Base64EncoderStream
 
bufsize - Variable in class org.jvnet.staxex.Base64EncoderStream
 
ByteArrayOutputStreamEx - Class in org.jvnet.staxex
ByteArrayOutputStream with access to its raw buffer.
ByteArrayOutputStreamEx() - Constructor for class org.jvnet.staxex.ByteArrayOutputStreamEx
 
ByteArrayOutputStreamEx(int) - Constructor for class org.jvnet.staxex.ByteArrayOutputStreamEx
 

C

charAt(int) - Method in class org.jvnet.staxex.Base64Data
Encode this binary data in the base64 encoding and returns the character at the specified position.
CHUNK_SIZE - Static variable in class org.jvnet.staxex.Base64Data
 
clone() - Method in class org.jvnet.staxex.Base64Data
 
close() - Method in class org.jvnet.staxex.Base64Data.Base64StreamingDataHandler
 
close() - Method in class org.jvnet.staxex.Base64Data.FilterDataHandler
 
close() - Method in class org.jvnet.staxex.Base64EncoderStream
Forces any buffered output bytes to be encoded out to the stream and closes this output stream
close() - Method in class org.jvnet.staxex.StreamingDataHandler
Releases any resources associated with this DataHandler.
close() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
currentNamespaces - Variable in class org.jvnet.staxex.util.DOMStreamReader.Scope
List of namespace declarations extracted from _namedNodeMap

D

data - Variable in class org.jvnet.staxex.Base64Data
 
dataCloneByRef - Variable in class org.jvnet.staxex.Base64Data
True if Base64Data.data can be cloned by reference if Base64Data instance is cloned.
dataHandler - Variable in class org.jvnet.staxex.Base64Data
 
dataLen - Variable in class org.jvnet.staxex.Base64Data
Length of the valid data in Base64Data.data.
depth - Variable in class org.jvnet.staxex.util.DOMStreamReader
Depth of the current element.
DOMStreamReader - Class in org.jvnet.staxex.util
Create an XMLStreamReader on top of a DOM tree.
DOMStreamReader() - Constructor for class org.jvnet.staxex.util.DOMStreamReader
 
DOMStreamReader(Node) - Constructor for class org.jvnet.staxex.util.DOMStreamReader
 
DOMStreamReader.Scope - Class in org.jvnet.staxex.util
Namespace declarations on one element.
DummyLocation - Class in org.jvnet.staxex.util
Location that returns no info.
DummyLocation() - Constructor for class org.jvnet.staxex.util.DummyLocation
 

E

encode() - Method in class org.jvnet.staxex.Base64EncoderStream
 
encode(int) - Static method in class org.jvnet.staxex.Base64Encoder
 
encodeByte(int) - Static method in class org.jvnet.staxex.Base64Encoder
 
encodeMap - Static variable in class org.jvnet.staxex.Base64Encoder
 
ensureNs(Node) - Method in class org.jvnet.staxex.util.DOMStreamReader

F

FilterDataHandler(DataHandler) - Constructor for class org.jvnet.staxex.Base64Data.FilterDataHandler
 
FinalArrayList<T> - Class in org.jvnet.staxex.util
ArrayList with a final marker to help JIT.
FinalArrayList() - Constructor for class org.jvnet.staxex.util.FinalArrayList
 
FinalArrayList(int) - Constructor for class org.jvnet.staxex.util.FinalArrayList
 
FinalArrayList(Collection<? extends T>) - Constructor for class org.jvnet.staxex.util.FinalArrayList
 
findRootElement() - Method in class org.jvnet.staxex.util.DOMStreamReader
Finds the root element node of the traversal.
fixNull(String) - Static method in class org.jvnet.staxex.util.DOMStreamReader
 
fixNull(String) - Static method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
flush() - Method in class org.jvnet.staxex.Base64EncoderStream
Flushes this output stream and forces any buffered output bytes to be encoded out to the stream.

G

get() - Method in class org.jvnet.staxex.Base64Data
Gets the raw data.
getAttachmentMarshaller() - Method in interface org.jvnet.staxex.util.MtomStreamWriter
 
getAttributeCount() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getAttributeLocalName(int) - Method in class org.jvnet.staxex.util.DOMStreamReader
Return an attribute's local name.Handle the case of DOM level 1 nodes.
getAttributeName(int) - Method in class org.jvnet.staxex.util.DOMStreamReader
Return an attribute's qname.
getAttributeNamespace(int) - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getAttributePrefix(int) - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getAttributeType(int) - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getAttributeValue(int) - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getAttributeValue(String, String) - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getBuffer() - Method in class org.jvnet.staxex.ByteArrayOutputStreamEx
 
getCharacterEncodingScheme() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getCharacterOffset() - Method in class org.jvnet.staxex.util.DummyLocation
 
getCheckedScope() - Method in class org.jvnet.staxex.util.DOMStreamReader
Verifies the current state to see if we can return the scope, and do so if appropriate.
getColumnNumber() - Method in class org.jvnet.staxex.util.DummyLocation
 
getContentType() - Method in class org.jvnet.staxex.Base64Data.Base64DataSource
 
getDataHandler() - Method in class org.jvnet.staxex.Base64Data
Gets the raw data.
getDataHandler() - Method in interface org.jvnet.staxex.BinaryText
 
getDataLen() - Method in class org.jvnet.staxex.Base64Data
Gets the length of the binary data counted in bytes.
getElementText() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getElementTextTrim() - Method in interface org.jvnet.staxex.XMLStreamReaderEx
Works like XMLStreamReader.getElementText() but trims the leading and trailing whitespace.
getEncoding() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getEventType() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getEventType() - Method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
getExact() - Method in class org.jvnet.staxex.Base64Data
Gets the byte[] of the exact length.
getHref() - Method in interface org.jvnet.staxex.BinaryText
 
getHrefCid() - Method in class org.jvnet.staxex.Base64Data
 
getHrefCid() - Method in class org.jvnet.staxex.StreamingDataHandler
 
getInputStream() - Method in class org.jvnet.staxex.Base64Data.Base64DataSource
 
getInputStream() - Method in class org.jvnet.staxex.Base64Data
Gets the data as an InputStream.
getLineNumber() - Method in class org.jvnet.staxex.util.DummyLocation
 
getLocalName() - Method in class org.jvnet.staxex.util.DOMStreamReader
Return an element's local name.Handle the case of DOM level 1 nodes.
getLocation() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getMimeType() - Method in class org.jvnet.staxex.Base64Data
 
getName() - Method in class org.jvnet.staxex.Base64Data.Base64DataSource
 
getName() - Method in class org.jvnet.staxex.util.DOMStreamReader
Return an element's qname.
getNamespaceContext() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getNamespaceContext() - Method in interface org.jvnet.staxex.XMLStreamReaderEx
getNamespaceContext() - Method in interface org.jvnet.staxex.XMLStreamWriterEx
getNamespaceCount() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getNamespaceCount() - Method in class org.jvnet.staxex.util.DOMStreamReader.Scope
 
getNamespacePrefix(int) - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getNamespacePrefix(int) - Method in class org.jvnet.staxex.util.DOMStreamReader.Scope
 
getNamespaceURI() - Method in interface org.jvnet.staxex.NamespaceContextEx.Binding
Gets the namespace URI.
getNamespaceURI() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getNamespaceURI(int) - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getNamespaceURI(int) - Method in class org.jvnet.staxex.util.DOMStreamReader.Scope
 
getNamespaceURI(String) - Method in class org.jvnet.staxex.util.DOMStreamReader
This method is not particularly fast, but shouldn't be called very often.If we start to use it more, we should keep track of the NS declarations using a NamespaceContext implementation instead.
getNamespaceURI(String) - Method in class org.jvnet.staxex.util.DOMStreamReader.Scope
Returns the namespace URI bound by the given prefix.
getNextEvent() - Method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
getOutputStream() - Method in class org.jvnet.staxex.Base64Data.Base64DataSource
 
getPayload() - Method in interface org.jvnet.staxex.StAxSOAPBody
 
getPayloadAttributeValue(String) - Method in interface org.jvnet.staxex.StAxSOAPBody.Payload
Retrieve payload attribute value without materializing its contents
getPayloadAttributeValue(QName) - Method in interface org.jvnet.staxex.StAxSOAPBody.Payload
Retrieve payload attribute value without materializing its contents
getPayloadQName() - Method in interface org.jvnet.staxex.StAxSOAPBody.Payload
Retrieve payload qname without materializing its contents
getPCDATA() - Method in interface org.jvnet.staxex.XMLStreamReaderEx
Works like XMLStreamReader.getText() but hides the actual data representation.
getPIData() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getPITarget() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getPrefix() - Method in interface org.jvnet.staxex.NamespaceContextEx.Binding
Gets the prefix.
getPrefix() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getPrefix(String) - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getPrefix(String) - Method in class org.jvnet.staxex.util.DOMStreamReader.Scope
Returns the prefix bound to the given URI, or null.
getPrefixes(String) - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getPrefixForAttr(Attr, String) - Static method in class org.jvnet.staxex.util.DOMStreamReader
If the given attribute is a namespace declaration for the given namespace URI, return its prefix.
getProperty(String) - Static method in class org.jvnet.staxex.Base64Data
 
getProperty(String) - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getPublicId() - Method in class org.jvnet.staxex.util.DummyLocation
 
getSystemId() - Method in class org.jvnet.staxex.util.DummyLocation
 
getText() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getTextCharacters() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getTextLength() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getTextStart() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
getVersion() - Method in class org.jvnet.staxex.util.DOMStreamReader
 

H

handleAttribute(int) - Method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
Writes out the i-th attribute of the current element.
handleCDATA() - Method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
handleCharacters() - Method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
handleComment() - Method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
handleDTD() - Method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
handleEndElement() - Method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
handleEntityReference() - Method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
handlePI() - Method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
handleSpace() - Method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
handleStartElement() - Method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
hasData() - Method in class org.jvnet.staxex.Base64Data
Returns false if this object only has DataHandler and therefore Base64Data.get() operation is likely going to be expensive.
hasName() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
hasNext() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
hasStaxPayload() - Method in interface org.jvnet.staxex.StAxSOAPBody
 
hasText() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
hrefCid - Variable in class org.jvnet.staxex.Base64Data
 
hrefCid - Variable in class org.jvnet.staxex.StreamingDataHandler
 

I

in - Variable in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
initEncodeMap() - Static method in class org.jvnet.staxex.Base64Encoder
 
INSTANCE - Static variable in class org.jvnet.staxex.util.DummyLocation
 
isAttributeSpecified(int) - Method in class org.jvnet.staxex.util.DOMStreamReader
 
isCharacters() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
isEndElement() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
isStandalone() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
isStartElement() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
isWhiteSpace() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
iterator() - Method in interface org.jvnet.staxex.NamespaceContextEx
Iterates all the in-scope namespace bindings.

L

length() - Method in class org.jvnet.staxex.Base64Data
Gets the number of characters needed to represent this binary data in the base64 encoding.
logger - Static variable in class org.jvnet.staxex.Base64Data
 

M

mapNodeTypeToState(int) - Static method in class org.jvnet.staxex.util.DOMStreamReader
 
materialize() - Method in interface org.jvnet.staxex.StAxSOAPBody.Payload
 
mimeType - Variable in class org.jvnet.staxex.Base64Data
Optional MIME type of Base64Data.data.
moveTo(File) - Method in class org.jvnet.staxex.Base64Data.Base64StreamingDataHandler
 
moveTo(File) - Method in class org.jvnet.staxex.Base64Data.FilterDataHandler
 
moveTo(File) - Method in class org.jvnet.staxex.StreamingDataHandler
Obtains the BLOB into a specified file.
mtomAttachmentMarshaller - Variable in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
MtomEnabled - Interface in org.jvnet.staxex
A SOAPElement implementation may support this interface to allow MTOM attachments.
MtomStreamWriter - Interface in org.jvnet.staxex.util
A XMLStreamWriter that used for MTOM encoding may provide its own AttachmentMarshaller.

N

NamespaceContextEx - Interface in org.jvnet.staxex
NamespaceContextEx.Binding - Interface in org.jvnet.staxex
Prefix to namespace URI binding.
next() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
nextTag() - Method in class org.jvnet.staxex.util.DOMStreamReader
 

O

optimizeBase64Data - Variable in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
org.jvnet.staxex - module org.jvnet.staxex
 
org.jvnet.staxex - package org.jvnet.staxex
 
org.jvnet.staxex.util - package org.jvnet.staxex.util
 
out - Variable in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
outWriter - Variable in class org.jvnet.staxex.Base64EncoderStream
 

P

parent - Variable in class org.jvnet.staxex.util.DOMStreamReader.Scope
Scope for the parent element.
pem_array - Static variable in class org.jvnet.staxex.Base64EncoderStream
This array maps the characters to their 6 bit values
print(byte[], int, int) - Static method in class org.jvnet.staxex.Base64Encoder
 
print(byte[], int, int, char[], int) - Static method in class org.jvnet.staxex.Base64Encoder
Encodes a byte array into a char array by doing base64 encoding.
proceedAfterStartElement() - Method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter.Breakpoint
 
proceedBeforeStartElement() - Method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter.Breakpoint
 

R

reader - Variable in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter.Breakpoint
 
reader() - Method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter.Breakpoint
 
readFrom(InputStream) - Method in class org.jvnet.staxex.ByteArrayOutputStreamEx
Reads the given InputStream completely into the buffer.
readOnce() - Method in class org.jvnet.staxex.Base64Data.Base64StreamingDataHandler
 
readOnce() - Method in class org.jvnet.staxex.Base64Data.FilterDataHandler
 
readOnce() - Method in class org.jvnet.staxex.StreamingDataHandler
Works like DataHandler.getInputStream() except that this method can be invoked only once.
readPayload() - Method in interface org.jvnet.staxex.StAxSOAPBody.Payload
 
require(int, String, String) - Method in class org.jvnet.staxex.util.DOMStreamReader
 
reset() - Method in class org.jvnet.staxex.util.DOMStreamReader.Scope
 

S

Scope(DOMStreamReader.Scope) - Constructor for class org.jvnet.staxex.util.DOMStreamReader.Scope
 
scopes - Variable in class org.jvnet.staxex.util.DOMStreamReader
serialVersionUID - Static variable in class org.jvnet.staxex.util.FinalArrayList
 
set(byte[], int, String) - Method in class org.jvnet.staxex.Base64Data
Fills in the data object by a portion of the byte[].
set(byte[], int, String, boolean) - Method in class org.jvnet.staxex.Base64Data
Fills in the data object by a portion of the byte[].
set(byte[], String) - Method in class org.jvnet.staxex.Base64Data
Fills in the data object by the byte[] of the exact length.
set(DataHandler) - Method in class org.jvnet.staxex.Base64Data
Fills in the data object by a DataHandler.
set(Base64Data, String) - Method in class org.jvnet.staxex.ByteArrayOutputStreamEx
 
setCurrentNode(Node) - Method in class org.jvnet.staxex.util.DOMStreamReader
 
setHrefCid(String) - Method in class org.jvnet.staxex.Base64Data
 
setHrefCid(String) - Method in class org.jvnet.staxex.StreamingDataHandler
 
setPayload(StAxSOAPBody.Payload) - Method in interface org.jvnet.staxex.StAxSOAPBody
 
splitAttributes() - Method in class org.jvnet.staxex.util.DOMStreamReader
Called when the current node is Element to look at attribute list (which contains both ns decl and attributes in DOM) and split them to attributes-proper and namespace decls.
standaloneSet() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
StAxSOAPBody - Interface in org.jvnet.staxex
A StAxSOAPBody is a SOAPBody that allows to be loaded from a StAX style payload.
StAxSOAPBody.Payload - Interface in org.jvnet.staxex
The StAxSOAPBody represents the StAX source of SOAPBody payload.
StreamingDataHandler - Class in org.jvnet.staxex
DataHandler extended to offer better buffer management in a streaming environment.
StreamingDataHandler(DataSource) - Constructor for class org.jvnet.staxex.StreamingDataHandler
 
StreamingDataHandler(Object, String) - Constructor for class org.jvnet.staxex.StreamingDataHandler
 
StreamingDataHandler(URL) - Constructor for class org.jvnet.staxex.StreamingDataHandler
 
subSequence(int, int) - Method in class org.jvnet.staxex.Base64Data
Internally this is only used to split a text to a list, which doesn't happen that much for base64.

T

TODO - Search tag in interface org.jvnet.staxex.XMLStreamWriterEx
Section
toString() - Method in class org.jvnet.staxex.Base64Data
Returns the base64 encoded string of this data.

W

wholeText - Variable in class org.jvnet.staxex.util.DOMStreamReader
If the reader points at the text node, its whole value.
write(byte[]) - Method in class org.jvnet.staxex.Base64EncoderStream
Encodes b.length bytes to this output stream.
write(byte[], int, int) - Method in class org.jvnet.staxex.Base64EncoderStream
Encodes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class org.jvnet.staxex.Base64EncoderStream
Encodes the specified byte to this output stream.
writeBinary(byte[], int, int, String) - Method in interface org.jvnet.staxex.XMLStreamWriterEx
Write the binary data.
writeBinary(DataHandler) - Method in interface org.jvnet.staxex.XMLStreamWriterEx
Writes the binary data.
writeBinary(String) - Method in interface org.jvnet.staxex.XMLStreamWriterEx
Writes the binary data.
writePayloadTo(XMLStreamWriter) - Method in interface org.jvnet.staxex.StAxSOAPBody.Payload
 
writePCDATA(CharSequence) - Method in interface org.jvnet.staxex.XMLStreamWriterEx
Writes like XMLStreamWriter.writeCharacters(String) but hides actual data format.
writer - Variable in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter.Breakpoint
 
writer() - Method in class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter.Breakpoint
 
writeTo(char[], int) - Method in class org.jvnet.staxex.Base64Data
 
writeTo(XMLStreamWriter) - Method in class org.jvnet.staxex.Base64Data
 

X

XMLStreamReaderEx - Interface in org.jvnet.staxex
XMLStreamReader extended for reading binary data.
XMLStreamReaderToXMLStreamWriter - Class in org.jvnet.staxex.util
Reads a sub-tree from XMLStreamReader and writes to XMLStreamWriter as-is.
XMLStreamReaderToXMLStreamWriter() - Constructor for class org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
 
XMLStreamReaderToXMLStreamWriter.Breakpoint - Class in org.jvnet.staxex.util
 
XMLStreamWriterEx - Interface in org.jvnet.staxex
XMLStreamWriter extended to support XOP.

_

_current - Variable in class org.jvnet.staxex.util.DOMStreamReader
Current DOM node being traversed.
_currentAttributes - Variable in class org.jvnet.staxex.util.DOMStreamReader
List of attributes extracted from _namedNodeMap.
_namedNodeMap - Variable in class org.jvnet.staxex.util.DOMStreamReader
Named mapping for attributes and NS decls for the current node.
_next() - Method in class org.jvnet.staxex.util.DOMStreamReader
 
_start - Variable in class org.jvnet.staxex.util.DOMStreamReader
Starting node of the subtree being traversed.
_state - Variable in class org.jvnet.staxex.util.DOMStreamReader
State of this reader.
A B C D E F G H I L M N O P R S T W X _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form