- calcNewSize(int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.BaseArrayDecoder
-
- CharactersEventImpl - Class in org.codehaus.stax2.ri.evt
-
- CharactersEventImpl(Location, String, boolean) - Constructor for class org.codehaus.stax2.ri.evt.CharactersEventImpl
-
Constructor for regular unspecified (but non-CDATA) characters
event type, which may or may not be all whitespace, but is not
specified as ignorable white space.
- CharArrayBase64Decoder - Class in org.codehaus.stax2.ri.typed
-
Base64 decoder that can be used to decode base64 encoded content that
is passed as char arrays.
- CharArrayBase64Decoder() - Constructor for class org.codehaus.stax2.ri.typed.CharArrayBase64Decoder
-
- close() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
Note: as per StAX 1.0 specs, this method does NOT close the underlying
input reader.
- close() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- close() - Method in class org.codehaus.stax2.ri.evt.Stax2EventReaderAdapter
-
- close() - Method in class org.codehaus.stax2.ri.evt.Stax2FilteredEventReader
-
- close() - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
- close() - Method in class org.codehaus.stax2.ri.Stax2EventWriterImpl
-
- close() - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- closeCompletely() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- closeCompletely() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- closeCompletely() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- closeCompletely() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- closeCompletely() - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- closeCompletely() - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- closeCompletely() - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- closeCompletely() - Method in interface org.codehaus.stax2.XMLStreamReader2
-
Method similar to
XMLStreamReader.close()
,
except that this method also does close the underlying input
source if it has not yet been closed.
- closeCompletely() - Method in interface org.codehaus.stax2.XMLStreamWriter2
-
Method similar to
XMLStreamWriter.close()
,
except that this method also does close the underlying output
destination (stream) if it has not yet been closed.
- coalesceText(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- CommentEventImpl - Class in org.codehaus.stax2.ri.evt
-
- CommentEventImpl(Location, String) - Constructor for class org.codehaus.stax2.ri.evt.CommentEventImpl
-
- configureForConvenience() - Method in class org.codehaus.stax2.XMLInputFactory2
-
Method to call to make Reader created be as "convenient" to use
as possible; ie try to avoid having to deal with some of things
like segmented text chunks.
- configureForLowMemUsage() - Method in class org.codehaus.stax2.XMLInputFactory2
-
Method to call to minimize the memory usage of the stream/event reader;
both regarding Objects created, and the temporary memory usage during
parsing.
- configureForRobustness() - Method in class org.codehaus.stax2.XMLOutputFactory2
-
Method call to make writer be as robust as possible, that is, to
make it both check AND fix problems if it can.
- configureForRoundTripping() - Method in class org.codehaus.stax2.XMLInputFactory2
-
Method to call to make Reader try to preserve as much of input
formatting as possible, so that round-tripping would be as lossless
as possible.
- configureForSpeed() - Method in class org.codehaus.stax2.XMLInputFactory2
-
Method to call to make the Reader created be as fast as possible reading
documents, especially for long-running processes where caching is
likely to help.
- configureForSpeed() - Method in class org.codehaus.stax2.XMLOutputFactory2
-
Method call to make writer optimize its operation for speed.
- configureForXmlConformance() - Method in class org.codehaus.stax2.XMLInputFactory2
-
Method to call to make Reader created conform as closely to XML
standard as possible, doing all checks and transformations mandated
by the XML specification (linefeed conversions, attr value
normalizations).
- configureForXmlConformance() - Method in class org.codehaus.stax2.XMLOutputFactory2
-
Method call to make writer be as strict with output as possible,
ie maximize validation it does to try to catch any well-formedness
or validity problems.
- construct(NamespaceContext, List) - Static method in class org.codehaus.stax2.ri.evt.MergedNsContext
-
- construct(Location, QName, Iterator, Iterator, NamespaceContext) - Static method in class org.codehaus.stax2.ri.evt.StartElementEventImpl
-
- constructDefaultNamespace(Location, String) - Static method in class org.codehaus.stax2.ri.evt.NamespaceEventImpl
-
- constructInputStream() - Method in class org.codehaus.stax2.io.Stax2BlockSource
-
- constructInputStream() - Method in class org.codehaus.stax2.io.Stax2ByteArraySource
-
- constructInputStream() - Method in class org.codehaus.stax2.io.Stax2CharArraySource
-
- constructInputStream() - Method in class org.codehaus.stax2.io.Stax2FileSource
-
- constructInputStream() - Method in class org.codehaus.stax2.io.Stax2ReferentialSource
-
- constructInputStream() - Method in class org.codehaus.stax2.io.Stax2Source
-
This method creates an
InputStream
via which underlying input
source can be accessed.
- constructInputStream() - Method in class org.codehaus.stax2.io.Stax2StringSource
-
- constructInputStream() - Method in class org.codehaus.stax2.io.Stax2URLSource
-
- constructInvalidValue(String) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecoderBase
-
- constructInvalidValue(char[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecoderBase
-
- constructNamespace(Location, String, String) - Static method in class org.codehaus.stax2.ri.evt.NamespaceEventImpl
-
- constructOutputStream() - Method in class org.codehaus.stax2.io.Stax2BlockResult
-
- constructOutputStream() - Method in class org.codehaus.stax2.io.Stax2FileResult
-
- constructOutputStream() - Method in class org.codehaus.stax2.io.Stax2ReferentialResult
-
- constructOutputStream() - Method in class org.codehaus.stax2.io.Stax2Result
-
This method creates an
OutputStream
via which underlying output
target can be written to.
- constructReader() - Method in class org.codehaus.stax2.io.Stax2BlockSource
-
- constructReader() - Method in class org.codehaus.stax2.io.Stax2ByteArraySource
-
Note: if encoding is not explicitly defined, UTF-8 is assumed.
- constructReader() - Method in class org.codehaus.stax2.io.Stax2CharArraySource
-
- constructReader() - Method in class org.codehaus.stax2.io.Stax2FileSource
-
- constructReader() - Method in class org.codehaus.stax2.io.Stax2ReferentialSource
-
- constructReader() - Method in class org.codehaus.stax2.io.Stax2Source
-
This method creates a
Reader
via which underlying input
source can be accessed.
- constructReader() - Method in class org.codehaus.stax2.io.Stax2StringSource
-
- constructReader() - Method in class org.codehaus.stax2.io.Stax2URLSource
-
- constructWriter() - Method in class org.codehaus.stax2.io.Stax2BlockResult
-
- constructWriter() - Method in class org.codehaus.stax2.io.Stax2FileResult
-
- constructWriter() - Method in class org.codehaus.stax2.io.Stax2ReferentialResult
-
- constructWriter() - Method in class org.codehaus.stax2.io.Stax2Result
-
This method creates a
Writer
via which underlying output
target can be written to.
- CONTENT_ALLOW_ANY_TEXT - Static variable in class org.codehaus.stax2.validation.XMLValidator
-
This value indicates that any textual content (plain PCTEXT) is
allowed, and that validator is not going to do any validation
for it.
- CONTENT_ALLOW_NONE - Static variable in class org.codehaus.stax2.validation.XMLValidator
-
This value indicates that no content whatsoever
is legal within current context, that is, where the only legal content
to follow is the closing end tag -- not even comments or processing
instructions are allowed.
- CONTENT_ALLOW_UNDEFINED - Static variable in class org.codehaus.stax2.validation.XMLValidator
-
This value is a placeholder that should never be returned by
validators, but that can be used internally as an uninitialized
value.
- CONTENT_ALLOW_VALIDATABLE_TEXT - Static variable in class org.codehaus.stax2.validation.XMLValidator
-
This value indicates that textual content is allowed, but that
the validator needs to be called to let it do actual content-based
validation.
- CONTENT_ALLOW_WS - Static variable in class org.codehaus.stax2.validation.XMLValidator
-
This value indicates that only white space text content is allowed,
not other kinds of text.
- CONTENT_ALLOW_WS_NONSTRICT - Static variable in class org.codehaus.stax2.validation.XMLValidator
-
- copyEventFromReader(XMLStreamReader2, boolean) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- copyEventFromReader(XMLStreamReader2, boolean) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- copyEventFromReader(XMLStreamReader2, boolean) - Method in class org.codehaus.stax2.ri.Stax2WriterImpl
-
- copyEventFromReader(XMLStreamReader2, boolean) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- copyEventFromReader(XMLStreamReader2, boolean) - Method in interface org.codehaus.stax2.XMLStreamWriter2
-
Method that essentially copies
event that the specified reader has just read.
- copyStartElement(XMLStreamReader) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- copyStartElement(XMLStreamReader) - Method in class org.codehaus.stax2.ri.Stax2WriterImpl
-
Basic implementation of copy operation.
- createAttribute(QName, String) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createAttribute(String, String) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createAttribute(String, String, String, String) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createCData(String) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createCharacters(String) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createComment(String) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createDTD(String, String, String, String) - Method in class org.codehaus.stax2.evt.XMLEventFactory2
-
- createDTD(String, String, String, String, Object) - Method in class org.codehaus.stax2.evt.XMLEventFactory2
-
- createDTD(XMLStreamReader, Location) - Method in class org.codehaus.stax2.ri.evt.Stax2EventAllocatorImpl
-
- createDTD(String) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
Note: constructing DTD events this way means that there will be no
internal presentation of actual DTD; no parsing is implied by
construction.
- createDTD(String, String, String, String) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createDTD(String, String, String, String, Object) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createEndDocument() - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createEndElement(QName, Iterator) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createEndElement(String, String, String) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createEndElement(String, String, String, Iterator) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createEntityReference(XMLStreamReader, Location) - Method in class org.codehaus.stax2.ri.evt.Stax2EventAllocatorImpl
-
- createEntityReference(String, EntityDeclaration) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createEscapingWriterFor(Writer, String) - Method in interface org.codehaus.stax2.io.EscapingWriterFactory
-
Method called to create an instance of escaping writer that
will output content using specified writer,
and escaping necessary characters (depending on
both type [attr, element text] and encoding).
- createEscapingWriterFor(OutputStream, String) - Method in interface org.codehaus.stax2.io.EscapingWriterFactory
-
Method called to create an instance of escaping writer that
will output to the specified stream, using the specified
encoding,
and escaping necessary characters (depending on
both type [attr, element text] and encoding).
- createException(XMLValidationProblem) - Static method in exception org.codehaus.stax2.validation.XMLValidationException
-
- createIgnorableSpace(String) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createIgnorableWS(Location, String) - Static method in class org.codehaus.stax2.ri.evt.CharactersEventImpl
-
- createInputFactory() - Method in interface org.codehaus.stax2.osgi.Stax2InputFactoryProvider
-
- createNamespace(String) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createNamespace(String, String) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createNextEvent(boolean, int) - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
- createNonIgnorableWS(Location, String) - Static method in class org.codehaus.stax2.ri.evt.CharactersEventImpl
-
- createOutputFactory() - Method in interface org.codehaus.stax2.osgi.Stax2OutputFactoryProvider
-
- createProcessingInstruction(String, String) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createQName(String, String) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createQName(String, String, String) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createSchema(InputStream) - Method in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
-
- createSchema(InputStream, String) - Method in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
-
- createSchema(InputStream, String, String, String) - Method in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
-
- createSchema(Reader) - Method in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
-
- createSchema(Reader, String, String) - Method in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
-
- createSchema(URL) - Method in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
-
- createSchema(File) - Method in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
-
- createSpace(String) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createStartDocument() - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createStartDocument(String) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createStartDocument(String, String) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createStartDocument(String, String, boolean) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createStartDocumentEvent() - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
Method called to create the very first event (START_DOCUMENT).
- createStartElement(XMLStreamReader, Location) - Method in class org.codehaus.stax2.ri.evt.Stax2EventAllocatorImpl
-
- createStartElement(QName, Iterator, Iterator) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createStartElement(String, String, String) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createStartElement(String, String, String, Iterator, Iterator) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createStartElement(String, String, String, Iterator, Iterator, NamespaceContext) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createStartElement(QName, Iterator<?>, Iterator<?>, NamespaceContext) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- createValidationSchemaFactory() - Method in interface org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
-
- createValidator(ValidationContext) - Method in interface org.codehaus.stax2.validation.XMLValidationSchema
-
- createXMLEventReader(URL) - Method in class org.codehaus.stax2.XMLInputFactory2
-
Factory method that allows for parsing a document accessible via
specified URL.
- createXMLEventReader(File) - Method in class org.codehaus.stax2.XMLInputFactory2
-
Convenience factory method that allows for parsing a document
stored in the specified file.
- createXMLEventWriter(Writer, String) - Method in class org.codehaus.stax2.XMLOutputFactory2
-
- createXMLEventWriter(XMLStreamWriter) - Method in class org.codehaus.stax2.XMLOutputFactory2
-
- createXMLStreamReader(URL) - Method in class org.codehaus.stax2.XMLInputFactory2
-
Factory method that allows for parsing a document accessible via
specified URL.
- createXMLStreamReader(File) - Method in class org.codehaus.stax2.XMLInputFactory2
-
Convenience factory method that allows for parsing a document
stored in the specified file.
- createXMLStreamWriter(Writer, String) - Method in class org.codehaus.stax2.XMLOutputFactory2
-
- EmptyIterator - Class in org.codehaus.stax2.ri
-
Simple implementation of "null iterator", iterator that has nothing to
iterate over.
- EmptyNamespaceContext - Class in org.codehaus.stax2.ri
-
Dummy
NamespaceContext
implementation that contains no
namespace information, except bindings that are specified by
the namespace specification itself (for prefixes "xml" and "xmlns")
- encode(AsciiValueEncoder) - Method in class org.codehaus.stax2.ri.typed.SimpleValueEncoder
-
- encodeAsString(int[], int, int) - Method in class org.codehaus.stax2.ri.typed.SimpleValueEncoder
-
- encodeAsString(long[], int, int) - Method in class org.codehaus.stax2.ri.typed.SimpleValueEncoder
-
- encodeAsString(float[], int, int) - Method in class org.codehaus.stax2.ri.typed.SimpleValueEncoder
-
- encodeAsString(double[], int, int) - Method in class org.codehaus.stax2.ri.typed.SimpleValueEncoder
-
- encodeAsString(Base64Variant, byte[], int, int) - Method in class org.codehaus.stax2.ri.typed.SimpleValueEncoder
-
- encodeBase64BitsAsByte(int) - Method in class org.codehaus.stax2.typed.Base64Variant
-
- encodeBase64BitsAsChar(int) - Method in class org.codehaus.stax2.typed.Base64Variant
-
- encodeBase64Chunk(int, char[], int) - Method in class org.codehaus.stax2.typed.Base64Variant
-
Method that encodes given right-aligned (LSB) 24-bit value
into 4 base64 characters, stored in given result buffer.
- encodeBase64Chunk(int, byte[], int) - Method in class org.codehaus.stax2.typed.Base64Variant
-
Method that encodes given right-aligned (LSB) 24-bit value
into 4 base64 bytes (ascii), stored in given result buffer.
- encodeBase64Partial(int, int, char[], int) - Method in class org.codehaus.stax2.typed.Base64Variant
-
Method that outputs partial chunk (which only encodes one
or two bytes of data).
- encodeBase64Partial(int, int, byte[], int) - Method in class org.codehaus.stax2.typed.Base64Variant
-
Method that outputs partial chunk (which only encodes one
or two bytes of data).
- encodeMore(char[], int, int) - Method in class org.codehaus.stax2.ri.typed.AsciiValueEncoder
-
- encodeMore(byte[], int, int) - Method in class org.codehaus.stax2.ri.typed.AsciiValueEncoder
-
- encodingSet() - Method in class org.codehaus.stax2.ri.evt.StartDocumentEventImpl
-
- EndDocumentEventImpl - Class in org.codehaus.stax2.ri.evt
-
- EndDocumentEventImpl(Location) - Constructor for class org.codehaus.stax2.ri.evt.EndDocumentEventImpl
-
- EndElementEventImpl - Class in org.codehaus.stax2.ri.evt
-
- EndElementEventImpl(Location, XMLStreamReader) - Constructor for class org.codehaus.stax2.ri.evt.EndElementEventImpl
-
Constructor usually used when reading events from a stream reader.
- EndElementEventImpl(Location, QName, Iterator) - Constructor for class org.codehaus.stax2.ri.evt.EndElementEventImpl
-
Constructor used by the event factory.
- EntityDeclarationEventImpl - Class in org.codehaus.stax2.ri.evt
-
Simple base implementation that can be used either as a placeholder,
or a base for 'real' entity declaration implementations.
- EntityDeclarationEventImpl(Location, String) - Constructor for class org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl
-
- EntityReferenceEventImpl - Class in org.codehaus.stax2.ri.evt
-
- EntityReferenceEventImpl(Location, EntityDeclaration) - Constructor for class org.codehaus.stax2.ri.evt.EntityReferenceEventImpl
-
- EntityReferenceEventImpl(Location, String) - Constructor for class org.codehaus.stax2.ri.evt.EntityReferenceEventImpl
-
- equals(Object) - Method in class org.codehaus.stax2.ri.evt.AttributeEventImpl
-
- equals(Object) - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
-
Declared abstract to force redefinition by sub-classes
- equals(Object) - Method in class org.codehaus.stax2.ri.evt.CharactersEventImpl
-
- equals(Object) - Method in class org.codehaus.stax2.ri.evt.CommentEventImpl
-
- equals(Object) - Method in class org.codehaus.stax2.ri.evt.DTDEventImpl
-
- equals(Object) - Method in class org.codehaus.stax2.ri.evt.EndDocumentEventImpl
-
- equals(Object) - Method in class org.codehaus.stax2.ri.evt.EndElementEventImpl
-
- equals(Object) - Method in class org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl
-
- equals(Object) - Method in class org.codehaus.stax2.ri.evt.EntityReferenceEventImpl
-
- equals(Object) - Method in class org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl
-
- equals(Object) - Method in class org.codehaus.stax2.ri.evt.ProcInstrEventImpl
-
- equals(Object) - Method in class org.codehaus.stax2.ri.evt.StartDocumentEventImpl
-
- equals(Object) - Method in class org.codehaus.stax2.ri.evt.StartElementEventImpl
-
- ERR_GETELEMTEXT_NON_TEXT_EVENT - Static variable in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
Encountered non-textual event (other than closing END_ELEMENT)
when collecting text for getElementText()
- ERR_GETELEMTEXT_NOT_START_ELEM - Static variable in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
Current state when getElementText() called not START_ELEMENT
- ERR_NEXTTAG_NON_WS_TEXT - Static variable in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
Encountered CHARACTERS or CDATA that contains non-white space
char(s), when trying to locate tag with nextTag()
- ERR_NEXTTAG_WRONG_TYPE - Static variable in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
Encountered non-skippable non-text/element event with
nextTag()
- ERR_STATE_NO_LOCALNAME - Static variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- ERR_STATE_NOT_ELEM - Static variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
Current state not START_ELEMENT or END_ELEMENT, should be
- ERR_STATE_NOT_PI - Static variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
Current state not PROCESSING_INSTRUCTION
- ERR_STATE_NOT_START_ELEM - Static variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
Current state not START_ELEMENT, should be
- ERR_STATE_NOT_TEXTUAL - Static variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
Current state not one where getText() can be used
- ERR_STATE_NOT_TEXTUAL_OR_ELEM - Static variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- ERR_STATE_NOT_TEXTUAL_XXX - Static variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
Current state not one where getTextXxx() can be used
- EscapingWriterFactory - Interface in org.codehaus.stax2.io
-
Interface that defines API for the factories stream writers use for
creating "escaping writers".
- eventTypeDesc(int) - Static method in class org.codehaus.stax2.ri.Stax2Util
-
Method that converts given standard Stax event type into
textual representation.
- expand() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.BaseArrayDecoder
-
- expand() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DoubleArrayDecoder
-
- expand() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.FloatArrayDecoder
-
- expand() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntArrayDecoder
-
- expand() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.LongArrayDecoder
-
- get() - Method in class org.codehaus.stax2.ri.Stax2Util.TextBuffer
-
- getAttributeAs(int, TypedValueDecoder) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeAs(int, TypedValueDecoder) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getAttributeAs(int, TypedValueDecoder) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getAttributeAs(int, TypedValueDecoder) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
Generic access method that can be used for efficient
decoding of additional types not support natively
by the typed stream reader.
- getAttributeAs(int, TypedValueDecoder) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getAttributeAsArray(int, TypedArrayDecoder) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeAsArray(int, TypedArrayDecoder) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getAttributeAsArray(int, TypedArrayDecoder) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
Actual implementation needs to implement tokenization.
- getAttributeAsArray(int, TypedArrayDecoder) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
Method that allows reading contents of an attribute as an array
of whitespace-separate tokens, decoded using specified decoder.
- getAttributeAsArray(int, TypedArrayDecoder) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getAttributeAsBinary(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeAsBinary(int, Base64Variant) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeAsBinary(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getAttributeAsBinary(int, Base64Variant) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getAttributeAsBinary(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getAttributeAsBinary(Base64Variant, int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getAttributeAsBinary(int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
Read an attribute value as a byte array.
- getAttributeAsBinary(int, Base64Variant) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
- getAttributeAsBinary(int) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getAttributeAsBinary(int, Base64Variant) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getAttributeAsBoolean(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeAsBoolean(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getAttributeAsBoolean(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getAttributeAsBoolean(int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
Read an attribute value as a boolean.
- getAttributeAsBoolean(int) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getAttributeAsDecimal(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeAsDecimal(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getAttributeAsDecimal(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getAttributeAsDecimal(int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
- getAttributeAsDecimal(int) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getAttributeAsDouble(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeAsDouble(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getAttributeAsDouble(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getAttributeAsDouble(int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
- getAttributeAsDouble(int) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getAttributeAsDoubleArray(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeAsDoubleArray(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getAttributeAsDoubleArray(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getAttributeAsDoubleArray(int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
- getAttributeAsDoubleArray(int) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getAttributeAsFloat(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeAsFloat(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getAttributeAsFloat(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getAttributeAsFloat(int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
- getAttributeAsFloat(int) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getAttributeAsFloatArray(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeAsFloatArray(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getAttributeAsFloatArray(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getAttributeAsFloatArray(int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
- getAttributeAsFloatArray(int) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getAttributeAsInt(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeAsInt(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getAttributeAsInt(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getAttributeAsInt(int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
Read an attribute value as a boolean.
- getAttributeAsInt(int) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getAttributeAsIntArray(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeAsIntArray(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getAttributeAsIntArray(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getAttributeAsIntArray(int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
Read an attribute content as an int array.
- getAttributeAsIntArray(int) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getAttributeAsInteger(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeAsInteger(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getAttributeAsInteger(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getAttributeAsInteger(int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
- getAttributeAsInteger(int) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getAttributeAsLong(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeAsLong(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getAttributeAsLong(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getAttributeAsLong(int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
Read an attribute value as a boolean.
- getAttributeAsLong(int) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getAttributeAsLongArray(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeAsLongArray(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getAttributeAsLongArray(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getAttributeAsLongArray(int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
- getAttributeAsLongArray(int) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getAttributeAsQName(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeAsQName(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getAttributeAsQName(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getAttributeAsQName(int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
- getAttributeAsQName(int) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getAttributeByName(QName) - Method in class org.codehaus.stax2.ri.evt.StartElementEventImpl
-
- getAttributeCount() - Method in interface org.codehaus.stax2.AttributeInfo
-
- getAttributeCount() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeCount() - Method in interface org.codehaus.stax2.validation.AttributeContainer
-
- getAttributeCount() - Method in interface org.codehaus.stax2.validation.ValidationContext
-
This method returns number of attributes accessible from within
currently active start element.
- getAttributeIndex(String, String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeIndex(String, String) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getAttributeIndex(String, String) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getAttributeIndex(String, String) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
Returns the index of the attribute whose local name is
localName
and URI is namespaceURI
or -1
if no such attribute exists.
- getAttributeIndex(String, String) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getAttributeInfo() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeInfo() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getAttributeInfo() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getAttributeInfo() - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getAttributeInfo() - Method in interface org.codehaus.stax2.XMLStreamReader2
-
Method that can be called to get additional information about
attributes related to the current start element, as well as
related DTD-based information if available.
- getAttributeLocalName(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeLocalName(int) - Method in interface org.codehaus.stax2.validation.ValidationContext
-
- getAttributeName(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeNamespace(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeNamespace(int) - Method in interface org.codehaus.stax2.validation.ValidationContext
-
- getAttributePrefix(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributePrefix(int) - Method in interface org.codehaus.stax2.validation.ValidationContext
-
- getAttributes() - Method in class org.codehaus.stax2.ri.evt.StartElementEventImpl
-
- getAttributeType(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeType(int) - Method in interface org.codehaus.stax2.validation.ValidationContext
-
- getAttributeType(int) - Method in class org.codehaus.stax2.validation.ValidatorPair
-
- getAttributeType(int) - Method in class org.codehaus.stax2.validation.XMLValidator
-
Method for getting schema-specified type of an attribute, if
information is available.
- getAttributeValue(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeValue(String, String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getAttributeValue(int) - Method in interface org.codehaus.stax2.validation.ValidationContext
-
- getAttributeValue(String, String) - Method in interface org.codehaus.stax2.validation.ValidationContext
-
- getBaseURI() - Method in interface org.codehaus.stax2.evt.NotationDeclaration2
-
- getBaseURI() - Method in class org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl
-
- getBaseURI() - Method in class org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl
-
Empty base implementation: sub-classes should implement
- getBaseUri() - Method in interface org.codehaus.stax2.validation.ValidationContext
-
- getBooleanDecoder() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
- getBuffer() - Method in class org.codehaus.stax2.io.Stax2ByteArraySource
-
- getBuffer() - Method in class org.codehaus.stax2.io.Stax2CharArraySource
-
- getBufferEnd() - Method in class org.codehaus.stax2.io.Stax2ByteArraySource
-
- getBufferLength() - Method in class org.codehaus.stax2.io.Stax2ByteArraySource
-
- getBufferLength() - Method in class org.codehaus.stax2.io.Stax2CharArraySource
-
- getBufferStart() - Method in class org.codehaus.stax2.io.Stax2ByteArraySource
-
- getBufferStart() - Method in class org.codehaus.stax2.io.Stax2CharArraySource
-
- getCharacterEncodingScheme() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
As per Stax (1.0) specs, needs to return whatever xml declaration
claimed encoding is, if any; or null if no xml declaration found.
- getCharacterEncodingScheme() - Method in class org.codehaus.stax2.ri.evt.StartDocumentEventImpl
-
- getCharacterOffset() - Method in class org.codehaus.stax2.ri.Stax2LocationAdapter
-
- getColumnNumber() - Method in class org.codehaus.stax2.ri.Stax2LocationAdapter
-
- getContext() - Method in class org.codehaus.stax2.ri.Stax2LocationAdapter
-
- getContext() - Method in interface org.codehaus.stax2.XMLStreamLocation2
-
Method that can be used to traverse nested locations, like ones
created when expanding entities (especially external entities).
- getCount() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.BaseArrayDecoder
-
- getCount() - Method in class org.codehaus.stax2.typed.TypedArrayDecoder
-
- getCurrentElementName() - Method in interface org.codehaus.stax2.validation.ValidationContext
-
Method that can be used to access name information of the
innermost (top) element in the element stack.
- getCurrentLocation() - Method in interface org.codehaus.stax2.LocationInfo
-
A method that returns the current location of the stream reader
at the input source.
- getCurrentLocation() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getCurrentLocation() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getCurrentLocation() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getData() - Method in class org.codehaus.stax2.ri.evt.CharactersEventImpl
-
- getData() - Method in class org.codehaus.stax2.ri.evt.ProcInstrEventImpl
-
- getDecimalDecoder() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
- getDeclaration() - Method in class org.codehaus.stax2.ri.evt.EntityReferenceEventImpl
-
- getDefaultVariant() - Static method in class org.codehaus.stax2.typed.Base64Variants
-
Method used to get the default variant ("MIME") for cases
where caller does not explicitly specify the variant
- getDepth() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getDepth() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getDepth() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getDepth() - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getDepth() - Method in interface org.codehaus.stax2.XMLStreamReader2
-
Method that returns the number of open elements in the stack; 0 when
the reader is in prolog/epilog, 1 inside root element (including
when pointing at the root element itself) and so on.
- getDocumentTypeDeclaration() - Method in class org.codehaus.stax2.ri.evt.DTDEventImpl
-
- getDoubleArrayDecoder(double[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
- getDoubleArrayDecoder() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
- getDoubleDecoder() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
- getDTDInfo() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
Since this class implements
DTDInfo
, method can just
return
this
.
- getDTDInfo() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getDTDInfo() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getDTDInfo() - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getDTDInfo() - Method in interface org.codehaus.stax2.XMLStreamReader2
-
Method that can be called to get information about DOCTYPE declaration
that the reader is currently pointing to, if the reader has parsed
it.
- getDTDInternalSubset() - Method in interface org.codehaus.stax2.DTDInfo
-
- getDTDInternalSubset() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getDTDInternalSubset() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getDTDInternalSubset() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getDTDPublicId() - Method in interface org.codehaus.stax2.DTDInfo
-
- getDTDPublicId() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getDTDPublicId() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getDTDPublicId() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getDTDRootName() - Method in interface org.codehaus.stax2.DTDInfo
-
- getDTDRootName() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getDTDRootName() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getDTDRootName() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getDTDSystemId() - Method in interface org.codehaus.stax2.DTDInfo
-
- getDTDSystemId() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getDTDSystemId() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getDTDSystemId() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getDTDType() - Method in class org.codehaus.stax2.ri.evt.AttributeEventImpl
-
- getElementAs(TypedValueDecoder) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getElementAs(TypedValueDecoder) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getElementAs(TypedValueDecoder) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getElementAs(TypedValueDecoder) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
Generic decoding method that can be used for efficient
decoding of additional types not support natively
by the typed stream reader.
- getElementAs(TypedValueDecoder) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getElementAsBinary() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getElementAsBinary(Base64Variant) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getElementAsBinary() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getElementAsBinary(Base64Variant) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getElementAsBinary() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getElementAsBinary(Base64Variant) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getElementAsBinary() - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
- getElementAsBinary(Base64Variant) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
- getElementAsBinary() - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getElementAsBinary(Base64Variant) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getElementAsBoolean() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getElementAsBoolean() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getElementAsBoolean() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getElementAsBoolean() - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
Read an element content as a boolean.
- getElementAsBoolean() - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getElementAsDecimal() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getElementAsDecimal() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getElementAsDecimal() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getElementAsDecimal() - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
- getElementAsDecimal() - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getElementAsDouble() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getElementAsDouble() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getElementAsDouble() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getElementAsDouble() - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
Read an element content as a 64-bit floating point value.
- getElementAsDouble() - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getElementAsFloat() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getElementAsFloat() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getElementAsFloat() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getElementAsFloat() - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
Read an element content as a 32-bit floating point value.
- getElementAsFloat() - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getElementAsInt() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getElementAsInt() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getElementAsInt() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getElementAsInt() - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
Read an element content as a 32-bit integer.
- getElementAsInt() - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getElementAsInteger() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getElementAsInteger() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getElementAsInteger() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getElementAsInteger() - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
- getElementAsInteger() - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getElementAsLong() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getElementAsLong() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getElementAsLong() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getElementAsLong() - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
Read an element content as a 64-bit integer.
- getElementAsLong() - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getElementAsQName() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getElementAsQName() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getElementAsQName() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getElementAsQName() - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
-
- getElementAsQName() - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getElementText() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
From StAX specs:
Reads the content of a text-only element, an exception is thrown if
this is not a text-only element.
- getElementText() - Method in class org.codehaus.stax2.ri.evt.Stax2EventReaderAdapter
-
- getElementText() - Method in class org.codehaus.stax2.ri.evt.Stax2FilteredEventReader
-
- getElementText() - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
- getElementText() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
As per [WSTX-254], must override and add handling for depth calculation here.
- getEncoder(boolean) - Method in class org.codehaus.stax2.ri.typed.ValueEncoderFactory
-
- getEncoder(int) - Method in class org.codehaus.stax2.ri.typed.ValueEncoderFactory
-
- getEncoder(long) - Method in class org.codehaus.stax2.ri.typed.ValueEncoderFactory
-
- getEncoder(float) - Method in class org.codehaus.stax2.ri.typed.ValueEncoderFactory
-
- getEncoder(double) - Method in class org.codehaus.stax2.ri.typed.ValueEncoderFactory
-
- getEncoder(int[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueEncoderFactory
-
- getEncoder(long[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueEncoderFactory
-
- getEncoder(float[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueEncoderFactory
-
- getEncoder(double[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueEncoderFactory
-
- getEncoder(Base64Variant, byte[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueEncoderFactory
-
- getEncoding() - Method in class org.codehaus.stax2.io.Stax2Result
-
- getEncoding() - Method in class org.codehaus.stax2.io.Stax2Source
-
- getEncoding() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
As per Stax (1.0) specs, needs to return whatever parser determined
the encoding was, if it was able to figure it out.
- getEncoding() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- getEncoding() - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- getEncoding() - Method in class org.codehaus.stax2.ri.Stax2WriterImpl
-
- getEncoding() - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- getEncoding() - Method in interface org.codehaus.stax2.XMLStreamWriter2
-
Method that can be called to get information about encoding that
this writer is using (or at least claims is using).
- getEndingByteOffset() - Method in interface org.codehaus.stax2.LocationInfo
-
Method that can be used to get exact byte offset (number of bytes
read from the stream right before getting to this location) in the
stream that is pointed to by this reader, right after the end
of the current event.
- getEndingByteOffset() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getEndingByteOffset() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getEndingByteOffset() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getEndingCharOffset() - Method in interface org.codehaus.stax2.LocationInfo
-
Method that can be used to get exact character offset (number of chars
read from the stream right before getting to this location) in the
stream that is pointed to by this reader, right after the end
of the current event.
- getEndingCharOffset() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getEndingCharOffset() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getEndingCharOffset() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getEndLocation() - Method in interface org.codehaus.stax2.LocationInfo
-
An optional method that either returns the location object that points the
ending position of the current event, or null if implementation
does not keep track of it (some may return only start location; and
some no location at all).
- getEndLocation() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getEndLocation() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getEndLocation() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getEntities() - Method in class org.codehaus.stax2.ri.evt.DTDEventImpl
-
- getEntityCount() - Method in interface org.codehaus.stax2.validation.DTDValidationSchema
-
- getErrorDesc(int, int) - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
Method called upon encountering a problem that should result
in an exception being thrown.
- getErrorLocation() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getEventType() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
Returns type of the last event returned; or START_DOCUMENT before
any events has been explicitly returned.
- getEventType() - Method in class org.codehaus.stax2.ri.evt.AttributeEventImpl
-
- getEventType() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
-
- getEventType() - Method in class org.codehaus.stax2.ri.evt.CharactersEventImpl
-
- getEventType() - Method in class org.codehaus.stax2.ri.evt.CommentEventImpl
-
- getEventType() - Method in class org.codehaus.stax2.ri.evt.DTDEventImpl
-
- getEventType() - Method in class org.codehaus.stax2.ri.evt.EndDocumentEventImpl
-
- getEventType() - Method in class org.codehaus.stax2.ri.evt.EndElementEventImpl
-
- getEventType() - Method in class org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl
-
- getEventType() - Method in class org.codehaus.stax2.ri.evt.EntityReferenceEventImpl
-
- getEventType() - Method in class org.codehaus.stax2.ri.evt.NamespaceEventImpl
-
- getEventType() - Method in class org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl
-
- getEventType() - Method in class org.codehaus.stax2.ri.evt.ProcInstrEventImpl
-
- getEventType() - Method in class org.codehaus.stax2.ri.evt.StartDocumentEventImpl
-
- getEventType() - Method in class org.codehaus.stax2.ri.evt.StartElementEventImpl
-
- getFeature(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getFeature(String) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getFeature(String) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getFeature(String) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getFeature(String) - Method in interface org.codehaus.stax2.XMLStreamReader2
-
- getFile() - Method in class org.codehaus.stax2.io.Stax2FileResult
-
- getFile() - Method in class org.codehaus.stax2.io.Stax2FileSource
-
- getFloatArrayDecoder(float[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
- getFloatArrayDecoder() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
- getFloatDecoder() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
- getIdAttributeIndex() - Method in interface org.codehaus.stax2.AttributeInfo
-
Returns the index of the id attribute (attribute with any name,
type ID from DTD) of current (start) element, if any.
- getIdAttributeIndex() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getIdAttributeIndex() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getIdAttributeIndex() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getIdAttrIndex() - Method in class org.codehaus.stax2.validation.ValidatorPair
-
- getIdAttrIndex() - Method in class org.codehaus.stax2.validation.XMLValidator
-
Method for finding out the index of the attribute that
is of type ID; derived from DTD, W4C Schema, or some other validation
source.
- getInstance() - Static method in class org.codehaus.stax2.ri.EmptyIterator
-
- getInstance() - Static method in class org.codehaus.stax2.ri.EmptyNamespaceContext
-
- getIntArrayDecoder(int[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
Method for constructing
integer array value decoder
that uses provided fixed array for storing results.
- getIntArrayDecoder() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
Method for constructing
integer array value decoder
that automatically allocates and resizes result array as necessary.
- getIntDecoder() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
- getIntegerDecoder() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
- getInternalSubset() - Method in interface org.codehaus.stax2.evt.DTD2
-
- getInternalSubset() - Method in class org.codehaus.stax2.ri.evt.DTDEventImpl
-
- getLexical() - Method in exception org.codehaus.stax2.typed.TypedXMLStreamException
-
Return the lexical representation of the attribute or element
content that could not be converted as requested.
- getLineNumber() - Method in class org.codehaus.stax2.ri.Stax2LocationAdapter
-
- getLocalName() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getLocation() - Method in interface org.codehaus.stax2.LocationInfo
-
- getLocation() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getLocation() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- getLocation() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
-
- getLocation(XMLStreamReader) - Method in class org.codehaus.stax2.ri.evt.Stax2EventAllocatorImpl
-
Method used to get the
Location
object to use for
an event to create.
- getLocation() - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- getLocation() - Method in class org.codehaus.stax2.ri.Stax2WriterImpl
-
- getLocation() - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- getLocation() - Method in class org.codehaus.stax2.validation.XMLValidationProblem
-
- getLocation() - Method in interface org.codehaus.stax2.XMLStreamWriter2
-
Method that should return current output location, if the writer
keeps track of it; null if it does not.
- getLocationInfo() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
Location information is always accessible, for this reader.
- getLocationInfo() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
Location information is always accessible, for this reader.
- getLocationInfo() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
Location information is always accessible, for this reader.
- getLocationInfo() - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getLocationInfo() - Method in interface org.codehaus.stax2.XMLStreamReader2
-
- getLongArrayDecoder(long[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
- getLongArrayDecoder() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
- getLongDecoder() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
- getMaxLineLength() - Method in class org.codehaus.stax2.typed.Base64Variant
-
- getMessage() - Method in class org.codehaus.stax2.validation.XMLValidationProblem
-
- getName() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getName() - Method in class org.codehaus.stax2.ri.evt.AttributeEventImpl
-
- getName() - Method in class org.codehaus.stax2.ri.evt.EndElementEventImpl
-
- getName() - Method in class org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl
-
- getName() - Method in class org.codehaus.stax2.ri.evt.EntityReferenceEventImpl
-
- getName() - Method in class org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl
-
- getName() - Method in class org.codehaus.stax2.ri.evt.StartElementEventImpl
-
- getName() - Method in class org.codehaus.stax2.typed.Base64Variant
-
- getNamespaceContext() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getNamespaceContext() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- getNamespaceContext() - Method in class org.codehaus.stax2.ri.evt.StartElementEventImpl
-
- getNamespaceContext() - Method in class org.codehaus.stax2.ri.Stax2EventWriterImpl
-
- getNamespaceContext() - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- getNamespaceCount() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getNamespacePrefix(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
Alas, DOM does not expose any of information necessary for
determining actual declarations.
- getNamespaces() - Method in class org.codehaus.stax2.ri.evt.EndElementEventImpl
-
- getNamespaces() - Method in class org.codehaus.stax2.ri.evt.StartElementEventImpl
-
- getNamespaceURI() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getNamespaceURI(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getNamespaceURI(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getNamespaceURI(String) - Method in class org.codehaus.stax2.ri.EmptyNamespaceContext
-
- getNamespaceURI(String) - Method in class org.codehaus.stax2.ri.evt.MergedNsContext
-
- getNamespaceURI() - Method in class org.codehaus.stax2.ri.evt.NamespaceEventImpl
-
- getNamespaceURI(String) - Method in class org.codehaus.stax2.ri.evt.StartElementEventImpl
-
- getNamespaceURI(String) - Method in interface org.codehaus.stax2.validation.ValidationContext
-
Method that can be called by the validator to resolve a namespace
prefix of the currently active top-level element.
- getNonTransientNamespaceContext() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getNonTransientNamespaceContext() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getNonTransientNamespaceContext() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getNonTransientNamespaceContext() - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getNonTransientNamespaceContext() - Method in interface org.codehaus.stax2.XMLStreamReader2
-
- getNotationAttributeIndex() - Method in interface org.codehaus.stax2.AttributeInfo
-
Returns the index of the notation attribute (attribute with any name,
type NOTATION from DTD) of current (start) element, if any.
- getNotationAttributeIndex() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getNotationAttributeIndex() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getNotationAttributeIndex() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getNotationAttrIndex() - Method in class org.codehaus.stax2.validation.ValidatorPair
-
- getNotationAttrIndex() - Method in class org.codehaus.stax2.validation.XMLValidator
-
Method for finding out the index of the attribute (collected using
the attribute collector; having DTD/Schema-derived info in same order)
that is of type NOTATION.
- getNotationCount() - Method in interface org.codehaus.stax2.validation.DTDValidationSchema
-
- getNotationName() - Method in class org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl
-
- getNotations() - Method in class org.codehaus.stax2.ri.evt.DTDEventImpl
-
- getPaddingByte() - Method in class org.codehaus.stax2.typed.Base64Variant
-
- getPaddingChar() - Method in class org.codehaus.stax2.typed.Base64Variant
-
- getParent() - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- getPIData() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getPITarget() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getPrefix() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getPrefix(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getPrefix(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- getPrefix(String) - Method in class org.codehaus.stax2.ri.EmptyNamespaceContext
-
- getPrefix(String) - Method in class org.codehaus.stax2.ri.evt.MergedNsContext
-
- getPrefix() - Method in class org.codehaus.stax2.ri.evt.NamespaceEventImpl
-
- getPrefix(String) - Method in class org.codehaus.stax2.ri.Stax2EventWriterImpl
-
- getPrefix(String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- getPrefixedName() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getPrefixedName() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getPrefixedName() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getPrefixedName() - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getPrefixedName() - Method in interface org.codehaus.stax2.XMLStreamReader2
-
This method returns "prefix-qualified" name of the current
element.
- getPrefixes(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getPrefixes(String) - Method in class org.codehaus.stax2.ri.EmptyNamespaceContext
-
- getPrefixes(String) - Method in class org.codehaus.stax2.ri.evt.MergedNsContext
-
- getProcessedDTD() - Method in interface org.codehaus.stax2.DTDInfo
-
- getProcessedDTD() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getProcessedDTD() - Method in class org.codehaus.stax2.ri.evt.DTDEventImpl
-
- getProcessedDTD() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getProcessedDTD() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getProcessedDTDSchema() - Method in interface org.codehaus.stax2.DTDInfo
-
- getProcessedDTDSchema() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getProcessedDTDSchema() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getProcessedDTDSchema() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getProperty(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getProperty(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- getProperty(String) - Method in class org.codehaus.stax2.ri.evt.Stax2EventReaderAdapter
-
- getProperty(String) - Method in class org.codehaus.stax2.ri.evt.Stax2FilteredEventReader
-
- getProperty(String) - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
- getProperty(String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- getProperty(String) - Method in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
-
- getPublicId() - Method in interface org.codehaus.stax2.evt.DTD2
-
- getPublicId() - Method in class org.codehaus.stax2.io.Stax2Result
-
- getPublicId() - Method in class org.codehaus.stax2.io.Stax2Source
-
- getPublicId() - Method in class org.codehaus.stax2.ri.evt.DTDEventImpl
-
- getPublicId() - Method in class org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl
-
- getPublicId() - Method in class org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl
-
- getPublicId() - Method in class org.codehaus.stax2.ri.Stax2LocationAdapter
-
- getQNameDecoder(NamespaceContext) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
- getReference() - Method in class org.codehaus.stax2.io.Stax2BlockSource
-
Usually there is no way to refer to the underlying data source,
since they are in-memory data structures.
- getReference() - Method in class org.codehaus.stax2.io.Stax2FileSource
-
- getReference() - Method in class org.codehaus.stax2.io.Stax2ReferentialSource
-
- getReference() - Method in class org.codehaus.stax2.io.Stax2Source
-
- getReference() - Method in class org.codehaus.stax2.io.Stax2URLSource
-
- getReplacementText() - Method in class org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl
-
- getReporter() - Method in class org.codehaus.stax2.validation.XMLValidationProblem
-
Returns the validator that reported the problem if known.
- getRootName() - Method in interface org.codehaus.stax2.evt.DTD2
-
- getRootName() - Method in class org.codehaus.stax2.ri.evt.DTDEventImpl
-
- getScalarEncoder(String) - Method in class org.codehaus.stax2.ri.typed.ValueEncoderFactory
-
- getSchema() - Method in class org.codehaus.stax2.validation.ValidatorPair
-
Two choices here; could either return schema of the first child,
or return null.
- getSchema() - Method in class org.codehaus.stax2.validation.XMLValidator
-
Returns the schema instance that created this validator
object, if known (and applicable).
- getSchemaType() - Method in interface org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
-
Method that can be used to determine which schema type this
provider (or, rather, factory instances of which provider
constructs) supports.
- getSchemaType() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
-
- getSchemaType() - Method in interface org.codehaus.stax2.validation.XMLValidationSchema
-
Returns type of this schema.
- getSchemaType() - Method in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
-
- getSchemaType() - Method in class org.codehaus.stax2.validation.XMLValidator
-
Returns type of schema that was used to construct this
validator instance.
- getSeverity() - Method in class org.codehaus.stax2.validation.XMLValidationProblem
-
- getStartingByteOffset() - Method in interface org.codehaus.stax2.LocationInfo
-
Method that can be used to get exact byte offset (number of bytes
read from the stream right before getting to this location) in the
stream that is pointed to by this reader, right before the start
of the current event.
- getStartingByteOffset() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getStartingByteOffset() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getStartingByteOffset() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getStartingCharOffset() - Method in interface org.codehaus.stax2.LocationInfo
-
Method that can be used to get exact character offset (number of chars
read from the stream right before getting to this location) in the
stream that is pointed to by this reader, right before the start
of the current event.
- getStartingCharOffset() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getStartingCharOffset() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getStartingCharOffset() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getStartLocation() - Method in interface org.codehaus.stax2.LocationInfo
-
An optional method that either returns the location object that points the
starting position of the current event, or null if implementation
does not keep track of it (some may return only end location; and
some no location at all).
- getStartLocation() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getStartLocation() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getStartLocation() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getStreamReader() - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
- getSystemId() - Method in interface org.codehaus.stax2.evt.DTD2
-
- getSystemId() - Method in class org.codehaus.stax2.io.Stax2ReferentialSource
-
Since we can determine a system id from the base URL
- getSystemId() - Method in class org.codehaus.stax2.io.Stax2Result
-
- getSystemId() - Method in class org.codehaus.stax2.io.Stax2Source
-
- getSystemId() - Method in class org.codehaus.stax2.ri.evt.DTDEventImpl
-
- getSystemId() - Method in class org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl
-
- getSystemId() - Method in class org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl
-
- getSystemId() - Method in class org.codehaus.stax2.ri.evt.StartDocumentEventImpl
-
- getSystemId() - Method in class org.codehaus.stax2.ri.Stax2LocationAdapter
-
- getTarget() - Method in class org.codehaus.stax2.ri.evt.ProcInstrEventImpl
-
- getText() - Method in class org.codehaus.stax2.io.Stax2StringSource
-
- getText() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getText(Writer, boolean) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getText() - Method in class org.codehaus.stax2.ri.evt.CommentEventImpl
-
- getText(Writer, boolean) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- getText(Writer, boolean) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- getText(Writer, boolean) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- getText(Writer, boolean) - Method in interface org.codehaus.stax2.XMLStreamReader2
-
Method similar to
XMLStreamReader.getText()
, except
that it just uses provided Writer to write all textual content,
and that it works for wider range of event types.
- getTextCharacters() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getTextCharacters(int, char[], int, int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getTextLength() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getTextStart() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getType() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.BooleanDecoder
-
- getType() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecimalDecoder
-
- getType() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecoderBase
-
- getType() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DoubleDecoder
-
- getType() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.FloatDecoder
-
- getType() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntDecoder
-
- getType() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntegerDecoder
-
- getType() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.LongDecoder
-
- getType() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.QNameDecoder
-
- getType() - Method in class org.codehaus.stax2.validation.XMLValidationProblem
-
- getValidationLocation() - Method in interface org.codehaus.stax2.validation.ValidationContext
-
Method that will return the location that best represents current
location within document to be validated, if such information
is available.
- getValidationProblem() - Method in exception org.codehaus.stax2.validation.XMLValidationException
-
- getValue() - Method in class org.codehaus.stax2.ri.evt.AttributeEventImpl
-
- getValue() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.BooleanDecoder
-
- getValue() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecimalDecoder
-
- getValue() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DoubleDecoder
-
- getValue() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.FloatDecoder
-
- getValue() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntDecoder
-
- getValue() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntegerDecoder
-
- getValue() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.LongDecoder
-
- getValue() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.QNameDecoder
-
- getValueEncoder() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- getValueEncoder() - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- getValues() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DoubleArrayDecoder
-
- getValues() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.FloatArrayDecoder
-
- getValues() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntArrayDecoder
-
- getValues() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.LongArrayDecoder
-
- getVersion() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- getVersion() - Method in class org.codehaus.stax2.ri.evt.StartDocumentEventImpl
-
- getXmlVersion() - Method in interface org.codehaus.stax2.validation.ValidationContext
-
Method that validator can call to figure out which xml version
document being validated declared (if none, "1.0" is assumed as
per xml specifications 1.0 and 1.1).
- mAllocator - Variable in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
- MASK_TYPED_ACCESS_BINARY - Static variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- MASK_TYPED_ACCESS_BINARY - Static variable in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- mAttrs - Variable in class org.codehaus.stax2.ri.evt.StartElementEventImpl
-
- MAX_DOUBLE_CLEN - Static variable in class org.codehaus.stax2.ri.typed.NumberUtil
-
Maximum number of characters in a serialized double is
26 (at least for Sun JDK; 19 digits for mantissa, 3 for exponent,
signs for mantissa and exponent, decimal point, 'E'):
but let's pad it up a little bit just to play it safe.
- MAX_FLOAT_CLEN - Static variable in class org.codehaus.stax2.ri.typed.NumberUtil
-
JDK serializes floats same way as doubles, so let's
reserve as much space
- MAX_INT_CLEN - Static variable in class org.codehaus.stax2.ri.typed.NumberUtil
-
Maximum number of characters in a serialized integer is
11; one for (minus) sign, and then up to 10 digits
- MAX_LONG_CLEN - Static variable in class org.codehaus.stax2.ri.typed.NumberUtil
-
Maximum number of characters in a serialized long is
21; one for (minus) sign, and then up to 20 digits
- mBooleanDecoder - Variable in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
- mBuffer - Variable in class org.codehaus.stax2.ri.typed.SimpleValueEncoder
-
For efficient encoding, need a working buffer
- mCause - Variable in exception org.codehaus.stax2.validation.XMLValidationException
-
- mCount - Variable in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.BaseArrayDecoder
-
- mDecl - Variable in class org.codehaus.stax2.ri.evt.EntityReferenceEventImpl
-
- mDelegate - Variable in class org.codehaus.stax2.util.StreamWriterDelegate
-
- mDelegate2 - Variable in class org.codehaus.stax2.util.StreamReader2Delegate
-
- mDelegate2 - Variable in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- mDocument - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
We need a reference to the document hosting nodes to
be able to create new nodes
- mDoubleDecoder - Variable in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
- mEncoderFactory - Variable in class org.codehaus.stax2.ri.typed.SimpleValueEncoder
-
- mEncoding - Variable in class org.codehaus.stax2.io.Stax2Result
-
- mEncoding - Variable in class org.codehaus.stax2.io.Stax2Source
-
- mEncoding - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
This member variable is to keep information about encoding
that seems to be used for the document (or fragment) to output,
if known.
- mEncoding - Variable in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
Encoding we have determined to be used, according to method
calls (write start document etc.)
- mEnd - Variable in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.BaseArrayDecoder
-
- MergedNsContext - Class in org.codehaus.stax2.ri.evt
-
Helper class used to combine an enclosing namespace context with
a list of namespace declarations contained, to result in a single
namespace context object.
- MergedNsContext(NamespaceContext, List) - Constructor for class org.codehaus.stax2.ri.evt.MergedNsContext
-
- mFirst - Variable in class org.codehaus.stax2.validation.ValidatorPair
-
- mFloatDecoder - Variable in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
- MIME - Static variable in class org.codehaus.stax2.typed.Base64Variants
-
This variant is what most people would think of "the standard"
Base64 encoding.
- MIME_NO_LINEFEEDS - Static variable in class org.codehaus.stax2.typed.Base64Variants
-
Slightly non-standard modification of
Base64Variants.MIME
which does not
use linefeeds (max line length set to infinite).
- MIN_CHARS_WITHOUT_FLUSH - Static variable in class org.codehaus.stax2.ri.typed.AsciiValueEncoder
-
Constant used to determine when caller should flush buffer
before calling encode methods.
- mIntDecoder - Variable in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
- mLexical - Variable in exception org.codehaus.stax2.typed.TypedXMLStreamException
-
Lexical representation of the content that could not be
converted to the requested type.
- mLocation - Variable in class org.codehaus.stax2.ri.evt.BaseEventImpl
-
Location where token started; exact definition may depends
on event type.
- mLocation - Variable in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- mLocation - Variable in class org.codehaus.stax2.validation.XMLValidationProblem
-
Location within validated xml stream where the problem occured.
- mLongDecoder - Variable in class org.codehaus.stax2.ri.typed.ValueDecoderFactory
-
- mMessage - Variable in class org.codehaus.stax2.validation.XMLValidationProblem
-
- mName - Variable in class org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl
-
- mName - Variable in class org.codehaus.stax2.ri.evt.StartElementEventImpl
-
- mNextPtr - Variable in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecoderBase
-
Pointer to the next character to check, within lexical value
- mNsAware - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- mNsContext - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
If we are being given info about existing bindings, it'll come
as a NamespaceContext.
- mNsDecls - Variable in class org.codehaus.stax2.ri.evt.StartElementEventImpl
-
- mNsRepairing - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- mNsRepairing - Variable in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- MODIFIED_FOR_URL - Static variable in class org.codehaus.stax2.typed.Base64Variants
-
This non-standard variant is usually used when encoded data needs to be
passed via URLs (such as part of GET request).
- mParentLocation - Variable in class org.codehaus.stax2.ri.Stax2LocationAdapter
-
- mParentNsCtxt - Variable in class org.codehaus.stax2.ri.evt.StartElementEventImpl
-
Enclosing namespace context
- mPrePeekEvent - Variable in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
This variable keeps track of the type of the 'previous' event
when peeking for the next Event.
- mPublicId - Variable in class org.codehaus.stax2.io.Stax2Result
-
- mPublicId - Variable in class org.codehaus.stax2.io.Stax2Source
-
- mReader - Variable in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
- mReporter - Variable in class org.codehaus.stax2.validation.XMLValidationProblem
-
Validator instance that reported the problem, if any (may be
null if stream reader or writer itself reported the problem)
- mSchemaType - Variable in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
-
Schema type this factory instance supports.
- mSecond - Variable in class org.codehaus.stax2.validation.ValidatorPair
-
- mSeverity - Variable in class org.codehaus.stax2.validation.XMLValidationProblem
-
- mStart - Variable in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.BaseArrayDecoder
-
- mState - Variable in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
High-level state indicator, with currently three values:
whether we are initializing (need to synthetize START_DOCUMENT),
at END_OF_INPUT (end-of-doc), or otherwise, normal operation.
- mSystemId - Variable in class org.codehaus.stax2.io.Stax2Result
-
- mSystemId - Variable in class org.codehaus.stax2.io.Stax2Source
-
- mType - Variable in class org.codehaus.stax2.validation.XMLValidationProblem
-
Type of the problem, available types implementation specified.
- mValue - Variable in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.BooleanDecoder
-
- mValue - Variable in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecimalDecoder
-
- mValue - Variable in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DoubleDecoder
-
- mValue - Variable in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.FloatDecoder
-
- mValue - Variable in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntDecoder
-
- mValue - Variable in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntegerDecoder
-
- mValue - Variable in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.LongDecoder
-
- mValue - Variable in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.QNameDecoder
-
- mValueEncoder - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
Encoding of typed values is used the standard encoder
included in RI.
- mValueEncoder - Variable in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- mWrappedLocation - Variable in class org.codehaus.stax2.ri.Stax2LocationAdapter
-
- P_ATTR_VALUE_ESCAPER - Static variable in class org.codehaus.stax2.XMLOutputFactory2
-
Property that can be set if a custom output escaping for attribute
value content is needed.
- P_AUTO_CLOSE_INPUT - Static variable in class org.codehaus.stax2.XMLInputFactory2
-
Whether stream reader is to close the underlying input source (input
stream, reader) when stream reader is closed.
- P_AUTO_CLOSE_OUTPUT - Static variable in class org.codehaus.stax2.XMLOutputFactory2
-
Whether stream writer is to close the underlying output
destination (output stream, reader) when stream writer is closed.
- P_AUTOMATIC_EMPTY_ELEMENTS - Static variable in class org.codehaus.stax2.XMLOutputFactory2
-
Whether stream writers are allowed to automatically output empty
elements, when a start element is immediately followed by matching
end element.
- P_AUTOMATIC_NS_PREFIX - Static variable in class org.codehaus.stax2.XMLOutputFactory2
-
Prefix to use for automatically created namespace prefixes, when
namespace support is enabled, the writer is in "repairing"
mode, and a new prefix name is needed.
- P_DTD_OVERRIDE - Static variable in class org.codehaus.stax2.XMLInputFactory2
-
Property used to specify the source for DTD external subset to use
instead of DTD specified by the XML document itself (if any).
- P_ENABLE_CACHING - Static variable in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
-
Property that determines whether schema instances created by this
factory instance can be cached by the factory; if false, no caching
is allowed to be doe; if true, factory can do caching if it wants to.
- P_INTERN_NAMES - Static variable in class org.codehaus.stax2.XMLInputFactory2
-
Whether name symbols (element, attribute, entity and notation names,
namespace prefixes)
stream reader returns are guaranteed to have been String.intern()ed.
- P_INTERN_NS_URIS - Static variable in class org.codehaus.stax2.XMLInputFactory2
-
Whether namespace URIs
stream reader returns are guaranteed to have been String.intern()ed.
- P_IS_NAMESPACE_AWARE - Static variable in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
-
Property that determines whether schemas constructed are namespace-aware,
in cases where schema supports both namespace-aware and non-namespace
aware modes.
- P_LAZY_PARSING - Static variable in class org.codehaus.stax2.XMLInputFactory2
-
Whether stream readers are allowed to do lazy parsing, meaning
to parse minimal part of the event when
XMLStreamReader.next()
is called, and only parse the rest
as needed (or skip remainder of no extra information is needed).
- P_PRESERVE_LOCATION - Static variable in class org.codehaus.stax2.XMLInputFactory2
-
Property that determines whether stream reader instances are required
to try to keep track of the parser Location in the input documents.
- P_REPORT_CDATA - Static variable in class org.codehaus.stax2.XMLInputFactory2
-
Whether cursor-based reader will ever generate CDATA events; if true,
CDATA events may be generated for non-coalesced CDATA sections.
- P_REPORT_PROLOG_WHITESPACE - Static variable in class org.codehaus.stax2.XMLInputFactory2
-
Whether reader will generate 'ignorable white space' events during
prolog and epilog (before and after the main XML root element);
if true, will generate those events; if false,
will just ignore white space in these parts of the parsed document.
- P_TEXT_ESCAPER - Static variable in class org.codehaus.stax2.XMLOutputFactory2
-
Property that can be set if a custom output escaping for textual
content is needed.
- parseInt(char[], int, int) - Static method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecoderBase
-
Fast method for parsing integers that are known to fit into
regular 32-bit signed int type.
- parseInt(int, char[], int, int) - Static method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecoderBase
-
- parseInt(String, int, int) - Static method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecoderBase
-
- parseInt(int, String, int, int) - Static method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecoderBase
-
- parseLong(char[], int, int) - Static method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecoderBase
-
- parseLong(String, int, int) - Static method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecoderBase
-
- peek() - Method in class org.codehaus.stax2.ri.evt.Stax2EventReaderAdapter
-
- peek() - Method in class org.codehaus.stax2.ri.evt.Stax2FilteredEventReader
-
This is bit tricky to implement, but it should filter out
events just as nextEvent() would.
- peek() - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
- PEM - Static variable in class org.codehaus.stax2.typed.Base64Variants
-
This variant is the one that predates
Base64Variants.MIME
: it is otherwise
identical, except that it mandates shorter line length.
- ProcInstrEventImpl - Class in org.codehaus.stax2.ri.evt
-
- ProcInstrEventImpl(Location, String, String) - Constructor for class org.codehaus.stax2.ri.evt.ProcInstrEventImpl
-
- SCHEMA_ID_DTD - Static variable in interface org.codehaus.stax2.validation.XMLValidationSchema
-
- SCHEMA_ID_RELAXNG - Static variable in interface org.codehaus.stax2.validation.XMLValidationSchema
-
- SCHEMA_ID_TREX - Static variable in interface org.codehaus.stax2.validation.XMLValidationSchema
-
- SCHEMA_ID_W3C_SCHEMA - Static variable in interface org.codehaus.stax2.validation.XMLValidationSchema
-
- serializeQNameValue(QName) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
Method called to serialize given qualified name into valid
String serialization, taking into account existing namespace
bindings.
- serializeQNameValue(QName) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
Method called to serialize given qualified name into valid
String serialization, taking into account existing namespace
bindings.
- SERVICE_DEFINITION_PATH - Static variable in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
-
Path to resource that should contain implementation class definition.
- setDefaultNamespace(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- setDefaultNamespace(String) - Method in class org.codehaus.stax2.ri.Stax2EventWriterImpl
-
- setDefaultNamespace(String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- setEncoding(String) - Method in class org.codehaus.stax2.io.Stax2Result
-
- setEncoding(String) - Method in class org.codehaus.stax2.io.Stax2Source
-
- setFeature(String, Object) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- setFeature(String, Object) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- setFeature(String, Object) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- setFeature(String, Object) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- setFeature(String, Object) - Method in interface org.codehaus.stax2.XMLStreamReader2
-
- setInternNames(boolean) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- setInternNsURIs(boolean) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- setLocation(Location) - Method in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- setLocation(Location) - Method in class org.codehaus.stax2.validation.XMLValidationProblem
-
- setNamespaceContext(NamespaceContext) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- setNamespaceContext(NamespaceContext) - Method in class org.codehaus.stax2.ri.Stax2EventWriterImpl
-
- setNamespaceContext(NamespaceContext) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- setParent(XMLStreamReader) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- setParent(XMLStreamWriter) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- setParent(XMLStreamWriter) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- setPrefix(String, String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- setPrefix(String, String) - Method in class org.codehaus.stax2.ri.Stax2EventWriterImpl
-
- setPrefix(String, String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- setProperty(String, Object) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- setProperty(String, Object) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- setProperty(String, Object) - Method in class org.codehaus.stax2.ri.evt.Stax2EventReaderAdapter
-
- setProperty(String, Object) - Method in class org.codehaus.stax2.ri.evt.Stax2FilteredEventReader
-
- setProperty(String, Object) - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
- setProperty(String, Object) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- setProperty(String, Object) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- setProperty(String, Object) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- setProperty(String, Object) - Method in class org.codehaus.stax2.ri.Stax2WriterImpl
-
- setProperty(String, Object) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- setProperty(String, Object) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- setProperty(String, Object) - Method in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
-
- setProperty(String, Object) - Method in interface org.codehaus.stax2.XMLEventReader2
-
Method that can be used to set per-reader properties; a subset of
properties one can set via matching
XMLInputFactory2
instance.
- setProperty(String, Object) - Method in interface org.codehaus.stax2.XMLStreamReader2
-
Method that can be used to set per-reader properties; a subset of
properties one can set via matching
XMLInputFactory2
instance.
- setProperty(String, Object) - Method in interface org.codehaus.stax2.XMLStreamWriter2
-
Method that can be used to set per-writer properties; a subset of
properties one can set via matching
XMLOutputFactory2
instance.
- setPublicId(String) - Method in class org.codehaus.stax2.io.Stax2Result
-
- setPublicId(String) - Method in class org.codehaus.stax2.io.Stax2Source
-
- setReporter(XMLValidator) - Method in class org.codehaus.stax2.validation.XMLValidationProblem
-
Set the validator object that reported this problem, if known.
- setSystemId(String) - Method in class org.codehaus.stax2.io.Stax2Result
-
- setSystemId(String) - Method in class org.codehaus.stax2.io.Stax2Source
-
- setType(String) - Method in class org.codehaus.stax2.validation.XMLValidationProblem
-
- setValidationProblemHandler(ValidationProblemHandler) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- setValidationProblemHandler(ValidationProblemHandler) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- setValidationProblemHandler(ValidationProblemHandler) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- setValidationProblemHandler(ValidationProblemHandler) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- setValidationProblemHandler(ValidationProblemHandler) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- setValidationProblemHandler(ValidationProblemHandler) - Method in class org.codehaus.stax2.ri.Stax2WriterImpl
-
- setValidationProblemHandler(ValidationProblemHandler) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- setValidationProblemHandler(ValidationProblemHandler) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- setValidationProblemHandler(ValidationProblemHandler) - Method in interface org.codehaus.stax2.validation.Validatable
-
Method that application can call to define a custom handler for
validation problems encountered during validation process.
- setWhitespaceStatus(boolean) - Method in class org.codehaus.stax2.ri.evt.CharactersEventImpl
-
- SEVERITY_ERROR - Static variable in class org.codehaus.stax2.validation.XMLValidationProblem
-
- SEVERITY_FATAL - Static variable in class org.codehaus.stax2.validation.XMLValidationProblem
-
- SEVERITY_WARNING - Static variable in class org.codehaus.stax2.validation.XMLValidationProblem
-
- SimpleValueEncoder - Class in org.codehaus.stax2.ri.typed
-
Helper class used for serializing typed values to String.
- SimpleValueEncoder() - Constructor for class org.codehaus.stax2.ri.typed.SimpleValueEncoder
-
- SingletonIterator - Class in org.codehaus.stax2.ri
-
Simple read-only iterator that iterators over one specific item, passed
in as constructor argument.
- SingletonIterator(Object) - Constructor for class org.codehaus.stax2.ri.SingletonIterator
-
- skipElement() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- skipElement() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- skipElement() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- skipElement() - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- skipElement() - Method in interface org.codehaus.stax2.XMLStreamReader2
-
Method that will skip all the contents of the element that the
stream currently points to.
- skipSignAndZeroes(String, char, boolean, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecoderBase
-
- skipSignAndZeroes(char[], char, boolean, int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecoderBase
-
- SMALL_RESULT_BUFFER_SIZE - Static variable in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.BaseArrayDecoder
-
When expanding 'small' result buffers, we will expand
size by bigger factor than for larger ones.
- standaloneSet() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- standaloneSet() - Method in class org.codehaus.stax2.ri.evt.StartDocumentEventImpl
-
- startAggregation() - Method in class org.codehaus.stax2.ri.Stax2Util.ByteAggregator
-
Method called to initialize aggregation process.
- StartDocumentEventImpl - Class in org.codehaus.stax2.ri.evt
-
- StartDocumentEventImpl(Location, XMLStreamReader) - Constructor for class org.codehaus.stax2.ri.evt.StartDocumentEventImpl
-
- StartDocumentEventImpl(Location) - Constructor for class org.codehaus.stax2.ri.evt.StartDocumentEventImpl
-
Method called by event factory, when constructing start document
event.
- StartDocumentEventImpl(Location, String) - Constructor for class org.codehaus.stax2.ri.evt.StartDocumentEventImpl
-
- StartDocumentEventImpl(Location, String, String) - Constructor for class org.codehaus.stax2.ri.evt.StartDocumentEventImpl
-
- StartDocumentEventImpl(Location, String, String, boolean, boolean) - Constructor for class org.codehaus.stax2.ri.evt.StartDocumentEventImpl
-
- StartElementEventImpl - Class in org.codehaus.stax2.ri.evt
-
Wstx
StartElement
implementation used when event is constructed
from already objectified data, for example when constructed by the event
factory.
- StartElementEventImpl(Location, QName, ArrayList, ArrayList, NamespaceContext) - Constructor for class org.codehaus.stax2.ri.evt.StartElementEventImpl
-
- STATE_CONTENT - Static variable in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
- STATE_END_OF_INPUT - Static variable in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
- STATE_INITIAL - Static variable in class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
- Stax2BlockResult - Class in org.codehaus.stax2.io
-
This is the mid-level abstract base class for
Stax2Result
s
that an be used to write to in-memory (low-level) data structures,
such as byte and char arrays, StringBuffers and so forth.
- Stax2BlockResult() - Constructor for class org.codehaus.stax2.io.Stax2BlockResult
-
- Stax2BlockSource - Class in org.codehaus.stax2.io
-
This is the mid-level abstract base class for
Stax2Source
s
that an be used to access fixed-length in-memory data sources, such
as byte and char arrays, Strings, StringBuffers and so forth.
- Stax2BlockSource() - Constructor for class org.codehaus.stax2.io.Stax2BlockSource
-
- Stax2ByteArraySource - Class in org.codehaus.stax2.io
-
- Stax2ByteArraySource(byte[], int, int) - Constructor for class org.codehaus.stax2.io.Stax2ByteArraySource
-
- Stax2CharArraySource - Class in org.codehaus.stax2.io
-
- Stax2CharArraySource(char[], int, int) - Constructor for class org.codehaus.stax2.io.Stax2CharArraySource
-
- Stax2EventAllocatorImpl - Class in org.codehaus.stax2.ri.evt
-
Base implementation of
XMLEventAllocator
, to be
used either as is, or as a base for more specialized Stax2
event allocator implementation.
- Stax2EventAllocatorImpl() - Constructor for class org.codehaus.stax2.ri.evt.Stax2EventAllocatorImpl
-
- Stax2EventFactoryImpl - Class in org.codehaus.stax2.ri
-
This is an abstract almost complete plain vanilla implementation of
XMLEventFactory2
.
- Stax2EventFactoryImpl() - Constructor for class org.codehaus.stax2.ri.Stax2EventFactoryImpl
-
- Stax2EventReaderAdapter - Class in org.codehaus.stax2.ri.evt
-
This adapter implements parts of
XMLEventReader2
, the
extended stream reader defined by Stax2 extension, by wrapping
a vanilla Stax 1.0
XMLEventReader
implementation.
- Stax2EventReaderAdapter(XMLEventReader) - Constructor for class org.codehaus.stax2.ri.evt.Stax2EventReaderAdapter
-
- Stax2EventReaderImpl - Class in org.codehaus.stax2.ri
-
- Stax2EventReaderImpl(XMLEventAllocator, XMLStreamReader2) - Constructor for class org.codehaus.stax2.ri.Stax2EventReaderImpl
-
- Stax2EventWriterImpl - Class in org.codehaus.stax2.ri
-
- Stax2EventWriterImpl(XMLStreamWriter2) - Constructor for class org.codehaus.stax2.ri.Stax2EventWriterImpl
-
- Stax2FileResult - Class in org.codehaus.stax2.io
-
- Stax2FileResult(File) - Constructor for class org.codehaus.stax2.io.Stax2FileResult
-
- Stax2FileSource - Class in org.codehaus.stax2.io
-
- Stax2FileSource(File) - Constructor for class org.codehaus.stax2.io.Stax2FileSource
-
- Stax2FilteredEventReader - Class in org.codehaus.stax2.ri.evt
-
Some notes about implemention:
There is no way to filter out values of peek(), so we'll just straight
dispatch the call to underlying reader
- Stax2FilteredEventReader(XMLEventReader2, EventFilter) - Constructor for class org.codehaus.stax2.ri.evt.Stax2FilteredEventReader
-
- Stax2FilteredStreamReader - Class in org.codehaus.stax2.ri
-
Simple straight-forward implementation of a filtering stream reader,
which can fully adapt Stax2 stream reader
(
XMLStreamReader2
).
- Stax2FilteredStreamReader(XMLStreamReader, StreamFilter) - Constructor for class org.codehaus.stax2.ri.Stax2FilteredStreamReader
-
- Stax2InputFactoryProvider - Interface in org.codehaus.stax2.osgi
-
Simple interface to be used for registering objects that
can construct
XMLInputFactory2
instances with OSGi framework.
- Stax2LocationAdapter - Class in org.codehaus.stax2.ri
-
Simple implementation of
XMLStreamLocation2
, which just
wraps Stax 1.0
Location
and adds no-operation implementation
of the additions.
- Stax2LocationAdapter(Location) - Constructor for class org.codehaus.stax2.ri.Stax2LocationAdapter
-
- Stax2LocationAdapter(Location, Location) - Constructor for class org.codehaus.stax2.ri.Stax2LocationAdapter
-
- Stax2OutputFactoryProvider - Interface in org.codehaus.stax2.osgi
-
Simple interface to be used for registering objects that
can construct
XMLOutputFactory2
instances with OSGi framework.
- Stax2ReaderAdapter - Class in org.codehaus.stax2.ri
-
This adapter implements parts of
XMLStreamReader2
, the
extended stream reader defined by Stax2 extension, by wrapping
a vanilla Stax 1.0
XMLStreamReader
implementation.
- Stax2ReaderAdapter(XMLStreamReader) - Constructor for class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- Stax2ReaderImpl - Class in org.codehaus.stax2.ri
-
This is a partial base implementation of
XMLStreamReader2
,
the extended stream reader that is part of Stax2.
- Stax2ReaderImpl() - Constructor for class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- Stax2ReferentialResult - Class in org.codehaus.stax2.io
-
This is the mid-level abstract base class for
Stax2Result
s
that refer to a resource in such a way, that an efficient
OutputStream
or
Writer
can be constructed.
- Stax2ReferentialResult() - Constructor for class org.codehaus.stax2.io.Stax2ReferentialResult
-
- Stax2ReferentialSource - Class in org.codehaus.stax2.io
-
This is the mid-level abstract base class for
Stax2Source
s
that refer to a resource in such a way, that an efficient
InputStream
or
Reader
can be constructed.
- Stax2ReferentialSource() - Constructor for class org.codehaus.stax2.io.Stax2ReferentialSource
-
- Stax2Result - Class in org.codehaus.stax2.io
-
This is the base class for additional output results (implementations
of
Result
) that Stax2
XMLInputFactory2
implementations should support.
- Stax2Result() - Constructor for class org.codehaus.stax2.io.Stax2Result
-
- Stax2Source - Class in org.codehaus.stax2.io
-
This is the base class for additional input sources (implementations
of
Source
) that Stax2
XMLInputFactory2
implementations should support.
- Stax2Source() - Constructor for class org.codehaus.stax2.io.Stax2Source
-
- Stax2StringSource - Class in org.codehaus.stax2.io
-
- Stax2StringSource(String) - Constructor for class org.codehaus.stax2.io.Stax2StringSource
-
- Stax2URLSource - Class in org.codehaus.stax2.io
-
- Stax2URLSource(URL) - Constructor for class org.codehaus.stax2.io.Stax2URLSource
-
- Stax2Util - Class in org.codehaus.stax2.ri
-
- Stax2Util.ByteAggregator - Class in org.codehaus.stax2.ri
-
Helper class for efficiently reading and aggregating variable length
byte content.
- Stax2Util.ByteAggregator() - Constructor for class org.codehaus.stax2.ri.Stax2Util.ByteAggregator
-
- Stax2Util.TextBuffer - Class in org.codehaus.stax2.ri
-
Helper class used to simplify text gathering while keeping
at as efficient as possible.
- Stax2Util.TextBuffer() - Constructor for class org.codehaus.stax2.ri.Stax2Util.TextBuffer
-
- Stax2ValidationSchemaFactoryProvider - Interface in org.codehaus.stax2.osgi
-
- Stax2WriterAdapter - Class in org.codehaus.stax2.ri
-
This adapter implements parts of
XMLStreamWriter2
, the
extended stream writer defined by Stax2 extension, by wrapping
a vanilla Stax 1.0
XMLStreamReader
implementation.
- Stax2WriterAdapter(XMLStreamWriter) - Constructor for class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- Stax2WriterImpl - Class in org.codehaus.stax2.ri
-
This is a partial base implementation of
XMLStreamWriter2
,
the extended stream writer that is part of Stax2.
- Stax2WriterImpl() - Constructor for class org.codehaus.stax2.ri.Stax2WriterImpl
-
- stopValidatingAgainst(XMLValidationSchema) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- stopValidatingAgainst(XMLValidator) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- stopValidatingAgainst(XMLValidationSchema) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- stopValidatingAgainst(XMLValidator) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- stopValidatingAgainst(XMLValidationSchema) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- stopValidatingAgainst(XMLValidator) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- stopValidatingAgainst(XMLValidationSchema) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- stopValidatingAgainst(XMLValidator) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- stopValidatingAgainst(XMLValidationSchema) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- stopValidatingAgainst(XMLValidator) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- stopValidatingAgainst(XMLValidationSchema) - Method in class org.codehaus.stax2.ri.Stax2WriterImpl
-
- stopValidatingAgainst(XMLValidator) - Method in class org.codehaus.stax2.ri.Stax2WriterImpl
-
- stopValidatingAgainst(XMLValidationSchema) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- stopValidatingAgainst(XMLValidator) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
-
- stopValidatingAgainst(XMLValidationSchema) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- stopValidatingAgainst(XMLValidator) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- stopValidatingAgainst(XMLValidationSchema) - Method in interface org.codehaus.stax2.validation.Validatable
-
- stopValidatingAgainst(XMLValidator) - Method in interface org.codehaus.stax2.validation.Validatable
-
Method that can be called by application to stop validating
output using specified validator.
- StreamReader2Delegate - Class in org.codehaus.stax2.util
-
- StreamReader2Delegate(XMLStreamReader2) - Constructor for class org.codehaus.stax2.util.StreamReader2Delegate
-
- StreamWriter2Delegate - Class in org.codehaus.stax2.util
-
- StreamWriter2Delegate(XMLStreamWriter2) - Constructor for class org.codehaus.stax2.util.StreamWriter2Delegate
-
- StreamWriterDelegate - Class in org.codehaus.stax2.util
-
- StreamWriterDelegate(XMLStreamWriter) - Constructor for class org.codehaus.stax2.util.StreamWriterDelegate
-
- StringBase64Decoder - Class in org.codehaus.stax2.ri.typed
-
Base64 decoder that can be used to decode base64 encoded content that
is passed as a Single string.
- StringBase64Decoder() - Constructor for class org.codehaus.stax2.ri.typed.StringBase64Decoder
-
- stringsWithNullsEqual(String, String) - Static method in class org.codehaus.stax2.ri.evt.BaseEventImpl
-
Comparison method that will consider null Strings to be
equivalent to empty Strings for comparison purposes; and
compare equality with that caveat.
- SYSTEM_PROPERTY_FOR_IMPL - Static variable in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
-
Defines the system property that can be set to explicitly specify
which implementation to use (in case there are multiple StAX2
implementations; or the one used does not specify other mechanisms
for the loader to find the implementation class).
- wrapIfNecessary(XMLEventReader) - Static method in class org.codehaus.stax2.ri.evt.Stax2EventReaderAdapter
-
- wrapIfNecessary(XMLStreamReader) - Static method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- wrapIfNecessary(XMLStreamWriter) - Static method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeAsEncodedUnicode(Writer) - Method in class org.codehaus.stax2.ri.evt.AttributeEventImpl
-
- writeAsEncodedUnicode(Writer) - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
-
- writeAsEncodedUnicode(Writer) - Method in class org.codehaus.stax2.ri.evt.CharactersEventImpl
-
- writeAsEncodedUnicode(Writer) - Method in class org.codehaus.stax2.ri.evt.CommentEventImpl
-
- writeAsEncodedUnicode(Writer) - Method in class org.codehaus.stax2.ri.evt.DTDEventImpl
-
- writeAsEncodedUnicode(Writer) - Method in class org.codehaus.stax2.ri.evt.EndDocumentEventImpl
-
- writeAsEncodedUnicode(Writer) - Method in class org.codehaus.stax2.ri.evt.EndElementEventImpl
-
- writeAsEncodedUnicode(Writer) - Method in class org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl
-
- writeAsEncodedUnicode(Writer) - Method in class org.codehaus.stax2.ri.evt.EntityReferenceEventImpl
-
- writeAsEncodedUnicode(Writer) - Method in class org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl
-
- writeAsEncodedUnicode(Writer) - Method in class org.codehaus.stax2.ri.evt.ProcInstrEventImpl
-
- writeAsEncodedUnicode(Writer) - Method in class org.codehaus.stax2.ri.evt.StartDocumentEventImpl
-
- writeAsEncodedUnicode(Writer) - Method in class org.codehaus.stax2.ri.evt.StartElementEventImpl
-
- writeAttribute(String, String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeAttribute(String, String, String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeAttribute(String, String, String, String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeAttribute(String, String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeAttribute(String, String, String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeAttribute(String, String, String, String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeBinary(byte[], int, int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeBinary(Base64Variant, byte[], int, int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeBinary(Base64Variant, byte[], int, int) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeBinary(byte[], int, int) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeBinary(byte[], int, int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
Write binary content as base64 encoded characters to the output.
- writeBinary(Base64Variant, byte[], int, int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
- writeBinary(byte[], int, int) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeBinary(Base64Variant, byte[], int, int) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeBinaryAttribute(String, String, String, byte[]) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeBinaryAttribute(Base64Variant, String, String, String, byte[]) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeBinaryAttribute(String, String, String, byte[]) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeBinaryAttribute(Base64Variant, String, String, String, byte[]) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeBinaryAttribute(String, String, String, byte[]) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
Write a byte array attribute.
- writeBinaryAttribute(Base64Variant, String, String, String, byte[]) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
- writeBinaryAttribute(String, String, String, byte[]) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeBinaryAttribute(Base64Variant, String, String, String, byte[]) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeBoolean(boolean) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeBoolean(boolean) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeBoolean(boolean) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
Write a boolean value to the output as textual element content.
- writeBoolean(boolean) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeBooleanAttribute(String, String, String, boolean) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeBooleanAttribute(String, String, String, boolean) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeBooleanAttribute(String, String, String, boolean) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
Write a boolean value to the output as attribute value.
- writeBooleanAttribute(String, String, String, boolean) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeCData(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeCData(char[], int, int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeCData(char[], int, int) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeCData(char[], int, int) - Method in class org.codehaus.stax2.ri.Stax2WriterImpl
-
- writeCData(char[], int, int) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeCData(String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeCData(char[], int, int) - Method in interface org.codehaus.stax2.XMLStreamWriter2
-
- writeCharacters(char[], int, int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeCharacters(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeCharacters(String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeCharacters(char[], int, int) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeComment(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeComment(String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeDecimal(BigDecimal) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeDecimal(BigDecimal) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeDecimal(BigDecimal) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
Write a decimal value to the output as textual element content.
- writeDecimal(BigDecimal) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeDecimalAttribute(String, String, String, BigDecimal) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeDecimalAttribute(String, String, String, BigDecimal) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeDecimalAttribute(String, String, String, BigDecimal) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
- writeDecimalAttribute(String, String, String, BigDecimal) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeDefaultNamespace(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeDefaultNamespace(String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeDouble(double) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeDouble(double) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeDouble(double, char[], int) - Static method in class org.codehaus.stax2.ri.typed.NumberUtil
-
- writeDouble(double, byte[], int) - Static method in class org.codehaus.stax2.ri.typed.NumberUtil
-
- writeDouble(double) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
Write a double value to the output as textual element content.
- writeDouble(double) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeDoubleArray(double[], int, int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeDoubleArray(double[], int, int) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeDoubleArray(double[], int, int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
- writeDoubleArray(double[], int, int) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeDoubleArrayAttribute(String, String, String, double[]) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeDoubleArrayAttribute(String, String, String, double[]) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeDoubleArrayAttribute(String, String, String, double[]) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
- writeDoubleArrayAttribute(String, String, String, double[]) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeDoubleAttribute(String, String, String, double) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeDoubleAttribute(String, String, String, double) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeDoubleAttribute(String, String, String, double) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
- writeDoubleAttribute(String, String, String, double) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeDTD(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeDTD(String, String, String, String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeDTD(String, String, String, String) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeDTD(String, String, String, String) - Method in class org.codehaus.stax2.ri.Stax2WriterImpl
-
- writeDTD(String, String, String, String) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeDTD(String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeDTD(String, String, String, String) - Method in interface org.codehaus.stax2.XMLStreamWriter2
-
- writeEmptyElement(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeEmptyElement(String, String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeEmptyElement(String, String, String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeEmptyElement(String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeEmptyElement(String, String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeEmptyElement(String, String, String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeEndDocument() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeEndDocument() - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeEndElement() - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeEntityRef(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeEntityRef(String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeEscapedAttrValue(Writer, String) - Static method in class org.codehaus.stax2.ri.evt.AttributeEventImpl
-
- writeEscapedXMLText(Writer, String) - Static method in class org.codehaus.stax2.ri.evt.CharactersEventImpl
-
- writeFloat(float) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeFloat(float) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeFloat(float, char[], int) - Static method in class org.codehaus.stax2.ri.typed.NumberUtil
-
- writeFloat(float, byte[], int) - Static method in class org.codehaus.stax2.ri.typed.NumberUtil
-
- writeFloat(float) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
Write a float value to the output as textual element content.
- writeFloat(float) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeFloatArray(float[], int, int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeFloatArray(float[], int, int) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeFloatArray(float[], int, int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
- writeFloatArray(float[], int, int) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeFloatArrayAttribute(String, String, String, float[]) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeFloatArrayAttribute(String, String, String, float[]) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeFloatArrayAttribute(String, String, String, float[]) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
- writeFloatArrayAttribute(String, String, String, float[]) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeFloatAttribute(String, String, String, float) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeFloatAttribute(String, String, String, float) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeFloatAttribute(String, String, String, float) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
- writeFloatAttribute(String, String, String, float) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeFullEndElement() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeFullEndElement() - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeFullEndElement() - Method in class org.codehaus.stax2.ri.Stax2WriterImpl
-
- writeFullEndElement() - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeFullEndElement() - Method in interface org.codehaus.stax2.XMLStreamWriter2
-
- writeInt(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeInt(int) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeInt(int, char[], int) - Static method in class org.codehaus.stax2.ri.typed.NumberUtil
-
Note: caller must ensure that there is room for least 11 characters
(leading sign, and up to 10 digits) in buffer passed.
- writeInt(int, byte[], int) - Static method in class org.codehaus.stax2.ri.typed.NumberUtil
-
- writeInt(int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
Write an int value to the output as textual element content.
- writeInt(int) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeIntArray(int[], int, int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeIntArray(int[], int, int) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeIntArray(int[], int, int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
Write int array to the output.
- writeIntArray(int[], int, int) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeIntArrayAttribute(String, String, String, int[]) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeIntArrayAttribute(String, String, String, int[]) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeIntArrayAttribute(String, String, String, int[]) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
Write int array attribute.
- writeIntArrayAttribute(String, String, String, int[]) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeIntAttribute(String, String, String, int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeIntAttribute(String, String, String, int) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeIntAttribute(String, String, String, int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
Write an integer value to the output as attribute value.
- writeIntAttribute(String, String, String, int) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeInteger(BigInteger) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeInteger(BigInteger) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeInteger(BigInteger) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
- writeInteger(BigInteger) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeIntegerAttribute(String, String, String, BigInteger) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeIntegerAttribute(String, String, String, BigInteger) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeIntegerAttribute(String, String, String, BigInteger) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
- writeIntegerAttribute(String, String, String, BigInteger) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeLong(long) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeLong(long) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeLong(long, char[], int) - Static method in class org.codehaus.stax2.ri.typed.NumberUtil
-
Note: caller must ensure that there is room for least 21 characters
(leading sign, and up to 20 digits ) in buffer passed.
- writeLong(long, byte[], int) - Static method in class org.codehaus.stax2.ri.typed.NumberUtil
-
- writeLong(long) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
Write a long value to the output as textual element content.
- writeLong(long) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeLongArray(long[], int, int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeLongArray(long[], int, int) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeLongArray(long[], int, int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
- writeLongArray(long[], int, int) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeLongArrayAttribute(String, String, String, long[]) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeLongArrayAttribute(String, String, String, long[]) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeLongArrayAttribute(String, String, String, long[]) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
- writeLongArrayAttribute(String, String, String, long[]) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeLongAttribute(String, String, String, long) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeLongAttribute(String, String, String, long) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeLongAttribute(String, String, String, long) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
Write an long value to the output as attribute value.
- writeLongAttribute(String, String, String, long) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeNamespace(String, String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeProcessingInstruction(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeProcessingInstruction(String, String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeProcessingInstruction(String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeProcessingInstruction(String, String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeQName(QName) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeQName(QName) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeQName(QName) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
- writeQName(QName) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeQNameAttribute(String, String, String, QName) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeQNameAttribute(String, String, String, QName) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeQNameAttribute(String, String, String, QName) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamWriter
-
- writeQNameAttribute(String, String, String, QName) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeRaw(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeRaw(String, int, int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeRaw(char[], int, int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeRaw(String) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeRaw(String, int, int) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeRaw(char[], int, int) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeRaw(String) - Method in class org.codehaus.stax2.ri.Stax2WriterImpl
-
- writeRaw(String, int, int) - Method in class org.codehaus.stax2.ri.Stax2WriterImpl
-
- writeRaw(char[], int, int) - Method in class org.codehaus.stax2.ri.Stax2WriterImpl
-
- writeRaw(String) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeRaw(String, int, int) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeRaw(char[], int, int) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeRaw(String) - Method in interface org.codehaus.stax2.XMLStreamWriter2
-
Method that writes specified content as is, without encoding or
deciphering it in any way.
- writeRaw(String, int, int) - Method in interface org.codehaus.stax2.XMLStreamWriter2
-
Method that writes specified content as is, without encoding or
deciphering it in any way.
- writeRaw(char[], int, int) - Method in interface org.codehaus.stax2.XMLStreamWriter2
-
Method that writes specified content as is, without encoding or
deciphering it in any way.
- writeSpace(char[], int, int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeSpace(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeSpace(String) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeSpace(char[], int, int) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeSpace(String) - Method in class org.codehaus.stax2.ri.Stax2WriterImpl
-
- writeSpace(char[], int, int) - Method in class org.codehaus.stax2.ri.Stax2WriterImpl
-
- writeSpace(String) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeSpace(char[], int, int) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeSpace(String) - Method in interface org.codehaus.stax2.XMLStreamWriter2
-
Method that can be called to write whitespace-only content.
- writeSpace(char[], int, int) - Method in interface org.codehaus.stax2.XMLStreamWriter2
-
Method that can be called to write whitespace-only content.
- writeStartDocument() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeStartDocument(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeStartDocument(String, String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeStartDocument(String, String, boolean) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
-
- writeStartDocument(String, String, boolean) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
-
- writeStartDocument(String, String, boolean) - Method in class org.codehaus.stax2.ri.Stax2WriterImpl
-
- writeStartDocument(String, String, boolean) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
-
- writeStartDocument() - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeStartDocument(String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeStartDocument(String, String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeStartDocument(String, String, boolean) - Method in interface org.codehaus.stax2.XMLStreamWriter2
-
- writeStartElement(String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeStartElement(String, String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeStartElement(String, String, String) - Method in class org.codehaus.stax2.util.StreamWriterDelegate
-
- writeUsing(XMLStreamWriter2) - Method in interface org.codehaus.stax2.evt.XMLEvent2
-
- writeUsing(XMLStreamWriter2) - Method in class org.codehaus.stax2.ri.evt.AttributeEventImpl
-
- writeUsing(XMLStreamWriter2) - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
-
- writeUsing(XMLStreamWriter2) - Method in class org.codehaus.stax2.ri.evt.CharactersEventImpl
-
- writeUsing(XMLStreamWriter2) - Method in class org.codehaus.stax2.ri.evt.CommentEventImpl
-
- writeUsing(XMLStreamWriter2) - Method in class org.codehaus.stax2.ri.evt.DTDEventImpl
-
- writeUsing(XMLStreamWriter2) - Method in class org.codehaus.stax2.ri.evt.EndDocumentEventImpl
-
- writeUsing(XMLStreamWriter2) - Method in class org.codehaus.stax2.ri.evt.EndElementEventImpl
-
- writeUsing(XMLStreamWriter2) - Method in class org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl
-
- writeUsing(XMLStreamWriter2) - Method in class org.codehaus.stax2.ri.evt.EntityReferenceEventImpl
-
- writeUsing(XMLStreamWriter2) - Method in class org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl
-
This method does not make much sense for this event type -- the reason
being that the notation declarations can only be written as part of
a DTD (internal or external subset), not separately.
- writeUsing(XMLStreamWriter2) - Method in class org.codehaus.stax2.ri.evt.ProcInstrEventImpl
-
- writeUsing(XMLStreamWriter2) - Method in class org.codehaus.stax2.ri.evt.StartDocumentEventImpl
-
- writeUsing(XMLStreamWriter2) - Method in class org.codehaus.stax2.ri.evt.StartElementEventImpl
-
- _attrList - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
Lazily instantiated List of all actual attributes for the
current (start) element, NOT including namespace declarations.
- _base64Decoder - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
Lazily-constructed decoder object for decoding base64 encoded
binary content.
- _base64Decoder() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- _base64Decoder - Variable in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
Lazily-constructed decoder object for decoding base64 encoded
binary content.
- _base64Decoder() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- _cfgInternNames - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
By default we do not force interning of names: can be
reset by sub-classes.
- _cfgInternNsURIs - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
By default we do not force interning of namespace URIs: can be
reset by sub-classes.
- _cfgNsAware - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- _clean(String) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecoderBase
-
- _coalescedText - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
In coalescing mode, we may need to combine textual content
from multiple adjacent nodes.
- _coalescing - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- _constructTypeException(IllegalArgumentException, String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- _constructTypeException(String, String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- _constructTypeException(IllegalArgumentException, String) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- _constructTypeException(String, String) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- _constructTypeException(IllegalArgumentException, String) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- _currEvent - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- _currNode - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
Current node is the DOM node that contains information
regarding the current event.
- _decoderFactory - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
Factory used for constructing decoders we need for typed access
- _decoderFactory() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- _decoderFactory - Variable in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
Factory used for constructing decoders we need for typed access
- _decoderFactory() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- _decoderFactory - Variable in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
Factory used for constructing decoders we need for typed access
- _decoderFactory() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
-
- _depth - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- _depth - Variable in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
Number of open (start) elements currently.
- _doubleEncoder - Variable in class org.codehaus.stax2.ri.typed.ValueEncoderFactory
-
- _floatEncoder - Variable in class org.codehaus.stax2.ri.typed.ValueEncoderFactory
-
- _getAttributeAsArray(TypedArrayDecoder, String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- _getAttributeAsArray(TypedArrayDecoder, String) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
- _intEncoder - Variable in class org.codehaus.stax2.ri.typed.ValueEncoderFactory
-
- _internName(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
Method called to do additional intern()ing for a name, if and as
necessary
- _internNsURI(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- _longEncoder - Variable in class org.codehaus.stax2.ri.typed.ValueEncoderFactory
-
- _nsDeclList - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
Lazily instantiated String pairs of all namespace declarations for the
current (start/end) element.
- _rootNode - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- _systemId - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
- _textBuffer - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
-
Helper object used for combining segments of text as needed
- _tokenEncoder - Variable in class org.codehaus.stax2.ri.typed.ValueEncoderFactory
-
- _typedContent - Variable in class org.codehaus.stax2.ri.Stax2ReaderAdapter
-
Content temporarily cached to be used for decoding typed content
that is in chunked mode (int/long/float/double arrays, base64
encoded binary data)