A B C D E F G H I L M N O P R S T U V W X _ 

A

add(XMLEvent) - Method in class org.codehaus.stax2.ri.Stax2EventWriterImpl
Basic implementation of the method which will use event implementations available as part of the reference implementation.
add(XMLEventReader) - Method in class org.codehaus.stax2.ri.Stax2EventWriterImpl
 
addDefaultAttribute(String, String, String, String) - Method in interface org.codehaus.stax2.validation.AttributeContainer
Method that can be used to add a new attribute value for an attribute that was not yet contained by the container, as part of using attribute default value mechanism.
addDefaultAttribute(String, String, String, String) - Method in interface org.codehaus.stax2.validation.ValidationContext
An optional method that can be used to add a new attribute value for an attribute that was not yet contained by the container, as part of using attribute default value mechanism.
addFullBlock(byte[]) - Method in class org.codehaus.stax2.ri.Stax2Util.ByteAggregator
Method used to add bufferful of data to the aggregator, and get another buffer to read more data into.
addHash(Iterator<?>, int) - Static method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 
addToList(ArrayList<T>, T) - Method in class org.codehaus.stax2.ri.evt.MergedNsContext
 
aggregateAll(byte[], int) - Method in class org.codehaus.stax2.ri.Stax2Util.ByteAggregator
Method called when results are finalized and we can get the full aggregated result buffer to return to the caller
allocate(XMLStreamReader) - Method in class org.codehaus.stax2.ri.evt.Stax2EventAllocatorImpl
 
allocate(XMLStreamReader, XMLEventConsumer) - Method in class org.codehaus.stax2.ri.evt.Stax2EventAllocatorImpl
 
append(String) - Method in class org.codehaus.stax2.ri.Stax2Util.TextBuffer
 
appendLeaf(Node) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
 
asCharacters() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 
asCharacters() - Method in class org.codehaus.stax2.ri.evt.CharactersEventImpl
 
AsciiValueEncoder - Class in org.codehaus.stax2.ri.typed
This base class defines interface used for efficient encoding of typed values, by stream writers.
AsciiValueEncoder() - Constructor for class org.codehaus.stax2.ri.typed.AsciiValueEncoder
 
asEndElement() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 
asEndElement() - Method in class org.codehaus.stax2.ri.evt.EndElementEventImpl
 
asStartElement() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 
asStartElement() - Method in class org.codehaus.stax2.ri.evt.StartElementEventImpl
 
ATTR_TYPE_DEFAULT - Static variable in class org.codehaus.stax2.validation.ValidatorPair
 
AttributeContainer - Interface in org.codehaus.stax2.validation
Interface that is used to allow validators to do attribute defaulting.
AttributeEventImpl - Class in org.codehaus.stax2.ri.evt
 
AttributeEventImpl(Location, String, String, String, String, boolean) - Constructor for class org.codehaus.stax2.ri.evt.AttributeEventImpl
 
AttributeEventImpl(Location, QName, String, boolean) - Constructor for class org.codehaus.stax2.ri.evt.AttributeEventImpl
 
AttributeInfo - Interface in org.codehaus.stax2
Interface that specifies additional access methods for accessing combined attribute information reader has, after parsing individual and combining that with DTD information (if any available; depends on parser's mode).

B

BASE64_VALUE_INVALID - Static variable in class org.codehaus.stax2.typed.Base64Variant
Marker used to denote ascii characters that do not correspond to a 6-bit value (in this variant), and is not used as a padding character.
BASE64_VALUE_PADDING - Static variable in class org.codehaus.stax2.typed.Base64Variant
Marker used to denote ascii character (in decoding table) that is the padding character using this variant (if any).
Base64Variant - Class in org.codehaus.stax2.typed
This abstract base class is used to define specific details of which variant of Base64 encoding/decoding is to be used.
Base64Variant(String, String, boolean, char, int) - Constructor for class org.codehaus.stax2.typed.Base64Variant
 
Base64Variant(Base64Variant, String, int) - Constructor for class org.codehaus.stax2.typed.Base64Variant
"Copy constructor" that can be used when the base alphabet is identical to one used by another variant except for the maximum line length (and obviously, name).
Base64Variant(Base64Variant, String, boolean, char, int) - Constructor for class org.codehaus.stax2.typed.Base64Variant
"Copy constructor" that can be used when the base alphabet is identical to one used by another variant, but other details (padding, maximum line length) differ
Base64Variants - Class in org.codehaus.stax2.typed
This class is used as a container for commonly used Base64 variants.
Base64Variants() - Constructor for class org.codehaus.stax2.typed.Base64Variants
 
BaseEventImpl - Class in org.codehaus.stax2.ri.evt
This abstract base class implements common functionality for Stax2 reference implementation's event API part.
BaseEventImpl(Location) - Constructor for class org.codehaus.stax2.ri.evt.BaseEventImpl
 
bufferNeedsFlush(int) - Method in class org.codehaus.stax2.ri.typed.AsciiValueEncoder
Method called by writer to check if it should flush its output buffer (which has specified amount of free space) before encoder can encode more data.

C

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<Namespace>) - 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
This value is similar to XMLValidator.CONTENT_ALLOW_WS_NONSTRICT, but only used for content typing purposes, not for validation.
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.
create(T) - Static method in class org.codehaus.stax2.ri.SingletonIterator
 
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
Method called to create a new XMLInputFactory2 instance.
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
Method called to create a new XMLOutputFactory2 instance.
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
Method called to create a new XMLValidationSchemaFactory instance.
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
 

D

decode(byte[], int, int) - Method in class org.codehaus.stax2.ri.typed.CharArrayBase64Decoder
 
decode(byte[], int, int) - Method in class org.codehaus.stax2.ri.typed.StringBase64Decoder
 
decode(String) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.BooleanDecoder
 
decode(char[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.BooleanDecoder
 
decode(String) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecimalDecoder
 
decode(char[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecimalDecoder
 
decode(String) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DoubleDecoder
 
decode(char[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DoubleDecoder
 
decode(String) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.FloatDecoder
 
decode(char[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.FloatDecoder
 
decode(String) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntDecoder
 
decode(char[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntDecoder
 
decode(String) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntegerDecoder
 
decode(char[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntegerDecoder
 
decode(String) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.LongDecoder
 
decode(char[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.LongDecoder
 
decode(String) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.QNameDecoder
 
decode(char[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.QNameDecoder
 
decode(String) - Method in class org.codehaus.stax2.typed.TypedValueDecoder
Method used to invoke decoding functionality, for decoding the value encoded in given substring.
decode(char[], int, int) - Method in class org.codehaus.stax2.typed.TypedValueDecoder
Method used to invoke decoding functionality, for decoding the value encoded in given portion of character array It is to try decoding value, and either store decoded value for later access (using method(s) caller knows about), or throw an exception to indicate problem encountered.
decodeBase64Byte(byte) - Method in class org.codehaus.stax2.typed.Base64Variant
 
decodeBase64Char(char) - Method in class org.codehaus.stax2.typed.Base64Variant
 
decodeValue(String) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DoubleArrayDecoder
 
decodeValue(char[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DoubleArrayDecoder
 
decodeValue(String) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.FloatArrayDecoder
 
decodeValue(char[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.FloatArrayDecoder
 
decodeValue(String) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntArrayDecoder
 
decodeValue(char[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntArrayDecoder
 
decodeValue(String) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.LongArrayDecoder
 
decodeValue(char[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.LongArrayDecoder
 
decodeValue(String) - Method in class org.codehaus.stax2.typed.TypedArrayDecoder
Method called to decode single (element) value that given textual input contains and store it in result array.
decodeValue(char[], int, int) - Method in class org.codehaus.stax2.typed.TypedArrayDecoder
 
doGetDocumentTypeDeclaration() - Method in class org.codehaus.stax2.ri.evt.DTDEventImpl
 
DOMWrappingReader - Class in org.codehaus.stax2.ri.dom
This is an adapter class that presents a DOM document as if it was a regular XMLStreamReader.
DOMWrappingReader(DOMSource, boolean, boolean) - Constructor for class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
DOMWrappingWriter - Class in org.codehaus.stax2.ri.dom
This is an adapter class that partially implements XMLStreamWriter as a facade on top of a DOM document or Node, allowing one to basically construct DOM trees via Stax API.
DOMWrappingWriter(Node, boolean, boolean) - Constructor for class org.codehaus.stax2.ri.dom.DOMWrappingWriter
 
DTD2 - Interface in org.codehaus.stax2.evt
Interface that extends basic DTD with methods that are necessary to completely reproduce actual DOCTYPE declaration constructs in xml documents.
DTDEventImpl - Class in org.codehaus.stax2.ri.evt
Vanilla implementation of a DTD event.
DTDEventImpl(Location, String, String, String, String, Object) - Constructor for class org.codehaus.stax2.ri.evt.DTDEventImpl
 
DTDEventImpl(Location, String, String) - Constructor for class org.codehaus.stax2.ri.evt.DTDEventImpl
Constructor used when only partial information is available.
DTDEventImpl(Location, String) - Constructor for class org.codehaus.stax2.ri.evt.DTDEventImpl
 
DTDInfo - Interface in org.codehaus.stax2
Interface that specifies additional access functionality to parsed DTD information (if any); these methods are encapsulated on a separate interface to keep the main reader interface from exploding.
DTDValidationSchema - Interface in org.codehaus.stax2.validation
Specialized interface that covers schema features unique to DTDs.

E

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<Namespace>) - 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
Method that can be called if the internal result buffer fills up (when ValueDecoderFactory.BaseArrayDecoder.hasRoom() returns false) and will expand result buffer to hold at least one more value.
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
 

F

FEATURE_DTD_OVERRIDE - Static variable in interface org.codehaus.stax2.XMLStreamReader2
Deprecated.
findAttributeIndex(String, String) - Method in interface org.codehaus.stax2.AttributeInfo
 
findAttributeIndex(String, String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
findAttributeIndex(String, String) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
 
findAttributeIndex(String, String) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
 
findAttributeIndex(String, String) - Method in interface org.codehaus.stax2.validation.ValidationContext
 
findErrorDesc(int, int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
Method used to locate error message description to use.
flush() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
 
flush() - Method in class org.codehaus.stax2.ri.Stax2EventWriterImpl
 
flush() - Method in class org.codehaus.stax2.util.StreamWriterDelegate
 

G

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
Convenience method that can be used similar to read binary content instead of TypedXMLStreamReader.readElementAsBinary(byte[], int, int, org.codehaus.stax2.typed.Base64Variant), in cases where neither performance nor memory usage is a big concern.
getElementAsBinary(Base64Variant) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
Convenience method that can be used similar to read binary content instead of TypedXMLStreamReader.readElementAsBinary(byte[], int, int, org.codehaus.stax2.typed.Base64Variant), in cases where neither performance nor memory usage is a big concern.
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
Deprecated.
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
This method returns a namespace context object that contains information identical to that returned by XMLStreamReader.getNamespaceContext(), but one that is not transient.
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
Method similar to DTDInfo.getProcessedDTD(), but type-safe.
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
Method similar to DOMWrappingReader.getText(), except that it just uses provided Writer to write all textual content.
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).

H

handleEmptyValue() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecoderBase
Method called if the value to decode does not contain any non-white space characters (including the case where typed accessor is called for an empty element).
handleEmptyValue() - Method in class org.codehaus.stax2.typed.TypedValueDecoder
Method called in cases where value to decode would be empty, after trimming leading and trailing white space.
hashCode() - Method in class org.codehaus.stax2.ri.evt.AttributeEventImpl
 
hashCode() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
Declared abstract to force redefinition by sub-classes
hashCode() - Method in class org.codehaus.stax2.ri.evt.CharactersEventImpl
 
hashCode() - Method in class org.codehaus.stax2.ri.evt.CommentEventImpl
 
hashCode() - Method in class org.codehaus.stax2.ri.evt.DTDEventImpl
 
hashCode() - Method in class org.codehaus.stax2.ri.evt.EndDocumentEventImpl
 
hashCode() - Method in class org.codehaus.stax2.ri.evt.EndElementEventImpl
 
hashCode() - Method in class org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl
 
hashCode() - Method in class org.codehaus.stax2.ri.evt.EntityReferenceEventImpl
 
hashCode() - Method in class org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl
 
hashCode() - Method in class org.codehaus.stax2.ri.evt.ProcInstrEventImpl
 
hashCode() - Method in class org.codehaus.stax2.ri.evt.StartDocumentEventImpl
 
hashCode() - Method in class org.codehaus.stax2.ri.evt.StartElementEventImpl
 
hasName() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
hasNext() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
hasNext() - Method in class org.codehaus.stax2.ri.EmptyIterator
 
hasNext() - Method in class org.codehaus.stax2.ri.evt.Stax2EventReaderAdapter
 
hasNext() - Method in class org.codehaus.stax2.ri.evt.Stax2FilteredEventReader
 
hasNext() - Method in class org.codehaus.stax2.ri.SingletonIterator
 
hasNext() - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
 
hasNextEvent() - Method in class org.codehaus.stax2.ri.evt.Stax2EventReaderAdapter
 
hasNextEvent() - Method in class org.codehaus.stax2.ri.evt.Stax2FilteredEventReader
 
hasNextEvent() - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
Note: although the interface allows implementations to throw an XMLStreamException, the reference implementation doesn't currently need to.
hasNextEvent() - Method in interface org.codehaus.stax2.XMLEventReader2
Method that is similar to XMLEventReader.hasNext(), except that it can throw a XMLStreamException.
hasRoom() - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.BaseArrayDecoder
 
hasRoom() - Method in class org.codehaus.stax2.typed.TypedArrayDecoder
 
hasText() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 

I

init(Base64Variant, boolean, char[], int, int, List<char[]>) - Method in class org.codehaus.stax2.ri.typed.CharArrayBase64Decoder
 
init(Base64Variant, boolean, String) - Method in class org.codehaus.stax2.ri.typed.StringBase64Decoder
 
INITIAL_RESULT_BUFFER_SIZE - Static variable in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.BaseArrayDecoder
Let's use some modest array size for allocating initial result buffer
INT_SPACE - Static variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
INTERNAL_ID_SCHEMA_DTD - Static variable in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
 
INTERNAL_ID_SCHEMA_RELAXNG - Static variable in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
 
INTERNAL_ID_SCHEMA_TREX - Static variable in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
 
INTERNAL_ID_SCHEMA_W3C - Static variable in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
 
isAttribute() - Method in class org.codehaus.stax2.ri.evt.AttributeEventImpl
 
isAttribute() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 
isAttributeSpecified(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
isCData() - Method in class org.codehaus.stax2.ri.evt.CharactersEventImpl
 
isCharacters() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
isCharacters() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 
isCharacters() - Method in class org.codehaus.stax2.ri.evt.CharactersEventImpl
 
isCompleted() - Method in class org.codehaus.stax2.ri.typed.AsciiValueEncoder
Method that can alternatively be called to determine whether encoder has encoded all data it has.
isDefaultNamespaceDeclaration() - Method in class org.codehaus.stax2.ri.evt.NamespaceEventImpl
 
isEmpty() - Method in class org.codehaus.stax2.ri.Stax2Util.TextBuffer
 
isEmptyElement() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
isEmptyElement() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
Alas, there is no way to find this out via Stax 1.0, so this implementation always returns false.
isEmptyElement() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
 
isEmptyElement() - Method in class org.codehaus.stax2.util.StreamReader2Delegate
 
isEmptyElement() - Method in interface org.codehaus.stax2.XMLStreamReader2
Method that can be used to check whether current START_ELEMENT event was created for an empty element (xml short-hand notation where one tag implies start and end, ending with "/>"), or not.
isEndDocument() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 
isEndDocument() - Method in class org.codehaus.stax2.ri.evt.EndDocumentEventImpl
 
isEndElement() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
isEndElement() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 
isEndElement() - Method in class org.codehaus.stax2.ri.evt.EndElementEventImpl
 
isEntityReference() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 
isEntityReference() - Method in class org.codehaus.stax2.ri.evt.EntityReferenceEventImpl
 
isIgnorableWhiteSpace() - Method in class org.codehaus.stax2.ri.evt.CharactersEventImpl
 
isNamespace() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 
isNamespace() - Method in class org.codehaus.stax2.ri.evt.NamespaceEventImpl
 
isNotationDeclared(String) - Method in interface org.codehaus.stax2.validation.ValidationContext
 
isProcessingInstruction() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 
isProcessingInstruction() - Method in class org.codehaus.stax2.ri.evt.ProcInstrEventImpl
 
isPropertySupported(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
isPropertySupported(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
 
isPropertySupported(String) - Method in class org.codehaus.stax2.ri.evt.Stax2EventReaderAdapter
 
isPropertySupported(String) - Method in class org.codehaus.stax2.ri.evt.Stax2FilteredEventReader
 
isPropertySupported(String) - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
 
isPropertySupported(String) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
 
isPropertySupported(String) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
 
isPropertySupported(String) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
 
isPropertySupported(String) - Method in class org.codehaus.stax2.ri.Stax2WriterImpl
 
isPropertySupported(String) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
 
isPropertySupported(String) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
 
isPropertySupported(String) - Method in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
 
isPropertySupported(String) - Method in interface org.codehaus.stax2.XMLEventReader2
Method similar to XMLInputFactory.isPropertySupported(java.lang.String), used to determine whether a property is supported by the Reader instance.
isPropertySupported(String) - Method in interface org.codehaus.stax2.XMLStreamReader2
Method similar to XMLInputFactory.isPropertySupported(java.lang.String), used to determine whether a property is supported by the Reader instance.
isPropertySupported(String) - Method in interface org.codehaus.stax2.XMLStreamWriter2
Method similar to XMLOutputFactory.isPropertySupported(java.lang.String), used to determine whether a property is supported by the Writer instance.
isSpecified() - Method in class org.codehaus.stax2.ri.evt.AttributeEventImpl
 
isStandalone() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
isStandalone() - Method in class org.codehaus.stax2.ri.evt.StartDocumentEventImpl
 
isStartDocument() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 
isStartDocument() - Method in class org.codehaus.stax2.ri.evt.StartDocumentEventImpl
 
isStartElement() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
isStartElement() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 
isStartElement() - Method in class org.codehaus.stax2.ri.evt.StartElementEventImpl
 
isUnparsedEntityDeclared(String) - Method in interface org.codehaus.stax2.validation.ValidationContext
 
isWhiteSpace() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
isWhiteSpace() - Method in class org.codehaus.stax2.ri.evt.CharactersEventImpl
 
iteratedEquals(Iterator<?>, Iterator<?>) - Static method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 

L

lexicalDesc(char[], int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecoderBase
 
lexicalDesc(String) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecoderBase
 
LocationInfo - Interface in org.codehaus.stax2
Interface that specifies additional access methods for accessing full location information of an input location within a stream reader.

M

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
 
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.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
 
mDTD - Variable in class org.codehaus.stax2.ri.evt.DTDEventImpl
 
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<Namespace>) - 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
 
mFullText - Variable in class org.codehaus.stax2.ri.evt.DTDEventImpl
Full textual presentation of the DOCTYPE event; usually only constructed when needed, but sometimes (when using 'broken' older StAX interfaces), may be the only piece that's actually passed.
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
 
mInternalSubset - Variable in class org.codehaus.stax2.ri.evt.DTDEventImpl
 
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
Deprecated.
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.EndElementEventImpl
 
mName - Variable in class org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl
 
mNamespaces - Variable in class org.codehaus.stax2.ri.evt.EndElementEventImpl
 
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.
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
 
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
 
mPublicId - Variable in class org.codehaus.stax2.ri.evt.DTDEventImpl
 
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)
mRootName - Variable in class org.codehaus.stax2.ri.evt.DTDEventImpl
 
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
 
mSystemId - Variable in class org.codehaus.stax2.ri.evt.DTDEventImpl
 
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
 

N

NamespaceEventImpl - Class in org.codehaus.stax2.ri.evt
Implementation of Namespace.
NamespaceEventImpl(Location, String) - Constructor for class org.codehaus.stax2.ri.evt.NamespaceEventImpl
Constructor for default namespace declaration.
NamespaceEventImpl(Location, String, String) - Constructor for class org.codehaus.stax2.ri.evt.NamespaceEventImpl
Constructor for non-default namespace declaration.
newInstance() - Method in class org.codehaus.stax2.ri.evt.Stax2EventAllocatorImpl
 
newInstance(String) - Static method in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
Creates a new XMLValidationFactory instance, using the default instance configuration mechanism.
newInstance(String, ClassLoader) - Static method in class org.codehaus.stax2.validation.XMLValidationSchemaFactory
 
next() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
next() - Method in class org.codehaus.stax2.ri.EmptyIterator
 
next() - Method in class org.codehaus.stax2.ri.evt.Stax2EventReaderAdapter
 
next() - Method in class org.codehaus.stax2.ri.evt.Stax2FilteredEventReader
 
next() - Method in class org.codehaus.stax2.ri.SingletonIterator
 
next() - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
 
next() - Method in class org.codehaus.stax2.ri.Stax2FilteredStreamReader
 
next() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
 
nextEvent() - Method in class org.codehaus.stax2.ri.evt.Stax2EventReaderAdapter
 
nextEvent() - Method in class org.codehaus.stax2.ri.evt.Stax2FilteredEventReader
 
nextEvent() - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
 
nextTag() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
nextTag() - Method in class org.codehaus.stax2.ri.evt.Stax2EventReaderAdapter
 
nextTag() - Method in class org.codehaus.stax2.ri.evt.Stax2FilteredEventReader
 
nextTag() - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
 
nextTag() - Method in class org.codehaus.stax2.ri.Stax2FilteredStreamReader
 
NOT_AVAILABLE - Static variable in interface org.codehaus.stax2.XMLStreamLocation2
"Dummy" Location implementation and instance that can be return instead of null, when no location information is available.
NotationDeclaration2 - Interface in org.codehaus.stax2.evt
Interface that extends basic NotationDeclaration to add support for handling Base URI needed to resolve Notation references.
NotationDeclarationEventImpl - Class in org.codehaus.stax2.ri.evt
 
NotationDeclarationEventImpl(Location, String, String, String) - Constructor for class org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl
 
NumberUtil - Class in org.codehaus.stax2.ri.typed
Helper class that contains method for converting numeric values to and from String representations.
NumberUtil() - Constructor for class org.codehaus.stax2.ri.typed.NumberUtil
 

O

org.codehaus.stax2 - package org.codehaus.stax2
 
org.codehaus.stax2.evt - package org.codehaus.stax2.evt
 
org.codehaus.stax2.io - package org.codehaus.stax2.io
 
org.codehaus.stax2.osgi - package org.codehaus.stax2.osgi
 
org.codehaus.stax2.ri - package org.codehaus.stax2.ri
Package that contains a skeletal reference implementation of Stax2 API, as well as some utility/helper classes that can be useful in building one.
org.codehaus.stax2.ri.dom - package org.codehaus.stax2.ri.dom
 
org.codehaus.stax2.ri.evt - package org.codehaus.stax2.ri.evt
 
org.codehaus.stax2.ri.typed - package org.codehaus.stax2.ri.typed
 
org.codehaus.stax2.typed - package org.codehaus.stax2.typed
 
org.codehaus.stax2.util - package org.codehaus.stax2.util
 
org.codehaus.stax2.validation - package org.codehaus.stax2.validation
 
OSGI_SVC_PROP_IMPL_NAME - Static variable in interface org.codehaus.stax2.osgi.Stax2InputFactoryProvider
Service property that defines name of Stax2 implementation that this provider represents.
OSGI_SVC_PROP_IMPL_NAME - Static variable in interface org.codehaus.stax2.osgi.Stax2OutputFactoryProvider
Service property that defines name of Stax2 implementation that this provider represents.
OSGI_SVC_PROP_IMPL_NAME - Static variable in interface org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
Service property that defines name of Stax2 implementation that this provider represents.
OSGI_SVC_PROP_IMPL_VERSION - Static variable in interface org.codehaus.stax2.osgi.Stax2InputFactoryProvider
Service property that defines version of Stax2 implementation that this provider represents.
OSGI_SVC_PROP_IMPL_VERSION - Static variable in interface org.codehaus.stax2.osgi.Stax2OutputFactoryProvider
Service property that defines version of Stax2 implementation that this provider represents.
OSGI_SVC_PROP_IMPL_VERSION - Static variable in interface org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
Service property that defines version of Stax2 implementation that this provider represents.
OSGI_SVC_PROP_SCHEMA_TYPE - Static variable in interface org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
Service property that defines type of Schemas (one of constants from XMLValidationSchema, such as XMLValidationSchema.SCHEMA_ID_DTD) that the schema factory this provider handles supports.

P

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
 

R

readElementAsArray(TypedArrayDecoder) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
readElementAsArray(TypedArrayDecoder) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
 
readElementAsArray(TypedArrayDecoder) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
Actual implementation needs to implement tokenization and state keeping.
readElementAsArray(TypedArrayDecoder) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
Read an element content as an array of tokens.
readElementAsArray(TypedArrayDecoder) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
 
readElementAsBinary(byte[], int, int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
readElementAsBinary(byte[], int, int, Base64Variant) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
readElementAsBinary(byte[], int, int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
 
readElementAsBinary(byte[], int, int, Base64Variant) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
 
readElementAsBinary(byte[], int, int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
 
readElementAsBinary(Base64Variant, byte[], int, int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
 
readElementAsBinary(byte[], int, int, Base64Variant) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
Read element content as decoded byte sequence; possibly only reading a fragment of all element content.
readElementAsBinary(byte[], int, int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
 
readElementAsBinary(byte[], int, int) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
 
readElementAsBinary(byte[], int, int, Base64Variant) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
 
readElementAsDoubleArray(double[], int, int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
readElementAsDoubleArray(double[], int, int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
 
readElementAsDoubleArray(double[], int, int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
 
readElementAsDoubleArray(double[], int, int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
 
readElementAsDoubleArray(double[], int, int) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
 
readElementAsFloatArray(float[], int, int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
readElementAsFloatArray(float[], int, int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
 
readElementAsFloatArray(float[], int, int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
 
readElementAsFloatArray(float[], int, int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
 
readElementAsFloatArray(float[], int, int) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
 
readElementAsIntArray(int[], int, int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
readElementAsIntArray(int[], int, int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
 
readElementAsIntArray(int[], int, int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
 
readElementAsIntArray(int[], int, int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
Read an element content as an int array.
readElementAsIntArray(int[], int, int) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
 
readElementAsLongArray(long[], int, int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
readElementAsLongArray(long[], int, int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
 
readElementAsLongArray(long[], int, int) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
 
readElementAsLongArray(long[], int, int) - Method in interface org.codehaus.stax2.typed.TypedXMLStreamReader
 
readElementAsLongArray(long[], int, int) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
 
remove() - Method in class org.codehaus.stax2.ri.EmptyIterator
 
remove() - Method in class org.codehaus.stax2.ri.evt.Stax2EventReaderAdapter
Note: only here because we implement Iterator interface.
remove() - Method in class org.codehaus.stax2.ri.evt.Stax2FilteredEventReader
Note: only here because we implement Iterator interface
remove() - Method in class org.codehaus.stax2.ri.SingletonIterator
 
remove() - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
Note: only here because we implement Iterator interface.
removeValidator(XMLValidator, XMLValidationSchema, XMLValidator[]) - Static method in class org.codehaus.stax2.validation.ValidatorPair
 
removeValidator(XMLValidator, XMLValidator, XMLValidator[]) - Static method in class org.codehaus.stax2.validation.ValidatorPair
 
report(XMLValidationProblem) - Method in interface org.codehaus.stax2.XMLReporter2
Reporting method called with reference to object that defines exact problem being encountered.
reportParseProblem(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
reportProblem(String) - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
 
reportProblem(String, Location) - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
 
reportProblem(XMLValidationProblem) - Method in interface org.codehaus.stax2.validation.ValidationContext
Method called by the validator, upon encountering a validation problem.
reportProblem(XMLValidationProblem) - Method in interface org.codehaus.stax2.validation.ValidationProblemHandler
Method called by validator, when a validation problem is encountered.
reportUnsupported(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
 
reportWrongState(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
require(int, String, String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
reset() - Method in class org.codehaus.stax2.ri.Stax2Util.TextBuffer
 
resolveQName(String) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.QNameDecoder
 
resolveQName(String, String) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.QNameDecoder
 

S

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<T> - Class in org.codehaus.stax2.ri
Simple read-only iterator that iterators over one specific item, passed in as constructor argument.
SingletonIterator(T) - Constructor for class org.codehaus.stax2.ri.SingletonIterator
Deprecated.
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<Attribute>, ArrayList<Namespace>, 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 Stax2Results 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 Stax2Sources 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
Simple implementation of Stax2BlockSource that encapsulates a byte array.
Stax2ByteArraySource(byte[], int, int) - Constructor for class org.codehaus.stax2.io.Stax2ByteArraySource
 
Stax2CharArraySource - Class in org.codehaus.stax2.io
Simple implementation of Stax2BlockSource that encapsulates an char array.
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
Almost complete implementation of XMLEventReader2, built on top of a generic XMLStreamReader implementation (using aggregation).
Stax2EventReaderImpl(XMLEventAllocator, XMLStreamReader2) - Constructor for class org.codehaus.stax2.ri.Stax2EventReaderImpl
 
Stax2EventWriterImpl - Class in org.codehaus.stax2.ri
Simple implementation of XMLEventWriter.
Stax2EventWriterImpl(XMLStreamWriter2) - Constructor for class org.codehaus.stax2.ri.Stax2EventWriterImpl
 
Stax2FileResult - Class in org.codehaus.stax2.io
Simple implementation of Stax2ReferentialResult, which refers to the specific file.
Stax2FileResult(File) - Constructor for class org.codehaus.stax2.io.Stax2FileResult
 
Stax2FileSource - Class in org.codehaus.stax2.io
Simple implementation of Stax2ReferentialSource, which refers to the specific file.
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 Stax2Results 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 Stax2Sources 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
Simple implementation of Stax2BlockSource that encapsulates a simple String.
Stax2StringSource(String) - Constructor for class org.codehaus.stax2.io.Stax2StringSource
 
Stax2URLSource - Class in org.codehaus.stax2.io
Simple implementation of Stax2ReferentialSource, which refers to the specific file.
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
Simple interface to be used for registering objects that can construct XMLValidationSchemaFactory instances with OSGi framework.
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
Method that can be called by application to stop validating output against a schema, for which Validatable.validateAgainst(org.codehaus.stax2.validation.XMLValidationSchema) was called earlier.
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
Similar to StreamReaderDelegate, but implements a proxy for XMLStreamWriter.
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).

T

throwFromIOE(IOException) - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 
throwMissing() - Static method in exception org.codehaus.stax2.validation.XMLValidationException
 
throwNotStartElem(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
 
throwNotStartElem() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
 
throwNotStartElemOrTextual(int) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
 
throwOutputError(String) - Static method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
 
throwOutputError(String, Object) - Static method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
 
throwStreamException(String, Location) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
throwStreamException(String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
throwUnchecked(XMLStreamException) - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
 
throwUnsupported() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
 
throwUnsupported() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
 
toException() - Method in class org.codehaus.stax2.validation.XMLValidationProblem
Convenience method for constructing a XMLValidationException to throw based on information contained in this object.
toString() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 
toString() - Method in class org.codehaus.stax2.typed.Base64Variant
 
trimSpaces(String) - Static method in class org.codehaus.stax2.ri.Stax2Util
Method called to trim leading and/or trailing space that given lexical value has.
TypedArrayDecoder - Class in org.codehaus.stax2.typed
Base class that defines decoder used for decoding multiple elements of an array type.
TypedArrayDecoder() - Constructor for class org.codehaus.stax2.typed.TypedArrayDecoder
 
TypedValueDecoder - Class in org.codehaus.stax2.typed
Base class that defines generic typed value decoder API used by TypedXMLStreamReader to allow for efficient customized decoding of textual xml content into actual typed values.
TypedValueDecoder() - Constructor for class org.codehaus.stax2.typed.TypedValueDecoder
 
TypedXMLStreamException - Exception in org.codehaus.stax2.typed
This class represents an exception throw by an TypedXMLStreamReader or an TypedXMLStreamWriter.
TypedXMLStreamException(String, String) - Constructor for exception org.codehaus.stax2.typed.TypedXMLStreamException
Construct an exception with the associated message.
TypedXMLStreamException(String, IllegalArgumentException) - Constructor for exception org.codehaus.stax2.typed.TypedXMLStreamException
Constructor used to wrap an underlying data conversion error message.
TypedXMLStreamException(String, String, IllegalArgumentException) - Constructor for exception org.codehaus.stax2.typed.TypedXMLStreamException
Construct an exception with the associated message and exception
TypedXMLStreamException(String, String, Location, IllegalArgumentException) - Constructor for exception org.codehaus.stax2.typed.TypedXMLStreamException
Construct an exception with the associated message, exception and location.
TypedXMLStreamException(String, String, Location) - Constructor for exception org.codehaus.stax2.typed.TypedXMLStreamException
Construct an exception with the associated message, exception and location.
TypedXMLStreamReader - Interface in org.codehaus.stax2.typed
This interface provides a typed extension to XMLStreamReader.
TypedXMLStreamWriter - Interface in org.codehaus.stax2.typed
This interface provides a typed extension to XMLStreamWriter.

U

usesPadding() - Method in class org.codehaus.stax2.typed.Base64Variant
 
usesPaddingChar(char) - Method in class org.codehaus.stax2.typed.Base64Variant
 

V

Validatable - Interface in org.codehaus.stax2.validation
Interface that defines API that Stax2 validation system exposes to the applications.
validateAgainst(XMLValidationSchema) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
validateAgainst(XMLValidationSchema) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingWriter
 
validateAgainst(XMLValidationSchema) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
 
validateAgainst(XMLValidationSchema) - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
 
validateAgainst(XMLValidationSchema) - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
 
validateAgainst(XMLValidationSchema) - Method in class org.codehaus.stax2.ri.Stax2WriterImpl
 
validateAgainst(XMLValidationSchema) - Method in class org.codehaus.stax2.util.StreamReader2Delegate
 
validateAgainst(XMLValidationSchema) - Method in class org.codehaus.stax2.util.StreamWriter2Delegate
 
validateAgainst(XMLValidationSchema) - Method in interface org.codehaus.stax2.validation.Validatable
Method that will construct a XMLValidator instance from the given schema (unless a validator for that schema has already been added), initialize it if necessary, and make validatable object (reader, writer) call appropriate validation methods from this point on until the end of the document (that is, it's not scoped with sub-trees), or until validator is removed by an explicit call to Validatable.stopValidatingAgainst(org.codehaus.stax2.validation.XMLValidationSchema).
validateAttribute(String, String, String, String) - Method in class org.codehaus.stax2.validation.ValidatorPair
 
validateAttribute(String, String, String, char[], int, int) - Method in class org.codehaus.stax2.validation.ValidatorPair
 
validateAttribute(String, String, String, String) - Method in class org.codehaus.stax2.validation.XMLValidator
Callback method called on validator to give it a chance to validate the value of an attribute, as well as to normalize its value if appropriate (remove leading/trailing/intervening white space for certain token types etc.).
validateAttribute(String, String, String, char[], int, int) - Method in class org.codehaus.stax2.validation.XMLValidator
Callback method called on validator to give it a chance to validate the value of an attribute, as well as to normalize its value if appropriate (remove leading/trailing/intervening white space for certain token types etc.).
validateElementAndAttributes() - Method in class org.codehaus.stax2.validation.ValidatorPair
 
validateElementAndAttributes() - Method in class org.codehaus.stax2.validation.XMLValidator
Method called after calling XMLValidator.validateAttribute(java.lang.String, java.lang.String, java.lang.String, java.lang.String) on all attributes (if any), but before starting to handle element content.
validateElementEnd(String, String, String) - Method in class org.codehaus.stax2.validation.ValidatorPair
 
validateElementEnd(String, String, String) - Method in class org.codehaus.stax2.validation.XMLValidator
Method called right after encountering an element close tag.
validateElementStart(String, String, String) - Method in class org.codehaus.stax2.validation.ValidatorPair
 
validateElementStart(String, String, String) - Method in class org.codehaus.stax2.validation.XMLValidator
 
validateText(String, boolean) - Method in class org.codehaus.stax2.validation.ValidatorPair
 
validateText(char[], int, int, boolean) - Method in class org.codehaus.stax2.validation.ValidatorPair
 
validateText(String, boolean) - Method in class org.codehaus.stax2.validation.XMLValidator
Method called to validate textual content.
validateText(char[], int, int, boolean) - Method in class org.codehaus.stax2.validation.XMLValidator
Method called to validate textual content.
validationCompleted(boolean) - Method in class org.codehaus.stax2.validation.ValidatorPair
 
validationCompleted(boolean) - Method in class org.codehaus.stax2.validation.XMLValidator
Method called when the validation is completed; either due to the input stream ending, or due to an explicit 'stop validation' request by the application (via context object).
ValidationContext - Interface in org.codehaus.stax2.validation
Interface that defines functionality exposed by the "owner" of the content to validate (usually a stream reader or stream writer) to validators, needed in addition to actually validatable content, for succesful validation.
ValidationProblemHandler - Interface in org.codehaus.stax2.validation
This interface defines method(s) needed to implement a custom validation problem (warning, error, fatal error) handler.
ValidatorPair - Class in org.codehaus.stax2.validation
Simple utility class that allows chaining of XMLValidator instances.
ValidatorPair(XMLValidator, XMLValidator) - Constructor for class org.codehaus.stax2.validation.ValidatorPair
 
ValueDecoderFactory - Class in org.codehaus.stax2.ri.typed
Factory class used to construct all TypedValueDecoder (and TypedArrayDecoder) instances needed by a single stream reader instance.
ValueDecoderFactory() - Constructor for class org.codehaus.stax2.ri.typed.ValueDecoderFactory
 
ValueDecoderFactory.BaseArrayDecoder - Class in org.codehaus.stax2.ri.typed
Intermediate shared base class for token array decoders.
ValueDecoderFactory.BaseArrayDecoder(int, int) - Constructor for class org.codehaus.stax2.ri.typed.ValueDecoderFactory.BaseArrayDecoder
 
ValueDecoderFactory.BooleanDecoder - Class in org.codehaus.stax2.ri.typed
 
ValueDecoderFactory.BooleanDecoder() - Constructor for class org.codehaus.stax2.ri.typed.ValueDecoderFactory.BooleanDecoder
 
ValueDecoderFactory.DecimalDecoder - Class in org.codehaus.stax2.ri.typed
 
ValueDecoderFactory.DecimalDecoder() - Constructor for class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecimalDecoder
 
ValueDecoderFactory.DecoderBase - Class in org.codehaus.stax2.ri.typed
There are some things common to all textual decoders (like white space trimming).
ValueDecoderFactory.DecoderBase() - Constructor for class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecoderBase
 
ValueDecoderFactory.DoubleArrayDecoder - Class in org.codehaus.stax2.ri.typed
 
ValueDecoderFactory.DoubleArrayDecoder(double[], int, int, ValueDecoderFactory.DoubleDecoder) - Constructor for class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DoubleArrayDecoder
 
ValueDecoderFactory.DoubleArrayDecoder(ValueDecoderFactory.DoubleDecoder) - Constructor for class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DoubleArrayDecoder
 
ValueDecoderFactory.DoubleDecoder - Class in org.codehaus.stax2.ri.typed
 
ValueDecoderFactory.DoubleDecoder() - Constructor for class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DoubleDecoder
 
ValueDecoderFactory.FloatArrayDecoder - Class in org.codehaus.stax2.ri.typed
 
ValueDecoderFactory.FloatArrayDecoder(float[], int, int, ValueDecoderFactory.FloatDecoder) - Constructor for class org.codehaus.stax2.ri.typed.ValueDecoderFactory.FloatArrayDecoder
 
ValueDecoderFactory.FloatArrayDecoder(ValueDecoderFactory.FloatDecoder) - Constructor for class org.codehaus.stax2.ri.typed.ValueDecoderFactory.FloatArrayDecoder
 
ValueDecoderFactory.FloatDecoder - Class in org.codehaus.stax2.ri.typed
 
ValueDecoderFactory.FloatDecoder() - Constructor for class org.codehaus.stax2.ri.typed.ValueDecoderFactory.FloatDecoder
 
ValueDecoderFactory.IntArrayDecoder - Class in org.codehaus.stax2.ri.typed
 
ValueDecoderFactory.IntArrayDecoder(int[], int, int, ValueDecoderFactory.IntDecoder) - Constructor for class org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntArrayDecoder
Constructor used for constructing decoders with fixed pre-allocated result buffer.
ValueDecoderFactory.IntArrayDecoder(ValueDecoderFactory.IntDecoder) - Constructor for class org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntArrayDecoder
Constructor used for constructing decoders with automatically adjusting result buffer
ValueDecoderFactory.IntDecoder - Class in org.codehaus.stax2.ri.typed
 
ValueDecoderFactory.IntDecoder() - Constructor for class org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntDecoder
 
ValueDecoderFactory.IntegerDecoder - Class in org.codehaus.stax2.ri.typed
 
ValueDecoderFactory.IntegerDecoder() - Constructor for class org.codehaus.stax2.ri.typed.ValueDecoderFactory.IntegerDecoder
 
ValueDecoderFactory.LongArrayDecoder - Class in org.codehaus.stax2.ri.typed
 
ValueDecoderFactory.LongArrayDecoder(long[], int, int, ValueDecoderFactory.LongDecoder) - Constructor for class org.codehaus.stax2.ri.typed.ValueDecoderFactory.LongArrayDecoder
 
ValueDecoderFactory.LongArrayDecoder(ValueDecoderFactory.LongDecoder) - Constructor for class org.codehaus.stax2.ri.typed.ValueDecoderFactory.LongArrayDecoder
 
ValueDecoderFactory.LongDecoder - Class in org.codehaus.stax2.ri.typed
 
ValueDecoderFactory.LongDecoder() - Constructor for class org.codehaus.stax2.ri.typed.ValueDecoderFactory.LongDecoder
 
ValueDecoderFactory.QNameDecoder - Class in org.codehaus.stax2.ri.typed
 
ValueDecoderFactory.QNameDecoder(NamespaceContext) - Constructor for class org.codehaus.stax2.ri.typed.ValueDecoderFactory.QNameDecoder
 
ValueEncoderFactory - Class in org.codehaus.stax2.ri.typed
Factory class used to construct all AsciiValueEncoder instances needed by a single stream writer instance.
ValueEncoderFactory() - Constructor for class org.codehaus.stax2.ri.typed.ValueEncoderFactory
 
verifyDigits(String, int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecoderBase
Method called to check that remaining String consists of zero or more digits
verifyDigits(char[], int, int, int) - Method in class org.codehaus.stax2.ri.typed.ValueDecoderFactory.DecoderBase
 

W

wrapIfNecessary(XMLEventReader) - Static method in class org.codehaus.stax2.ri.evt.Stax2EventReaderAdapter
Method that should be used to add dynamic support for XMLEventReader2.
wrapIfNecessary(XMLStreamReader) - Static method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
Method that should be used to add dynamic support for XMLStreamReader2.
wrapIfNecessary(XMLStreamWriter) - Static method in class org.codehaus.stax2.ri.Stax2WriterAdapter
Method that should be used to add dynamic support for XMLStreamWriter2.
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
Method similar to XMLStreamWriter.writeEndElement(), but that will always write the full end element, instead of empty element.
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
 

X

XMLEvent2 - Interface in org.codehaus.stax2.evt
Interface that extends basic XMLEvent2 with method(s) that are missing from it; specifically linkage that allows using a stream/event writer for outputting.
XMLEventFactory2 - Class in org.codehaus.stax2.evt
Interface that adds missing (but required) methods to XMLEventFactory; especially ones for creating actual well-behaving DOCTYPE events.
XMLEventFactory2() - Constructor for class org.codehaus.stax2.evt.XMLEventFactory2
 
XMLEventReader2 - Interface in org.codehaus.stax2
Extended interface that implements functionality that is missing from XMLEventReader, based on findings on trying to implement Stax API v1.0.
XMLInputFactory2 - Class in org.codehaus.stax2
Extension of XMLInputFactory that adds some convenience factory methods as new standard properties that conforming stream reader factory and instance implementations need to recognize, and preferably support.
XMLInputFactory2() - Constructor for class org.codehaus.stax2.XMLInputFactory2
 
XMLOutputFactory2 - Class in org.codehaus.stax2
Extension of XMLInputFactory to add missing functionality.
XMLOutputFactory2() - Constructor for class org.codehaus.stax2.XMLOutputFactory2
 
XMLReporter2 - Interface in org.codehaus.stax2
Extension of XMLReporter to allow for better access to information about the actual problem.
XMLStreamLocation2 - Interface in org.codehaus.stax2
Extension of Location that adds accessor to retrieve nested location information.
XMLStreamProperties - Interface in org.codehaus.stax2
This interface defines configuration properties shared by multiple kinds of factories (input, output, validation) or instances produces (readers, writers, validators).
XMLStreamReader2 - Interface in org.codehaus.stax2
Extended interface that implements functionality that is necessary to properly build event API on top of XMLStreamReader.
XMLStreamWriter2 - Interface in org.codehaus.stax2
Extended interface that implements functionality that is necessary to properly build event API on top of XMLStreamWriter, as well as to configure individual instances.
XMLValidationException - Exception in org.codehaus.stax2.validation
Specialized sub-class of XMLStreamException, to be used for indicating fatal validation problems (when in mode in which exceptions are to be thrown).
XMLValidationException(XMLValidationProblem) - Constructor for exception org.codehaus.stax2.validation.XMLValidationException
 
XMLValidationException(XMLValidationProblem, String) - Constructor for exception org.codehaus.stax2.validation.XMLValidationException
 
XMLValidationException(XMLValidationProblem, String, Location) - Constructor for exception org.codehaus.stax2.validation.XMLValidationException
 
XMLValidationProblem - Class in org.codehaus.stax2.validation
Simple container class used to store a non-fatal problem either to be returned as is, or to use for creating and throwing a validation exception.
XMLValidationProblem(Location, String) - Constructor for class org.codehaus.stax2.validation.XMLValidationProblem
 
XMLValidationProblem(Location, String, int) - Constructor for class org.codehaus.stax2.validation.XMLValidationProblem
 
XMLValidationProblem(Location, String, int, String) - Constructor for class org.codehaus.stax2.validation.XMLValidationProblem
 
XMLValidationSchema - Interface in org.codehaus.stax2.validation
Defines the API that validator schema instances have to implement.
XMLValidationSchemaFactory - Class in org.codehaus.stax2.validation
Defines an abstract factory for constructing XMLValidationSchema instances.
XMLValidationSchemaFactory(String) - Constructor for class org.codehaus.stax2.validation.XMLValidationSchemaFactory
 
XMLValidator - Class in org.codehaus.stax2.validation
Class that defines interface that individual (possibly) stateful validator instances have to implement, and that both XMLStreamReader and XMLStreamWriter instances can call to validate xml documents.
XMLValidator() - Constructor for class org.codehaus.stax2.validation.XMLValidator
 
XSP_IMPLEMENTATION_NAME - Static variable in interface org.codehaus.stax2.XMLStreamProperties
This read-only property returns name of the implementation.
XSP_IMPLEMENTATION_VERSION - Static variable in interface org.codehaus.stax2.XMLStreamProperties
This read-only property returns the version of the implementation, and is to be used with implementation name (XMLStreamProperties.XSP_IMPLEMENTATION_NAME) property.
XSP_NAMESPACE_AWARE - Static variable in interface org.codehaus.stax2.XMLStreamProperties
Property that can be set to indicate that namespace information is to be handled in conformance to the xml namespaces specifiation; or false to indicate no namespace handling should be done.
XSP_PROBLEM_REPORTER - Static variable in interface org.codehaus.stax2.XMLStreamProperties
Property that can be set to specify a problem handler which will get notified of non-fatal problem (validation errors in non-validating mode, warnings).
XSP_SUPPORT_XMLID - Static variable in interface org.codehaus.stax2.XMLStreamProperties
Read/write property that can be set to change the level of xml:id specification support, if the implementation implements xml:id specification.
XSP_SUPPORTS_XML11 - Static variable in interface org.codehaus.stax2.XMLStreamProperties
This read-only property indicates whether the implementation supports xml 1.1 content; Boolean.TRUE indicates it does, Boolean.FALSE that it does not.
XSP_V_XMLID_FULL - Static variable in interface org.codehaus.stax2.XMLStreamProperties
Property value to use with property XMLStreamProperties.XSP_SUPPORT_XMLID.
XSP_V_XMLID_NONE - Static variable in interface org.codehaus.stax2.XMLStreamProperties
Property value to use with property XMLStreamProperties.XSP_SUPPORT_XMLID.
XSP_V_XMLID_TYPING - Static variable in interface org.codehaus.stax2.XMLStreamProperties
Property value to use with property XMLStreamProperties.XSP_SUPPORT_XMLID.

_

_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.
_attrs - Variable in class org.codehaus.stax2.ri.evt.StartElementEventImpl
 
_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
Whether stream reader is to be namespace aware (as per property XMLInputFactory.IS_NAMESPACE_AWARE) or not
_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
Whether stream reader is to coalesce adjacent textual (CHARACTERS, SPACE, CDATA) events (as per property XMLInputFactory.IS_COALESCING) or not
_constructTypeException(IllegalArgumentException, String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
Method called to wrap or convert given conversion-fail exception into a full TypedXMLStreamException,
_constructTypeException(String, String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
_constructTypeException(IllegalArgumentException, String) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
Method called to wrap or convert given conversion-fail exception into a full TypedXMLStreamException,
_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.
_currSegment - Variable in class org.codehaus.stax2.ri.typed.CharArrayBase64Decoder
Text segment being currently processed.
_currSegmentEnd - Variable in class org.codehaus.stax2.ri.typed.CharArrayBase64Decoder
 
_currSegmentPtr - Variable in class org.codehaus.stax2.ri.typed.CharArrayBase64Decoder
 
_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
 
_delegate2 - Variable in class org.codehaus.stax2.util.StreamReader2Delegate
 
_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
 
_lastSegmentEnd - Variable in class org.codehaus.stax2.ri.typed.CharArrayBase64Decoder
 
_lastSegmentOffset - Variable in class org.codehaus.stax2.ri.typed.CharArrayBase64Decoder
 
_longEncoder - Variable in class org.codehaus.stax2.ri.typed.ValueEncoderFactory
 
_name - Variable in class org.codehaus.stax2.ri.evt.StartElementEventImpl
 
_nextSegmentIndex - Variable in class org.codehaus.stax2.ri.typed.CharArrayBase64Decoder
Pointer of the next segment to process (after current one stored in CharArrayBase64Decoder._currSegment) within CharArrayBase64Decoder._nextSegments.
_nextSegments - Variable in class org.codehaus.stax2.ri.typed.CharArrayBase64Decoder
 
_nsDeclList - Variable in class org.codehaus.stax2.ri.dom.DOMWrappingReader
Lazily instantiated String pairs of all namespace declarations for the current (start/end) element.
_nsDecls - Variable in class org.codehaus.stax2.ri.evt.StartElementEventImpl
 
_parentNsCtxt - Variable in class org.codehaus.stax2.ri.evt.StartElementEventImpl
Enclosing namespace context
_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)
_writer - Variable in class org.codehaus.stax2.ri.Stax2EventWriterImpl
 
A B C D E F G H I L M N O P R S T U V W X _ 

Copyright © 2012-2015 fasterxml.com. All Rights Reserved.