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

A

addAttribute(String, String) - Method in class com.fasterxml.aalto.dom.DOMOutputElement
 
addAttribute(String, String, String) - Method in class com.fasterxml.aalto.dom.DOMOutputElement
 
addDefaultAttribute(String, String, String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
Adding default attribute values does not usually make sense on output side, so the implementation is a NOP for now.
addGeneratedMapping(String, NamespaceContext, String, int[]) - Method in class com.fasterxml.aalto.dom.BijectiveNsMap
Method used to add a dynamic binding, and return the prefix used to bind the specified namespace URI.
addMapping(String, String) - Method in class com.fasterxml.aalto.dom.BijectiveNsMap
Method to add a new prefix-to-URI mapping for the current scope.
addMapping(String, String) - Method in class com.fasterxml.aalto.out.NsBinder
Method to add a new prefix-to-URI mapping for the current scope.
addPName(int, int[], int, int) - Method in class com.fasterxml.aalto.in.ByteBasedScanner
 
addPName(char[], int, int) - Method in class com.fasterxml.aalto.in.ReaderScanner
 
addPName(int, int[], int, int) - Method in class test.TestPNamePerf
 
addPrefix(String, String) - Method in class com.fasterxml.aalto.dom.OutputElementBase
 
addPrefix(String, String) - Method in class com.fasterxml.aalto.out.OutputElement
 
addSymbol(int, String, int, int, int) - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
 
addSymbol(int, String, int, int[], int) - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
 
addSymbol(char[], int, int, int) - Method in class com.fasterxml.aalto.in.CharBasedPNameTable
 
addSymbol(WName) - Method in class com.fasterxml.aalto.out.WNameTable
 
addSymbol(ByteBasedPNameTable, String) - Method in class test.TestNameHashing
 
addText(String) - Method in class com.fasterxml.aalto.util.TextAccumulator
 
addText(char[], int, int) - Method in class com.fasterxml.aalto.util.TextAccumulator
 
addToPool(DOMOutputElement) - Method in class com.fasterxml.aalto.dom.DOMOutputElement
Method called to temporarily link this instance to a pool, to allow reusing of instances with the same reader.
addToPool(OutputElement) - Method in class com.fasterxml.aalto.out.OutputElement
Method called to temporarily link this instance to a pool, to allow reusing of instances with the same reader.
addUtfPName(XmlCharTypes, int, int[], int, int) - Method in class com.fasterxml.aalto.in.ByteBasedScanner
Conceptually, this method really does NOT belong here.
allocate(XMLStreamReader) - Method in class com.fasterxml.aalto.evt.EventAllocatorImpl
 
allocBuffer(int) - Method in class com.fasterxml.aalto.util.TextBuilder
 
allocFullBBuffer(int) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
allocFullBBuffer(int) - Method in class com.fasterxml.aalto.out.WriterConfig
 
allocFullCBuffer(int) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
allocFullCBuffer(int) - Method in class com.fasterxml.aalto.out.WriterConfig
 
allocMediumCBuffer(int) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
allocMediumCBuffer(int) - Method in class com.fasterxml.aalto.out.WriterConfig
 
allocSmallCBuffer(int) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
allocSmallCBuffer(int) - Method in class com.fasterxml.aalto.out.WriterConfig
 
alreadyDeclared(String, int) - Method in class com.fasterxml.aalto.in.NsDeclaration
 
append(char) - Method in class com.fasterxml.aalto.util.TextBuilder
 
append(char[], int, int) - Method in class com.fasterxml.aalto.util.TextBuilder
 
append(String) - Method in class com.fasterxml.aalto.util.TextBuilder
 
appendBytes(byte[], int) - Method in class com.fasterxml.aalto.out.ByteWName
 
appendBytes(byte[], int) - Method in class com.fasterxml.aalto.out.CharWName
 
appendBytes(byte[], int) - Method in class com.fasterxml.aalto.out.WName
 
appendChars(char[], int) - Method in class com.fasterxml.aalto.out.ByteWName
 
appendChars(char[], int) - Method in class com.fasterxml.aalto.out.CharWName
 
appendChars(char[], int) - Method in class com.fasterxml.aalto.out.WName
 
appendChild(Node) - Method in class com.fasterxml.aalto.dom.DOMOutputElement
 
appendDesc(StringBuffer) - Method in class com.fasterxml.aalto.impl.LocationImpl
 
appendLeaf(Node) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
appendNode(Node) - Method in class com.fasterxml.aalto.dom.DOMOutputElement
 
appendSurrogate(int) - Method in class com.fasterxml.aalto.util.TextBuilder
 
AsciiXmlWriter - Class in com.fasterxml.aalto.out
This is the generic implementation of XmlWriter, used if the destination is byte-based OutputStream, and encoding is 7-bit (US) Ascii.
AsciiXmlWriter(WriterConfig, OutputStream) - Constructor for class com.fasterxml.aalto.out.AsciiXmlWriter
 
AsyncByteArrayFeeder - Interface in com.fasterxml.aalto
 
AsyncByteArrayScanner - Class in com.fasterxml.aalto.async
This is the base class for asynchronous (non-blocking) XML scanners.
AsyncByteArrayScanner(ReaderConfig) - Constructor for class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
AsyncByteBufferFeeder - Interface in com.fasterxml.aalto
 
AsyncByteBufferScanner - Class in com.fasterxml.aalto.async
This is the base class for asynchronous (non-blocking) XML scanners.
AsyncByteBufferScanner(ReaderConfig) - Constructor for class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
AsyncByteScanner - Class in com.fasterxml.aalto.async
 
AsyncByteScanner(ReaderConfig) - Constructor for class com.fasterxml.aalto.async.AsyncByteScanner
 
AsyncInputFeeder - Interface in com.fasterxml.aalto
Interface used by AsyncXMLStreamReader to get more input to parse.
asyncSkipSpace() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
Method to skip whatever space can be skipped.
asyncSkipSpace() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
Method to skip whatever space can be skipped.
AsyncStreamReaderImpl<F extends AsyncInputFeeder> - Class in com.fasterxml.aalto.async
Implementation of AsyncXMLStreamReader.
AsyncStreamReaderImpl(AsyncByteScanner) - Constructor for class com.fasterxml.aalto.async.AsyncStreamReaderImpl
 
AsyncXMLInputFactory - Class in com.fasterxml.aalto
Extension of XMLInputFactory2 to provide factory methods for constructing non-blocking (asynchronous) parsers (of type AsyncXMLStreamReader.
AsyncXMLInputFactory() - Constructor for class com.fasterxml.aalto.AsyncXMLInputFactory
 
AsyncXMLStreamReader<F extends AsyncInputFeeder> - Interface in com.fasterxml.aalto
Extension of XMLStreamReader2 used by non-blocking ("async") stream readers.
ATTR_CHARS - Variable in class com.fasterxml.aalto.util.XmlCharTypes
Character type table used for attribute values
ATTR_MIN_ARRAYCOPY - Static variable in class com.fasterxml.aalto.out.XmlWriter
 
AttributeCollector - Class in com.fasterxml.aalto.in
Object used by the tokenizer to collect and store information about attributes, specifically, names and values.
AttributeCollector(ReaderConfig) - Constructor for class com.fasterxml.aalto.in.AttributeCollector
 
AttributesWrapper() - Constructor for class com.fasterxml.aalto.sax.SAXParserImpl.AttributesWrapper
 
available() - Method in class com.fasterxml.aalto.in.MergedStream
 

B

BasePerfTest - Class in test
 
BasePerfTest() - Constructor for class test.BasePerfTest
 
BijectiveNsMap - Class in com.fasterxml.aalto.dom
Helper class that implements "bijective map" (Map that allows use of values as keys and vice versa, bidirectional access), and is specifically used for storing namespace binding information.
BijectiveNsMap(int, String[]) - Constructor for class com.fasterxml.aalto.dom.BijectiveNsMap
 
BIND_CACHE_MASK - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
BIND_CACHE_SIZE - Static variable in class com.fasterxml.aalto.in.XmlScanner
Size of the bind cache can be reasonably small, and should still get high enough hit rate
BIND_MISSES_TO_ACTIVATE_CACHE - Static variable in class com.fasterxml.aalto.in.XmlScanner
Let's activate cache quite soon, no need to wait for hundreds of misses; just try to avoid cache construction if all we get is soap envelope element or such.
bindName(PName, String) - Method in class com.fasterxml.aalto.in.XmlScanner
This method is called to find/create a fully qualified (bound) name (element / attribute), for a name with prefix.
bindNs(PName, String) - Method in class com.fasterxml.aalto.in.XmlScanner
Method called when we are ready to bind a declared namespace.
BLOCK_SIZE - Static variable in class test.TestAsyncReader
 
bootstrap() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
bootstrap() - Method in class com.fasterxml.aalto.in.CharSourceBootstrapper
 
bootstrap() - Method in class com.fasterxml.aalto.in.InputBootstrapper
Main bootstrapping method, which will try to open the underlying input source, check its encoding, read xml declaration if there is one, and finally create a scanner for actual parsing.
BoundedHashMap() - Constructor for class com.fasterxml.aalto.util.UriCanonicalizer.BoundedHashMap
 
boundEquals(PName) - Method in class com.fasterxml.aalto.in.PName
Method that compares two bound PNames for semantic equality.
boundEquals(String, String) - Method in class com.fasterxml.aalto.in.PName
 
boundHashCode() - Method in class com.fasterxml.aalto.in.PName
 
boundHashCode(String, String) - Static method in class com.fasterxml.aalto.in.PName
 
Bucket(ByteBasedPName, ByteBasedPNameTable.Bucket) - Constructor for class com.fasterxml.aalto.in.ByteBasedPNameTable.Bucket
 
Bucket(PNameC, CharBasedPNameTable.Bucket) - Constructor for class com.fasterxml.aalto.in.CharBasedPNameTable.Bucket
 
Bucket(WName, WNameTable.Bucket) - Constructor for class com.fasterxml.aalto.out.WNameTable.Bucket
 
BufferRecycler - Class in com.fasterxml.aalto.util
This is a small utility class, whose main functionality is to allow simple reuse of raw byte/char buffers.
BufferRecycler() - Constructor for class com.fasterxml.aalto.util.BufferRecycler
 
buildResultArray() - Method in class com.fasterxml.aalto.util.TextBuilder
 
BYTE_a - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_A - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_A - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_AMP - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_AMP - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_APOS - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_APOS - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_C - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_COLON - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_CR - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_CR - Static variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
BYTE_D - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_EQ - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_EQ - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_EXCL - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_g - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_G - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_GT - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_GT - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_GT - Static variable in class com.fasterxml.aalto.out.OutputElement
 
BYTE_HASH - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_HASH - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_HYPHEN - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_HYPHEN - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_l - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_L - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_LBRACKET - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_LBRACKET - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_LF - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_LF - Static variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
BYTE_LF - Static variable in class test.TestScannerPerf
 
BYTE_LT - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_LT - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_LT - Static variable in class com.fasterxml.aalto.out.OutputElement
 
BYTE_m - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_M - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_NULL - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_NULL - Static variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
BYTE_NULL - Static variable in class test.TestScannerPerf
 
BYTE_o - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_O - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_p - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_P - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_P - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_q - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_Q - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_QMARK - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_QMARK - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_QUOT - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_QUOT - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_RBRACKET - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_RBRACKET - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_s - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_S - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_S - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_SEMICOLON - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_SEMICOLON - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_SLASH - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_SLASH - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_SLASH - Static variable in class com.fasterxml.aalto.out.OutputElement
 
BYTE_SPACE - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_SPACE - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_t - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_T - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_T - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_TAB - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_u - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_U - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTE_x - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTE_X - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
ByteBasedPName - Class in com.fasterxml.aalto.in
This intermediate abstract class defines more specialized API needed by components like symbol tables, which need to provide efficient access to byte-based PNames.
ByteBasedPName(String, String, String, int) - Constructor for class com.fasterxml.aalto.in.ByteBasedPName
 
ByteBasedPNameFactory - Class in com.fasterxml.aalto.in
Simple factory that can instantiate appropriate PName instances, given input data to use for construction.
ByteBasedPNameFactory() - Constructor for class com.fasterxml.aalto.in.ByteBasedPNameFactory
 
ByteBasedPNameTable - Class in com.fasterxml.aalto.in
This is a symbol table implementation used for storing byte-based PNames, specifically, instances of (ByteBasedPName).
ByteBasedPNameTable(int) - Constructor for class com.fasterxml.aalto.in.ByteBasedPNameTable
 
ByteBasedPNameTable(ByteBasedPNameTable) - Constructor for class com.fasterxml.aalto.in.ByteBasedPNameTable
Constructor used when creating a child instance
ByteBasedPNameTable.Bucket - Class in com.fasterxml.aalto.in
 
ByteBasedScanner - Class in com.fasterxml.aalto.in
Intermediate base class used by different byte-backed scanners.
ByteBasedScanner(ReaderConfig) - Constructor for class com.fasterxml.aalto.in.ByteBasedScanner
 
BYTES_CDATA_END - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTES_CDATA_START - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTES_COMMENT_END - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTES_COMMENT_START - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTES_XMLDECL_ENCODING - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTES_XMLDECL_STANDALONE - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
BYTES_XMLDECL_START - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
ByteSourceBootstrapper - Class in com.fasterxml.aalto.in
Class that takes care of bootstrapping main document input from a byte-oriented input source: usually either an InputStream, or a block source like byte array.
ByteSourceBootstrapper(ReaderConfig, InputStream) - Constructor for class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
ByteSourceBootstrapper(ReaderConfig, byte[], int, int) - Constructor for class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
ByteWName - Class in com.fasterxml.aalto.out
This class is used to represent all names that are to be serialized to byte streams, independent of specific encoding used (they will be stored on per-encoding symbol tables however).
ByteWName(String, byte[]) - Constructor for class com.fasterxml.aalto.out.ByteWName
 
ByteWName(String, String, byte[]) - Constructor for class com.fasterxml.aalto.out.ByteWName
 
ByteXmlWriter - Class in com.fasterxml.aalto.out
This abstract base class (partial implementation of XmlWriter) is used if the destination is byte-based OutputStream.
ByteXmlWriter(WriterConfig, OutputStream, XmlCharTypes) - Constructor for class com.fasterxml.aalto.out.ByteXmlWriter
 

C

calcHash(int) - Static method in class com.fasterxml.aalto.in.ByteBasedPNameTable
 
calcHash(int, int) - Static method in class com.fasterxml.aalto.in.ByteBasedPNameTable
 
calcHash(int[], int) - Static method in class com.fasterxml.aalto.in.ByteBasedPNameTable
 
calcHash(char[], int, int) - Static method in class com.fasterxml.aalto.in.PNameC
Implementation of a hashing method for variable length Strings.
calcHash(String) - Static method in class com.fasterxml.aalto.in.PNameC
 
calcKeyHash(char[], int) - Static method in class com.fasterxml.aalto.util.UriCanonicalizer.CanonicalKey
 
calcNewSize(int) - Method in class com.fasterxml.aalto.util.TextBuilder
 
calcQuads(byte[]) - Static method in class com.fasterxml.aalto.in.ByteBasedPNameTable
 
calcQuads(String) - Method in class test.TestNameHashing
 
calcSurrogate(int, int, String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
canonicalizeURI(char[], int) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
canonicalizeURI(char[], int) - Method in class com.fasterxml.aalto.util.UriCanonicalizer
 
CanonicalKey(char[], int) - Constructor for class com.fasterxml.aalto.util.UriCanonicalizer.CanonicalKey
 
CanonicalKey(char[], int, int) - Constructor for class com.fasterxml.aalto.util.UriCanonicalizer.CanonicalKey
 
CARNAL - Static variable in class test.TestBase64Reader
 
CDATA_STR - Variable in class com.fasterxml.aalto.in.XmlScanner
String that identifies CDATA section (after "
CHAR_BOM_MARKER - Static variable in class com.fasterxml.aalto.in.CharSourceBootstrapper
 
CHAR_CR - Static variable in interface com.fasterxml.aalto.util.XmlConsts
 
CHAR_LF - Static variable in interface com.fasterxml.aalto.util.XmlConsts
 
CHAR_NULL - Static variable in interface com.fasterxml.aalto.util.XmlConsts
 
CHAR_SPACE - Static variable in class com.fasterxml.aalto.util.TextUtil
 
CHAR_SPACE - Static variable in interface com.fasterxml.aalto.util.XmlConsts
 
CHAR_TYPES - Static variable in class test.TestScannerPerf
 
characters(char[], int, int) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
 
characters(char[], int, int) - Method in class test.TestSaxReader.MyContentHandler
 
CharBasedPNameTable - Class in com.fasterxml.aalto.in
This is a symbol table implementation used for storing byte-based PNames, specifically, instances of (PNameC).
CharBasedPNameTable(int) - Constructor for class com.fasterxml.aalto.in.CharBasedPNameTable
Main method for constructing a master symbol table instance; will be called by other public constructors.
CharBasedPNameTable(CharBasedPNameTable) - Constructor for class com.fasterxml.aalto.in.CharBasedPNameTable
 
CharBasedPNameTable.Bucket - Class in com.fasterxml.aalto.in
This class is a symbol table entry.
CharsetNames - Class in com.fasterxml.aalto.util
Simple utility class that normalizes given character input character set names into canonical (within context of this processor) names
CharsetNames() - Constructor for class com.fasterxml.aalto.util.CharsetNames
 
CharSourceBootstrapper - Class in com.fasterxml.aalto.in
Class that takes care of bootstrapping main document input from a Stream input source.
CharSourceBootstrapper(ReaderConfig, Reader) - Constructor for class com.fasterxml.aalto.in.CharSourceBootstrapper
 
CharSourceBootstrapper(ReaderConfig, char[], int, int) - Constructor for class com.fasterxml.aalto.in.CharSourceBootstrapper
 
CharWName - Class in com.fasterxml.aalto.out
This class is similar to PName, in that it implements an efficient representation of prefixed names, but one used on output (Writer) side.
CharWName(String) - Constructor for class com.fasterxml.aalto.out.CharWName
 
CharWName(String, String) - Constructor for class com.fasterxml.aalto.out.CharWName
 
CharXmlWriter - Class in com.fasterxml.aalto.out
This is the generic implementation of XmlWriter, used if the destination is a character based, like a Writer.
CharXmlWriter(WriterConfig, Writer) - Constructor for class com.fasterxml.aalto.out.CharXmlWriter
 
checkExpand(TypedArrayDecoder) - Method in class com.fasterxml.aalto.in.AttributeCollector
Internal method used to see if we can expand the buffer that the array decoder has.
checkImmutableBinding(String, String) - Method in class com.fasterxml.aalto.in.XmlScanner
Method called when an immutable ns prefix (xml, xmlns) is encountered.
checkInTreeIndentation(char) - Method in class com.fasterxml.aalto.in.ReaderScanner
Note: consequtive white space is only considered indentation, if the following token seems like a tag (start/end).
checkInTreeIndentation(int) - Method in class com.fasterxml.aalto.in.StreamScanner
Note: consequtive white space is only considered indentation, if the following token seems like a tag (start/end).
checkKeyword(String) - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
checkKeyword(String) - Method in class com.fasterxml.aalto.in.CharSourceBootstrapper
 
checkKeyword(String) - Method in class com.fasterxml.aalto.in.InputBootstrapper
 
checkMbKeyword(String) - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
checkPITargetName(PName) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
checkPrefixValidity(String, String, NamespaceContext) - Method in class com.fasterxml.aalto.out.OutputElement
Method that verifies that passed-in non-empty prefix indeed maps to specified non-empty namespace URI; and depending on how it goes returns a status for caller.
checkPrologIndentation(char) - Method in class com.fasterxml.aalto.in.ReaderScanner
 
checkPrologIndentation(int) - Method in class com.fasterxml.aalto.in.StreamScanner
 
checkSbKeyword(String) - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
checkSurrogate(char) - Method in class com.fasterxml.aalto.in.ReaderScanner
This method is called to verify that a surrogate pair found describes a legal surrogate pair (ie.
checkSurrogateNameChar(char, char, int) - Method in class com.fasterxml.aalto.in.ReaderScanner
 
close() - Method in class com.fasterxml.aalto.in.MergedStream
 
close() - Method in class com.fasterxml.aalto.in.Utf32Reader
 
close(boolean) - Method in class com.fasterxml.aalto.in.XmlScanner
Method called at point when the parsing process has ended (either by encountering end of the input, or via explicit close), and buffers can and should be released.
close() - Method in class com.fasterxml.aalto.io.UTF8Writer
 
close() - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
close(boolean) - Method in class com.fasterxml.aalto.out.XmlWriter
Method called to flush the buffer(s), and close the output sink (stream or writer).
close() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
Note: as per StAX 1.0 specs, this method does NOT close the underlying input reader.
closeCompletely() - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
closeCompletely() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
collectValue(int, char, PName) - Method in class com.fasterxml.aalto.in.ReaderScanner
This method implements the tight loop for parsing attribute values.
collectValue(int, byte, PName) - Method in class com.fasterxml.aalto.in.Utf8Scanner
This method implements the tight loop for parsing attribute values.
com.fasterxml.aalto - package com.fasterxml.aalto
Main-level package that just contains additional API types exposed above and beyond standard Stax, Stax2 and SAX API types.
com.fasterxml.aalto.async - package com.fasterxml.aalto.async
Package that contains implementations of asynchronous (non-blocking) parser.
com.fasterxml.aalto.dom - package com.fasterxml.aalto.dom
 
com.fasterxml.aalto.evt - package com.fasterxml.aalto.evt
 
com.fasterxml.aalto.impl - package com.fasterxml.aalto.impl
 
com.fasterxml.aalto.in - package com.fasterxml.aalto.in
 
com.fasterxml.aalto.io - package com.fasterxml.aalto.io
 
com.fasterxml.aalto.out - package com.fasterxml.aalto.out
 
com.fasterxml.aalto.sax - package com.fasterxml.aalto.sax
 
com.fasterxml.aalto.stax - package com.fasterxml.aalto.stax
 
com.fasterxml.aalto.util - package com.fasterxml.aalto.util
 
comment(char[], int, int) - Method in class test.TestSaxReader.MyContentHandler
 
CommonConfig - Class in com.fasterxml.aalto.impl
Base class for reader and writer-side configuration/context objects
CommonConfig(int, int) - Constructor for class com.fasterxml.aalto.impl.CommonConfig
 
configureForConvenience() - Method in class com.fasterxml.aalto.in.ReaderConfig
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.
configureForConvenience() - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
configureForLowMemUsage() - Method in class com.fasterxml.aalto.in.ReaderConfig
Method to call to minimize the memory usage of the stream/event reader; both regarding Objects created, and the temporary memory usage during parsing.
configureForLowMemUsage() - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
configureForRobustness() - Method in class com.fasterxml.aalto.out.WriterConfig
 
configureForRobustness() - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
 
configureForRoundTripping() - Method in class com.fasterxml.aalto.in.ReaderConfig
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.
configureForRoundTripping() - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
configureForSpeed() - Method in class com.fasterxml.aalto.in.ReaderConfig
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 com.fasterxml.aalto.out.WriterConfig
For Woodstox, setting this profile disables most checks for validity; specifically anything that can have measurable performance impact.
configureForSpeed() - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
configureForSpeed() - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
 
configureForXmlConformance() - Method in class com.fasterxml.aalto.in.ReaderConfig
Method to call to make Reader created conform as closely to XML standard as possible, doing all checks and transformations mandated (linefeed conversions, attr value normalizations).
configureForXmlConformance() - Method in class com.fasterxml.aalto.out.WriterConfig
 
configureForXmlConformance() - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
configureForXmlConformance() - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
 
construct(ReaderConfig, InputStream) - Static method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
construct(ReaderConfig, byte[], int, int) - Static method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
construct(ReaderConfig, Reader) - Static method in class com.fasterxml.aalto.in.CharSourceBootstrapper
 
construct(ReaderConfig, char[], int, int) - Static method in class com.fasterxml.aalto.in.CharSourceBootstrapper
 
construct(String) - Static method in class com.fasterxml.aalto.in.PNameC
 
construct(String, int) - Static method in class com.fasterxml.aalto.in.PNameC
 
construct(InputBootstrapper) - Static method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
constructAndFindRoot() - Method in class test.TestTypedSpeed
 
constructER(XMLStreamReader2) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
constructName(String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
constructName(String, String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
constructName(String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
constructName(String, String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
constructName(String) - Method in class com.fasterxml.aalto.out.WNameFactory
 
constructName(String, String) - Method in class com.fasterxml.aalto.out.WNameFactory
 
constructName(String) - Method in class com.fasterxml.aalto.out.XmlWriter
 
constructName(String, String) - Method in class com.fasterxml.aalto.out.XmlWriter
 
constructPName(int, String, int, int, int) - Method in class com.fasterxml.aalto.in.ByteBasedPNameFactory
 
constructPName(int, String, int, int[], int) - Method in class com.fasterxml.aalto.in.ByteBasedPNameFactory
 
constructQName() - Method in class com.fasterxml.aalto.in.PName
 
constructQName(NsBinding) - Method in class com.fasterxml.aalto.in.PName
Method called to construct a QName representation of elemented represented by this PName.
constructSR(InputStream, String, boolean) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
constructSR(String, Reader, boolean) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
constructSR(String, InputStream, boolean) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
constructSR(Source, boolean) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
constructSR(URL, boolean) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
constructSR(File, boolean) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
constructSR2(Stax2Source, boolean) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
contentsAsArray() - Method in class com.fasterxml.aalto.util.TextBuilder
 
contentsAsString() - Method in class com.fasterxml.aalto.util.TextBuilder
 
contentsToArray(int, char[], int, int) - Method in class com.fasterxml.aalto.util.TextBuilder
 
continueValue() - Method in class com.fasterxml.aalto.in.AttributeCollector
 
convertIllegalChar(int) - Method in interface com.fasterxml.aalto.util.IllegalCharHandler
 
convertIllegalChar(int) - Method in class com.fasterxml.aalto.util.IllegalCharHandler.ReplacingIllegalCharHandler
 
convertSurrogate(int) - Method in class com.fasterxml.aalto.io.UTF8Writer
Method called to calculate UTF codepoint, from a surrogate pair.
copyArrays() - Method in class com.fasterxml.aalto.in.CharBasedPNameTable
Method called when copy-on-write is needed; generally when first change is made to a derived symbol table.
countDeclsOnLevel(int) - Method in class com.fasterxml.aalto.in.NsDeclaration
 
create(XMLValidationProblem) - Static method in exception com.fasterxml.aalto.ValidationException
 
createAndAttachChild(Element) - Method in class com.fasterxml.aalto.dom.DOMOutputElement
Simplest factory method, which gets called when a 1-argument element output method is called.
createAsyncFor(byte[]) - Method in class com.fasterxml.aalto.AsyncXMLInputFactory
Method for constructing a non-blocking XMLStreamReader2 instance with specified initial input data.
createAsyncFor(byte[], int, int) - Method in class com.fasterxml.aalto.AsyncXMLInputFactory
Method for constructing a non-blocking XMLStreamReader2 instance with specified initial input data.
createAsyncFor(ByteBuffer) - Method in class com.fasterxml.aalto.AsyncXMLInputFactory
Method for constructing a non-blocking XMLStreamReader2 instance with specified initial input data.
createAsyncFor(byte[]) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createAsyncFor(byte[], int, int) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createAsyncFor(ByteBuffer) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createAsyncForByteArray() - Method in class com.fasterxml.aalto.AsyncXMLInputFactory
Method for constructing a non-blocking XMLStreamReader2 instance without any input data.
createAsyncForByteArray() - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createAsyncForByteBuffer() - Method in class com.fasterxml.aalto.AsyncXMLInputFactory
Method for constructing a non-blocking XMLStreamReader2 instance without any input data.
createAsyncForByteBuffer() - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createBoundName(NsBinding) - Method in class com.fasterxml.aalto.in.PName
 
createBoundName(NsBinding) - Method in class com.fasterxml.aalto.in.PName1
 
createBoundName(NsBinding) - Method in class com.fasterxml.aalto.in.PName2
 
createBoundName(NsBinding) - Method in class com.fasterxml.aalto.in.PName3
 
createBoundName(NsBinding) - Method in class com.fasterxml.aalto.in.PNameC
 
createBoundName(NsBinding) - Method in class com.fasterxml.aalto.in.PNameN
 
createChild() - Method in class com.fasterxml.aalto.dom.BijectiveNsMap
 
createChild(Element) - Method in class com.fasterxml.aalto.dom.DOMOutputElement
 
createChild() - Method in class com.fasterxml.aalto.out.NsBinder
 
createChild(WName) - Method in class com.fasterxml.aalto.out.OutputElement
Simplest factory method, which gets called when non-namespace element output method is called.
createChild(WName, String) - Method in class com.fasterxml.aalto.out.OutputElement
Full factory method, used for 'normal' namespace qualified output methods.
createChild(WNameFactory) - Method in class com.fasterxml.aalto.out.WNameTable
 
createDefaultNs() - Static method in class com.fasterxml.aalto.in.NsBinding
 
createEmpty() - Static method in class com.fasterxml.aalto.dom.BijectiveNsMap
 
createEmpty() - Static method in class com.fasterxml.aalto.out.NsBinder
 
createEventAllocator() - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createFilteredReader(XMLEventReader, EventFilter) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createFilteredReader(XMLStreamReader, StreamFilter) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createFrom(DOMSource, ReaderConfig) - Static method in class com.fasterxml.aalto.dom.DOMReaderImpl
 
createFrom(WriterConfig, DOMResult) - Static method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
createFrom(XMLStreamException) - Static method in exception com.fasterxml.aalto.UncheckedStreamException
 
createNonShared(String, String, String) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
createNonShared() - Method in class com.fasterxml.aalto.out.WriterConfig
 
createQName(String, String) - Method in class com.fasterxml.aalto.stax.EventFactoryImpl
 
createQName(String, String, String) - Method in class com.fasterxml.aalto.stax.EventFactoryImpl
 
createRecyclableBuffer(ReaderConfig) - Static method in class com.fasterxml.aalto.util.TextBuilder
 
createRecycler() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
createRecycler() - Method in class com.fasterxml.aalto.out.WriterConfig
 
createRoot() - Static method in class com.fasterxml.aalto.dom.DOMOutputElement
 
createRoot() - Static method in class com.fasterxml.aalto.out.OutputElement
 
createStartElem(String, String, String, boolean) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
Method called by all start element write methods.
createSW(OutputStream, Writer, String, boolean) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
Bottleneck factory method used internally; needs to take care of passing proper settings to stream writer.
createSW(Result) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
 
createXMLEventReader(InputStream) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createXMLEventReader(InputStream, String) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createXMLEventReader(Reader) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createXMLEventReader(Source) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createXMLEventReader(String, InputStream) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createXMLEventReader(String, Reader) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createXMLEventReader(XMLStreamReader) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createXMLEventReader(URL) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createXMLEventReader(File) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createXMLEventWriter(OutputStream) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
 
createXMLEventWriter(OutputStream, String) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
 
createXMLEventWriter(Result) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
 
createXMLEventWriter(Writer) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
 
createXMLEventWriter(Writer, String) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
 
createXMLEventWriter(XMLStreamWriter) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
 
createXMLStreamReader(InputStream) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createXMLStreamReader(InputStream, String) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createXMLStreamReader(Reader) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createXMLStreamReader(String, Reader) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createXMLStreamReader(Source) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createXMLStreamReader(String, InputStream) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createXMLStreamReader(URL) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
createXMLStreamReader(File) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
Convenience factory method that allows for parsing a document stored in the specified file.
createXMLStreamWriter(OutputStream) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
 
createXMLStreamWriter(OutputStream, String) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
 
createXMLStreamWriter(Result) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
 
createXMLStreamWriter(Writer) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
 
createXMLStreamWriter(Writer, String) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
 
CS_EBCDIC - Static variable in class com.fasterxml.aalto.util.CharsetNames
 
CS_ISO_LATIN1 - Static variable in class com.fasterxml.aalto.util.CharsetNames
 
CS_SHIFT_JIS - Static variable in class com.fasterxml.aalto.util.CharsetNames
 
CS_US_ASCII - Static variable in class com.fasterxml.aalto.util.CharsetNames
 
CS_UTF16 - Static variable in class com.fasterxml.aalto.util.CharsetNames
This constants is intentionally vague, so that some other information will be needed to determine the endianness.
CS_UTF16BE - Static variable in class com.fasterxml.aalto.util.CharsetNames
 
CS_UTF16LE - Static variable in class com.fasterxml.aalto.util.CharsetNames
 
CS_UTF32 - Static variable in class com.fasterxml.aalto.util.CharsetNames
 
CS_UTF32BE - Static variable in class com.fasterxml.aalto.util.CharsetNames
 
CS_UTF32LE - Static variable in class com.fasterxml.aalto.util.CharsetNames
 
CS_UTF8 - Static variable in class com.fasterxml.aalto.util.CharsetNames
 
CT_AMP - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_ATTR_QUOTE - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_DTD_GT - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_DTD_LT - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_DTD_PERCENT - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_DTD_QUOTE - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_DTD_RBRACKET - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_GT - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_HYPHEN - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_INPUT_NAME_MB_2 - Static variable in class com.fasterxml.aalto.in.InputCharTypes
 
CT_INPUT_NAME_MB_3 - Static variable in class com.fasterxml.aalto.in.InputCharTypes
 
CT_INPUT_NAME_MB_4 - Static variable in class com.fasterxml.aalto.in.InputCharTypes
 
CT_INPUT_NAME_MB_N - Static variable in class com.fasterxml.aalto.in.InputCharTypes
Important: must not overlap with the base constants.
CT_INVALID - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_LBRACKET - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_LT - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_MULTIBYTE_2 - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_MULTIBYTE_3 - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_MULTIBYTE_4 - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_MULTIBYTE_N - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_NAME_ANY - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_NAME_COLON - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_NAME_NONE - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_NAME_NONFIRST - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_OK - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_OUTPUT_MUST_QUOTE - Static variable in class com.fasterxml.aalto.out.OutputCharTypes
 
CT_OUTPUT_NAME_ANY_MB2 - Static variable in class com.fasterxml.aalto.out.OutputCharTypes
 
CT_OUTPUT_NAME_NONFIRST_MB2 - Static variable in class com.fasterxml.aalto.out.OutputCharTypes
 
CT_OUTPUT_NAME_UNENCODABLE - Static variable in class com.fasterxml.aalto.out.OutputCharTypes
Unencodable means that while the name char may be acceptable per se, it can not be encode using current encoding
CT_QMARK - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_RBRACKET - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_WS_CR - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_WS_LF - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
CT_WS_TAB - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 

D

DataUtil - Class in com.fasterxml.aalto.util
 
DataUtil() - Constructor for class com.fasterxml.aalto.util.DataUtil
 
decodeAttrBinaryValue(int, Base64Variant, CharArrayBase64Decoder) - Method in class com.fasterxml.aalto.in.XmlScanner
 
decodeAttrValue(int, TypedValueDecoder) - Method in class com.fasterxml.aalto.in.XmlScanner
 
decodeAttrValues(int, TypedArrayDecoder) - Method in class com.fasterxml.aalto.in.XmlScanner
Method called to decode the attribute value that consists of zero or more space-separated tokens.
decodeBinaryValue(int, Base64Variant, CharArrayBase64Decoder, XmlScanner) - Method in class com.fasterxml.aalto.in.AttributeCollector
 
decodeCharForError(byte) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
decodeCharForError(byte) - Method in class com.fasterxml.aalto.in.ByteBasedScanner
Method called by methods when encountering a byte that can not be part of a valid character in the current context.
decodeCharForError(byte) - Method in class com.fasterxml.aalto.in.Utf8Scanner
Method called called to decode a full UTF-8 characters, given its first byte.
decodeDecEntity() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
decodeDecEntity() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
decodeElements(TypedArrayDecoder, boolean) - Method in class com.fasterxml.aalto.in.XmlScanner
Method called by the stream reader to decode space-separated tokens that are part of the current text event, using given decoder.
decodeElements(TypedArrayDecoder, boolean) - Method in class com.fasterxml.aalto.util.TextBuilder
Method called by the stream reader to decode space-separated tokens that are part of the current text event (contents of which are stored within this buffer), using given decoder.
decodeGeneralEntity(PName) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
Method that verifies that given named entity is followed by a semi-colon (meaning next byte must be available for reading); and if so, whether it is one of pre-defined general entities.
decodeGeneralEntity(PName) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
Method that verifies that given named entity is followed by a semi-colon (meaning next byte must be available for reading); and if so, whether it is one of pre-defined general entities.
decodeHexEntity() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
decodeHexEntity() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
decodeMultiByteChar(int, int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
decodeMultiByteChar(int, int) - Method in class test.TestScannerPerf
 
decodeSurrogate(char) - Method in class com.fasterxml.aalto.in.ReaderScanner
This method is similar to checkSurrogate, but returns the actual character code encoded by the surrogate pair.
decodeUtf8_2(int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
Note: caller must guarantee enough data is available before calling the method
decodeUtf8_2(int) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
Note: caller must guarantee enough data is available before calling the method
decodeUtf8_2(int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
decodeUtf8_3(int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
Note: caller must guarantee enough data is available before calling the method
decodeUtf8_3(int, int, int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
decodeUtf8_3(int) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
Note: caller must guarantee enough data is available before calling the method
decodeUtf8_3(int, int, int) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
decodeUtf8_3(int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
decodeUtf8_3fast(int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
decodeUtf8_4(int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
decodeUtf8_4(int, int, int, int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
decodeUtf8_4(int) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
decodeUtf8_4(int, int, int, int) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
decodeUtf8_4(int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
decodeValue(int, TypedValueDecoder) - Method in class com.fasterxml.aalto.in.AttributeCollector
 
decodeValues(int, TypedArrayDecoder, XmlScanner) - Method in class com.fasterxml.aalto.in.AttributeCollector
 
decodeValues(TypedArrayDecoder, char[], int, int, XmlScanner) - Method in class com.fasterxml.aalto.in.AttributeCollector
 
DEF_INITIAL_BUFFER_SIZE - Static variable in class com.fasterxml.aalto.util.TextBuilder
Size of the first text segment buffer to allocate.
DEFAULT_ARRAY_SIZE - Static variable in class com.fasterxml.aalto.dom.BijectiveNsMap
Let's plan for having up to 14 explicit namespace declarations (2 defaults, for 'xml' and 'xmlns', are pre-populated)
DEFAULT_ARRAY_SIZE - Static variable in class com.fasterxml.aalto.out.NsBinder
Let's plan for having up to 14 explicit namespace declarations (in addition to 2 defaults, 'xml' and 'xmlns')
DEFAULT_AUTOMATIC_NS_PREFIX - Static variable in class com.fasterxml.aalto.out.WriterConfig
 
DEFAULT_BUFFER_LENGTH - Static variable in class com.fasterxml.aalto.in.AttributeCollector
The default length of the value buffer is also chosen more to minimize overhead than to eliminate all need for resizing.
DEFAULT_BUFFER_SIZE - Static variable in class com.fasterxml.aalto.in.CharSourceBootstrapper
Whether to use a bigger (4000, ie.
DEFAULT_CHAR_BUFFER_LEN - Static variable in class com.fasterxml.aalto.in.ReaderConfig
 
DEFAULT_COPY_BUFFER_SIZE - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
Default intermediate copy buffer size, to be used for efficient access to String content.
DEFAULT_COPYBUFFER_LEN - Static variable in class com.fasterxml.aalto.out.XmlWriter
 
DEFAULT_ENTRY_COUNT - Static variable in class com.fasterxml.aalto.in.AttributeCollector
Let's guess that most of the time there won't be more than 12 attributes.
DEFAULT_FILL_FACTOR - Static variable in class com.fasterxml.aalto.in.CharBasedPNameTable
 
DEFAULT_FLAGS - Static variable in class com.fasterxml.aalto.in.ReaderConfig
These are the default settigs for XMLInputFactory.
DEFAULT_FLAGS - Static variable in class com.fasterxml.aalto.out.WriterConfig
 
DEFAULT_FULL_BUFFER_SIZE - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
And this value determines size of the intermediate copy buffer to use.
DEFAULT_FULL_BUFFER_SIZE - Static variable in class com.fasterxml.aalto.out.CharXmlWriter
And this value determines size of the intermediate copy buffer to use.
DEFAULT_SECS - Static variable in class test.BasePerfTest
 
DEFAULT_SIZE - Static variable in class com.fasterxml.aalto.util.UriCanonicalizer.BoundedHashMap
Let's create cache big enough to usually have enough space for all/most entries for normal cases, but that won't grow indefinitely for degenerate cases
DEFAULT_SMALL_BUFFER_LEN - Static variable in class com.fasterxml.aalto.in.ReaderConfig
 
DEFAULT_SMALL_SIZE - Static variable in class com.fasterxml.aalto.out.CharXmlWriter
This value determines a threshold to choose how much data do we want to buffer at minimum, before output.
determineStreamEncoding() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
Method called to figure out what the physical encoding of the file appears to be (in case it can be determined from BOM, or xml declaration, either of which may be present)
DO_INTERN - Static variable in class com.fasterxml.aalto.in.ByteBasedPNameFactory
Can be set to false for debugging (for example, to test memory usage)
doAddSymbol(int, ByteBasedPName) - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
 
doAutoCloseInput(boolean) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
doAutoCloseOutput(boolean) - Method in class com.fasterxml.aalto.out.WriterConfig
 
doBootstrap() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
doBootstrap() - Method in class com.fasterxml.aalto.in.CharSourceBootstrapper
 
DocHandlerWrapper(DocumentHandler) - Constructor for class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
 
doCoalesceText(boolean) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
doConstructName(String) - Method in class com.fasterxml.aalto.out.AsciiXmlWriter
 
doConstructName(String, String) - Method in class com.fasterxml.aalto.out.AsciiXmlWriter
 
doConstructName(String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
doConstructName(String, String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
doConstructName(String) - Method in class com.fasterxml.aalto.out.Latin1XmlWriter
 
doConstructName(String, String) - Method in class com.fasterxml.aalto.out.Latin1XmlWriter
 
doConstructName(String) - Method in class com.fasterxml.aalto.out.Utf8XmlWriter
 
doConstructName(String, String) - Method in class com.fasterxml.aalto.out.Utf8XmlWriter
 
DOMOutputElement - Class in com.fasterxml.aalto.dom
Context object that holds information about an open element (one for which START_ELEMENT has been sent, but no END_ELEMENT)
DOMOutputElement() - Constructor for class com.fasterxml.aalto.dom.DOMOutputElement
Constructor for the virtual root element
DOMOutputElement(DOMOutputElement, Element, BijectiveNsMap) - Constructor for class com.fasterxml.aalto.dom.DOMOutputElement
 
DOMReaderImpl - Class in com.fasterxml.aalto.dom
Concrete DOM-backed implementation, based on the Stax2 reference implementation's default implementation.
DOMReaderImpl(DOMSource, ReaderConfig) - Constructor for class com.fasterxml.aalto.dom.DOMReaderImpl
 
DOMWriterImpl - Class in com.fasterxml.aalto.dom
This is an adapter class that allows building a DOM tree using XMLStreamWriter interface.
DOMWriterImpl(WriterConfig, Node) - Constructor for class com.fasterxml.aalto.dom.DOMWriterImpl
 
doParseLazily(boolean) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
doPreserveLocation(boolean) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
doReportCData(boolean) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
DTD_CHARS - Variable in class com.fasterxml.aalto.util.XmlCharTypes
Character type table used for DTD subsets; contains a few additional types beyond most tables

E

ElementScope - Class in com.fasterxml.aalto.in
Simple container of information about an open element (one for which start tag has been seen, but not yet end; or, for empty tags, START_ELEMENT has been returned but END_ELEMENT not yet)
ElementScope(PName, ElementScope) - Constructor for class com.fasterxml.aalto.in.ElementScope
 
EMPTY - Static variable in class com.fasterxml.aalto.impl.LocationImpl
 
EMPTY_CHAR_ARRAY - Static variable in class com.fasterxml.aalto.util.DataUtil
 
EMPTY_CONTEXT - Static variable in class com.fasterxml.aalto.in.FixedNsContext
We can share and reuse "no bindings" instance.
EmptyIterator<T> - Class in com.fasterxml.aalto.util
Simple implementation of "null iterator", iterator that has nothing to iterate over.
EmptyIterator() - Constructor for class com.fasterxml.aalto.util.EmptyIterator
 
ENABLE_DTD_VALIDATION - Static variable in class test.TestStreamCopier
 
enableXml11() - Method in class com.fasterxml.aalto.out.WriterConfig
 
enableXml11() - Method in class com.fasterxml.aalto.out.XmlWriter
 
ENCODING - Variable in class test.RunStreamWriter
 
EncodingContext() - Constructor for class com.fasterxml.aalto.in.ReaderConfig.EncodingContext
 
EncodingContext() - Constructor for class com.fasterxml.aalto.out.WriterConfig.EncodingContext
 
encodingStartsWith(String, String) - Static method in class com.fasterxml.aalto.util.CharsetNames
 
endCDATA() - Method in class test.TestSaxReader.MyContentHandler
 
endDocument() - Method in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
 
endDocument() - Method in class test.TestSaxReader.MyContentHandler
 
endDTD() - Method in class test.TestSaxReader.MyContentHandler
 
endElement(String, String, String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
 
endElement(String, String, String) - Method in class test.TestSaxReader.MyContentHandler
 
endEntity(String) - Method in class test.TestSaxReader.MyContentHandler
 
endOfInput() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
endOfInput() - Method in interface com.fasterxml.aalto.AsyncInputFeeder
Method that should be called after last chunk of data to parse has been fed.
endPrefixMapping(String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
 
endPrefixMapping(String) - Method in class test.TestSaxReader.MyContentHandler
 
endsWith(String) - Method in class com.fasterxml.aalto.util.TextBuilder
Method that can be used to check if the contents of the buffer end in specified String.
ensureLoaded(int) - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
ENTITY_AMP - Static variable in class com.fasterxml.aalto.in.EntityNames
 
ENTITY_AMP_QUAD - Static variable in class com.fasterxml.aalto.in.EntityNames
 
ENTITY_APOS - Static variable in class com.fasterxml.aalto.in.EntityNames
 
ENTITY_APOS_QUAD - Static variable in class com.fasterxml.aalto.in.EntityNames
 
ENTITY_GT - Static variable in class com.fasterxml.aalto.in.EntityNames
 
ENTITY_GT_QUAD - Static variable in class com.fasterxml.aalto.in.EntityNames
 
ENTITY_LT - Static variable in class com.fasterxml.aalto.in.EntityNames
 
ENTITY_LT_QUAD - Static variable in class com.fasterxml.aalto.in.EntityNames
 
ENTITY_QUOT - Static variable in class com.fasterxml.aalto.in.EntityNames
 
ENTITY_QUOT_QUAD - Static variable in class com.fasterxml.aalto.in.EntityNames
 
EntityNames - Class in com.fasterxml.aalto.in
 
EntityNames() - Constructor for class com.fasterxml.aalto.in.EntityNames
 
EOS - Static variable in class com.fasterxml.aalto.util.CharsetNames
Internal constant used to denote END-OF-STRING
equalEncodings(String, String) - Static method in class com.fasterxml.aalto.util.CharsetNames
Method that implements a loose String comparison for encoding Strings.
equals(Object) - Method in class com.fasterxml.aalto.evt.IncompleteEvent
 
equals(int, int) - Method in class com.fasterxml.aalto.in.ByteBasedPName
 
equals(int[], int) - Method in class com.fasterxml.aalto.in.ByteBasedPName
 
equals(Object) - Method in class com.fasterxml.aalto.in.PName
 
equals(int, int) - Method in class com.fasterxml.aalto.in.PName1
 
equals(int[], int) - Method in class com.fasterxml.aalto.in.PName1
 
equals(int, int) - Method in class com.fasterxml.aalto.in.PName2
 
equals(int[], int) - Method in class com.fasterxml.aalto.in.PName2
 
equals(int, int) - Method in class com.fasterxml.aalto.in.PName3
 
equals(int[], int) - Method in class com.fasterxml.aalto.in.PName3
 
equals(int, int) - Method in class com.fasterxml.aalto.in.PNameN
 
equals(int[], int) - Method in class com.fasterxml.aalto.in.PNameN
 
equals(Object) - Method in class com.fasterxml.aalto.out.WName
 
equals(Object) - Method in class com.fasterxml.aalto.util.UriCanonicalizer.CanonicalKey
 
equalsPName(char[], int, int, int) - Method in class com.fasterxml.aalto.in.PNameC
 
equalsString(String) - Method in class com.fasterxml.aalto.util.TextBuilder
Note: it is assumed that this method is not used often enough to be a bottleneck, or for long segments.
ERR_INTERNAL - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
ERR_NS_EMPTY - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
ERR_NS_REDECL_XML - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
ERR_NS_REDECL_XML_URI - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
ERR_NS_REDECL_XMLNS - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
ERR_NS_REDECL_XMLNS_URI - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
ERR_NS_UNDECLARED - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
ERR_NS_UNDECLARED_FOR_ATTR - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
ERR_NULL_ARG - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
ERR_STATE_NOT_ELEM - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
ERR_STATE_NOT_PI - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
ERR_STATE_NOT_STELEM - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
ERR_STATE_NOT_STELEM_OR_TEXT - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
ERR_WF_DUP_ATTRS - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
ERR_WF_PI_XML_TARGET - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
ERR_XMLDECL_END_MARKER - Static variable in class com.fasterxml.aalto.in.InputBootstrapper
 
ERR_XMLDECL_EXP_ATTRVAL - Static variable in class com.fasterxml.aalto.in.InputBootstrapper
 
ERR_XMLDECL_EXP_EQ - Static variable in class com.fasterxml.aalto.in.InputBootstrapper
 
ERR_XMLDECL_EXP_SPACE - Static variable in class com.fasterxml.aalto.in.InputBootstrapper
 
ERR_XMLDECL_KW_ENCODING - Static variable in class com.fasterxml.aalto.in.InputBootstrapper
 
ERR_XMLDECL_KW_STANDALONE - Static variable in class com.fasterxml.aalto.in.InputBootstrapper
 
ERR_XMLDECL_KW_VERSION - Static variable in class com.fasterxml.aalto.in.InputBootstrapper
 
ErrorConsts - Class in com.fasterxml.aalto.impl
This class contains various String constants used for error reporting.
ErrorConsts() - Constructor for class com.fasterxml.aalto.impl.ErrorConsts
 
EVENT_INCOMPLETE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
EVENT_INCOMPLETE - Static variable in interface com.fasterxml.aalto.AsyncXMLStreamReader
As per javadocs of XMLStreamConstants, event codes 0 through 256 (inclusive?) are reserved by the Stax specs, so we'll use the next available code.
EventAllocatorImpl - Class in com.fasterxml.aalto.evt
Specialized event allocator implementation.
EventAllocatorImpl(boolean) - Constructor for class com.fasterxml.aalto.evt.EventAllocatorImpl
 
EventFactoryImpl - Class in com.fasterxml.aalto.stax
Simple event factory implementation, mostly based on the reference implementation included in Stax2 API jar.
EventFactoryImpl() - Constructor for class com.fasterxml.aalto.stax.EventFactoryImpl
 
EventReaderImpl - Class in com.fasterxml.aalto.evt
Simple implementation based on Stax2 reference implementation base.
EventReaderImpl(XMLEventAllocator, XMLStreamReader2) - Constructor for class com.fasterxml.aalto.evt.EventReaderImpl
 
expand(int) - Method in class com.fasterxml.aalto.util.TextBuilder
Method called when current segment is full, to allocate new segment.
expandCollision() - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
 
expandCollision() - Method in class com.fasterxml.aalto.out.WNameTable
 

F

F_AUTO_CLOSE_INPUT - Static variable in class com.fasterxml.aalto.in.ReaderConfig
 
F_AUTO_CLOSE_OUTPUT - Static variable in class com.fasterxml.aalto.out.WriterConfig
 
F_AUTO_EMPTY_ELEMS - Static variable in class com.fasterxml.aalto.out.WriterConfig
 
F_COALESCING - Static variable in class com.fasterxml.aalto.in.ReaderConfig
 
F_DTD_AWARE - Static variable in class com.fasterxml.aalto.in.ReaderConfig
 
F_DTD_VALIDATING - Static variable in class com.fasterxml.aalto.in.ReaderConfig
 
F_EXPAND_ENTITIES - Static variable in class com.fasterxml.aalto.in.ReaderConfig
 
F_INTERN_NAMES - Static variable in class com.fasterxml.aalto.in.ReaderConfig
 
F_INTERN_NS_URIS - Static variable in class com.fasterxml.aalto.in.ReaderConfig
 
F_LAZY_PARSING - Static variable in class com.fasterxml.aalto.in.ReaderConfig
 
F_NS_AWARE - Static variable in class com.fasterxml.aalto.in.ReaderConfig
 
F_NS_AWARE - Static variable in class com.fasterxml.aalto.out.WriterConfig
 
F_NS_REPAIRING - Static variable in class com.fasterxml.aalto.out.WriterConfig
 
F_PRESERVE_LOCATION - Static variable in class com.fasterxml.aalto.in.ReaderConfig
 
F_REPORT_CDATA - Static variable in class com.fasterxml.aalto.in.ReaderConfig
 
fastWriteAttrValue(char[], int, int, byte[], int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
Method called to copy given attribute value, when it's known that it will completely fit in the output buffer without further checks
fastWriteRaw(char) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
fastWriteRaw(char, char) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
fastWriteRaw(String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
feedInput(byte[], int, int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
feedInput(ByteBuffer) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
feedInput(byte[], int, int) - Method in interface com.fasterxml.aalto.AsyncByteArrayFeeder
Method that can be called to feed more data, if (and only if) AsyncInputFeeder.needMoreInput() returns true.
feedInput(ByteBuffer) - Method in interface com.fasterxml.aalto.AsyncByteBufferFeeder
Method that can be called to feed more data, if (and only if) AsyncInputFeeder.needMoreInput() returns true.
fileToSystemId(File) - Static method in class com.fasterxml.aalto.util.URLUtil
 
fileToURL(File) - Static method in class com.fasterxml.aalto.util.URLUtil
This method is added because the default conversion using file.toURL() turns out to be rather slow, as it tries to figure out if the file is actually a directory.
fillIn8BitAttrRange(int[]) - Static method in class com.fasterxml.aalto.util.XmlCharTypes
Called to set state of 7-bit chars in attribute values
fillIn8BitDtdRange(int[]) - Static method in class com.fasterxml.aalto.util.XmlCharTypes
 
fillIn8BitNameRange(int[]) - Static method in class com.fasterxml.aalto.util.XmlCharTypes
 
fillIn8BitTextRange(int[]) - Static method in class com.fasterxml.aalto.util.XmlCharTypes
Called to set state of 7-bit chars in text content
fillInCommonTextRange(int[]) - Static method in class com.fasterxml.aalto.util.XmlCharTypes
 
fillInIllegalAsciiRange(int[]) - Static method in class com.fasterxml.aalto.in.InputCharTypes
 
fillInLatin1Chars(int[], int[], int[], int[], int[]) - Static method in class com.fasterxml.aalto.util.XmlCharTypes
 
fillInMultiByteNameRange(int[]) - Static method in class com.fasterxml.aalto.in.InputCharTypes
 
fillInMultiByteTextRange(int[]) - Static method in class com.fasterxml.aalto.in.InputCharTypes
 
fillInUtf8Chars(int[], int[], int[], int[], int[]) - Static method in class com.fasterxml.aalto.in.InputCharTypes
 
find(int, int, int) - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable.Bucket
 
find(int, int[], int) - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable.Bucket
 
find(char[], int, int, int) - Method in class com.fasterxml.aalto.in.CharBasedPNameTable.Bucket
 
find(String) - Method in class com.fasterxml.aalto.out.WNameTable.Bucket
 
find(String, String) - Method in class com.fasterxml.aalto.out.WNameTable.Bucket
 
findAttributeIndex(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
findAttributeIndex(String, String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
findAttrIndex(String, String) - Method in class com.fasterxml.aalto.in.XmlScanner
 
findBestBucket() - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
Method called to find the best bucket to spill a PName over to: usually the first bucket that has only one entry, but in general first one of the buckets with least number of entries
findBestBucket() - Method in class com.fasterxml.aalto.out.WNameTable
Method called to find the best bucket to spill a WName over to: usually the first bucket that has only one entry, but in general first one of the buckets with least number of entries
findCurrNsDecl(int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
findElemPrefix(String, DOMOutputElement) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
Method called to find an existing prefix for the given namespace, if any exists in the scope.
findEncodingFor(Writer) - Static method in class com.fasterxml.aalto.util.CharsetNames
Because of legacy encodings used by earlier JDK versions, we need to be careful when accessing encoding names via JDK classes.
findFirstValue(InputStream) - Method in class test.TestTypedSpeed
 
findIllegalNameChar(String, boolean) - Static method in class com.fasterxml.aalto.util.XmlNames
Method that can be used to verify whether given String is a valid xml name or not.
findIndex(String, String) - Method in class com.fasterxml.aalto.in.AttributeCollector
 
findOrCreateAttrPrefix(String, String, DOMOutputElement) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
Method called to somehow find a prefix for given namespace, to be used for a new start element; either use an existing one, or generate a new one.
findOrCreateBinding(String) - Method in class com.fasterxml.aalto.in.XmlScanner
Method called when a namespace declaration needs to find the binding object (essentially a per-prefix-per-document canonical container object)
findPName(int, int) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
Method called to process a sequence of bytes that is likely to be a PName.
findPName(int, int) - Method in class com.fasterxml.aalto.in.StreamScanner
Method called to process a sequence of bytes that is likely to be a PName.
findPName(int, int, int) - Method in class com.fasterxml.aalto.in.StreamScanner
Method called to process a sequence of bytes that is likely to be a PName.
findPName(int, int[], int, int) - Method in class com.fasterxml.aalto.in.StreamScanner
Method called to process a sequence of bytes that is likely to be a PName.
findPName(int, int, int, int, int[]) - Method in class com.fasterxml.aalto.in.StreamScanner
Method called to process a sequence of bytes that is likely to be a PName.
findPName(int, int) - Method in class test.TestPNamePerf
 
findPName(int, int, int) - Method in class test.TestPNamePerf
 
findPName(int, int[], int, int) - Method in class test.TestPNamePerf
 
findPName(int, int, int, int, int[]) - Method in class test.TestPNamePerf
 
findPrefixByUri(String) - Method in class com.fasterxml.aalto.dom.BijectiveNsMap
 
findPrefixByUri(String) - Method in class com.fasterxml.aalto.out.NsBinder
 
findPropertyId(String) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
findStdFeature(String) - Static method in class com.fasterxml.aalto.sax.SAXUtil
 
findStdProperty(String) - Static method in class com.fasterxml.aalto.sax.SAXUtil
 
findSymbol(int, int, int) - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
Finds and returns name matching the specified symbol, if such name already exists in the table; or if not, creates name object, adds to the table, and returns it.
findSymbol(int, int[], int) - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
Finds and returns name matching the specified symbol, if such name already exists in the table; or if not, creates name object, adds to the table, and returns it.
findSymbol(char[], int, int, int) - Method in class com.fasterxml.aalto.in.CharBasedPNameTable
 
findSymbol(String) - Method in class com.fasterxml.aalto.out.WNameTable
 
findSymbol(String, String) - Method in class com.fasterxml.aalto.out.WNameTable
Finds and returns name matching the specified symbol, if such name already exists in the table; or if not, creates name object, adds to the table, and returns it.
findUriByPrefix(String) - Method in class com.fasterxml.aalto.dom.BijectiveNsMap
 
findUriByPrefix(String) - Method in class com.fasterxml.aalto.out.NsBinder
 
finishCData() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
finishCData() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
finishCData() - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
finishCData() - Method in class com.fasterxml.aalto.in.XmlScanner
 
finishCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
This method only gets called in non-coalescing mode; and if so, needs to parse as many characters of the current text segment from the current input block as possible.
finishCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
This method only gets called in non-coalescing mode; and if so, needs to parse as many characters of the current text segment from the current input block as possible.
finishCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
finishCharacters() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
finishCharacters() - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
finishCharacters() - Method in class com.fasterxml.aalto.in.XmlScanner
 
finishCharactersCoalescing() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
TODO: Method not yet implemented
finishCharactersCoalescing() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
TODO: Method not yet implemented
finishCoalescedCData() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
finishCoalescedCData() - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
finishCoalescedCharacters() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
finishCoalescedCharacters() - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
finishCoalescedText() - Method in class com.fasterxml.aalto.in.ReaderScanner
Method that gets called after a primary text segment (of type CHARACTERS or CDATA, not applicable to SPACE) has been read in text buffer.
finishCoalescedText() - Method in class com.fasterxml.aalto.in.Utf8Scanner
Method that gets called after a primary text segment (of type CHARACTERS or CDATA, not applicable to SPACE) has been read in text buffer.
finishComment() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
finishComment() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
finishComment() - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
finishComment() - Method in class com.fasterxml.aalto.in.XmlScanner
 
finishCurrentSegment() - Method in class com.fasterxml.aalto.util.TextBuilder
 
finishDTD(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
finishDTD(boolean) - Method in class com.fasterxml.aalto.in.ReaderScanner
 
finishDTD(boolean) - Method in class com.fasterxml.aalto.in.Utf8Scanner
When this method gets called we know that we have an internal subset, and that the opening '[' has already been read.
finishDTD(boolean) - Method in class com.fasterxml.aalto.in.XmlScanner
 
finishLastValue(int) - Method in class com.fasterxml.aalto.in.AttributeCollector
Method called after all attribute entries have been parsed, and thus the end of the last value in the buffer is known.
finishLastValue2() - Method in class com.fasterxml.aalto.in.AttributeCollector
 
finishPI() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
finishPI() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
finishPI() - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
finishPI() - Method in class com.fasterxml.aalto.in.XmlScanner
 
finishSpace() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
finishSpace() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
finishSpace() - Method in class com.fasterxml.aalto.in.Utf8Scanner
Note: this method is only called in cases where it is known that only space chars are legal.
finishSpace() - Method in class com.fasterxml.aalto.in.XmlScanner
 
finishStartElement(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
Method called to wrap up settings when the whole start (or empty) element has been parsed.
finishStartElement(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
Method called to wrap up settings when the whole start (or empty) element has been parsed.
finishToken() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
finishToken() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
finishToken() - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
finishToken() - Method in class com.fasterxml.aalto.in.XmlScanner
This method is called to ensure that the current token/event has been completely parsed, such that we have all the data needed to return it (textual content, PI data, comment text etc)
fireAuxEvent(int, boolean) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
fireEndTag() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
fireEvents() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
This is the actual "tight event loop" that will send all events between start and end document events.
fireSaxCharacterEvents(ContentHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
 
fireSaxCharacterEvents(ContentHandler) - Method in class com.fasterxml.aalto.util.TextBuilder
This is a specialized "accessor" method, which is basically to fire SAX characters() events in an optimal way, based on which internal buffers are being used
fireSaxCommentEvent(LexicalHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
 
fireSaxCommentEvent(LexicalHandler) - Method in class com.fasterxml.aalto.util.TextBuilder
 
fireSaxEndElement(ContentHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
 
fireSaxPIEvent(ContentHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
 
fireSaxSpaceEvents(ContentHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
 
fireSaxSpaceEvents(ContentHandler) - Method in class com.fasterxml.aalto.util.TextBuilder
 
fireSaxStartElement(ContentHandler, Attributes) - Method in class com.fasterxml.aalto.in.XmlScanner
 
fireStartTag() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
FixedNsContext - Class in com.fasterxml.aalto.in
Non-transient implementation of NamespaceContext.
FixedNsContext(NsDeclaration, String[]) - Constructor for class com.fasterxml.aalto.in.FixedNsContext
 
flush() - Method in class com.fasterxml.aalto.io.UTF8Writer
 
flush() - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
flush() - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
flush() - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
flush() - Method in class com.fasterxml.aalto.out.XmlWriter
 
flushBuffer() - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
flushBuffer() - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
freeBuffers() - Method in class com.fasterxml.aalto.in.MergedStream
 
freeBuffers() - Method in class com.fasterxml.aalto.in.Utf32Reader
 
freeFullBBuffer(byte[]) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
freeFullBBuffer(byte[]) - Method in class com.fasterxml.aalto.out.WriterConfig
 
freeFullCBuffer(char[]) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
freeFullCBuffer(char[]) - Method in class com.fasterxml.aalto.out.WriterConfig
 
freeMediumCBuffer(char[]) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
freeMediumCBuffer(char[]) - Method in class com.fasterxml.aalto.out.WriterConfig
 
freeSmallCBuffer(char[]) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
freeSmallCBuffer(char[]) - Method in class com.fasterxml.aalto.out.WriterConfig
 
fromZeroBased(String, String, long, int, int) - Static method in class com.fasterxml.aalto.impl.LocationImpl
Helper method that will adjust given internal zero-based values to 1-based values that should be externally visible.

G

generateElemPrefix(String, String, DOMOutputElement) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
Method called after DOMWriterImpl.findElemPrefix(java.lang.String, com.fasterxml.aalto.dom.DOMOutputElement) has returned null, to create and bind a namespace mapping for specified namespace.
generateMapping(String, String, int[]) - Method in class com.fasterxml.aalto.dom.OutputElementBase
 
generatePrefix(String, NamespaceContext, int[]) - Method in class com.fasterxml.aalto.out.NsBinder
Method used to generate a new prefix that does not conflict with an existing bound prefix.
generatePrefix(NamespaceContext, String, int[]) - Method in class com.fasterxml.aalto.out.OutputElement
 
getAbsOffset() - Method in class com.fasterxml.aalto.out.XmlWriter
 
getActualEncoding() - Method in class com.fasterxml.aalto.impl.CommonConfig
 
getActualEncoding() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
getActualEncoding() - Method in class com.fasterxml.aalto.out.WriterConfig
 
getAndClear() - Method in class com.fasterxml.aalto.util.TextAccumulator
 
getAscii(String) - Static method in class com.fasterxml.aalto.out.ByteXmlWriter
 
getAscii(String, byte[]) - Static method in class com.fasterxml.aalto.out.ByteXmlWriter
 
getAscii(String, byte[], int) - Static method in class com.fasterxml.aalto.out.ByteXmlWriter
 
getAsciiCharTypes() - Static method in class com.fasterxml.aalto.in.InputCharTypes
 
getAsciiCharTypes() - Static method in class com.fasterxml.aalto.out.OutputCharTypes
 
getAsciiSymbols() - Method in class com.fasterxml.aalto.in.ReaderConfig.EncodingContext
 
getAsciiSymbols(WNameFactory) - Method in class com.fasterxml.aalto.out.WriterConfig.EncodingContext
 
getAsciiSymbols(WNameFactory) - Method in class com.fasterxml.aalto.out.WriterConfig
 
getAttrCollector() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getAttrCount() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getAttributeAs(int, TypedValueDecoder) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeAsArray(int, TypedArrayDecoder) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
Method that allows reading contents of an attribute as an array of whitespace-separate tokens, decoded using specified decoder.
getAttributeAsBinary(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeAsBinary(int, Base64Variant) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeAsBoolean(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeAsDecimal(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeAsDouble(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeAsDoubleArray(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeAsFloat(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeAsFloatArray(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeAsInt(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeAsIntArray(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeAsInteger(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeAsLong(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeAsLongArray(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeAsQName(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeCount() - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
getAttributeCount() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeIndex(String, String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeInfo() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeLocalName(int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
getAttributeLocalName(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeName(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeNamespace(int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
getAttributeNamespace(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributePrefix(int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
getAttributePrefix(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeType(int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
getAttributeType(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeValue(int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
getAttributeValue(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
getAttributeValue(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttributeValue(String, String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getAttrLocalName(int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
getAttrNsURI(int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
getAttrPrefix(int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
getAttrPrefixedName(int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
getAttrQName(int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
getAttrType(int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
getAttrValue(int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
getAttrValue(String, String) - Method in class com.fasterxml.aalto.in.XmlScanner
 
getAutomaticNsPrefix() - Method in class com.fasterxml.aalto.out.WriterConfig
 
getBaseUri() - Method in class com.fasterxml.aalto.out.StreamWriterBase
As of now, there is no way to specify the base URI.
getBBSymbols() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
getBinding() - Method in class com.fasterxml.aalto.in.NsDeclaration
 
getBufferWithoutReset() - Method in class com.fasterxml.aalto.util.TextBuilder
 
getCBSymbols() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
getCharacterEncodingScheme() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
As per Stax (1.0) specs, needs to return whatever xml declaration claimed encoding is, if any; or null if no xml declaration found.
getCharacterOffset() - Method in class com.fasterxml.aalto.impl.LocationImpl
 
getCharDesc(int) - Static method in class com.fasterxml.aalto.util.XmlChars
 
getCharSymbols(WNameFactory) - Method in class com.fasterxml.aalto.out.WriterConfig.EncodingContext
 
getCharSymbols(WNameFactory) - Method in class com.fasterxml.aalto.out.WriterConfig
 
getCharTypes() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
getColumn() - Method in class com.fasterxml.aalto.out.XmlWriter
 
getColumnNumber() - Method in class com.fasterxml.aalto.impl.LocationImpl
 
getColumnNumber() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getConfig() - Method in interface com.fasterxml.aalto.AsyncXMLStreamReader
 
getConfig() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getConfig() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getContentHandler() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getContext() - Method in class com.fasterxml.aalto.impl.LocationImpl
 
getCount() - Method in class com.fasterxml.aalto.in.AttributeCollector
 
getCurrentColumnNr() - Method in class com.fasterxml.aalto.in.ByteBasedScanner
 
getCurrentColumnNr() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
getCurrentColumnNr() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getCurrentElementName() - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
getCurrentLength() - Method in class com.fasterxml.aalto.util.TextBuilder
 
getCurrentLineNr() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getCurrentLocation() - Method in class com.fasterxml.aalto.in.ByteBasedScanner
 
getCurrentLocation() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
getCurrentLocation() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getCurrentLocation() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getCurrNsURI() - Method in class com.fasterxml.aalto.in.NsDeclaration
 
getCustomHash() - Method in class com.fasterxml.aalto.in.PNameC
 
getDefaultInstance() - Static method in class com.fasterxml.aalto.evt.EventAllocatorImpl
 
getDefaultNsUri() - Method in class com.fasterxml.aalto.dom.OutputElementBase
 
getDefaultNsURI() - Method in class com.fasterxml.aalto.out.OutputElement
 
getDepth() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getDepth() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getDTDHandler() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getDTDInfo() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
Since this class implements DTDInfo, method can just return this.
getDTDInternalSubset() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getDTDPublicId() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getDTDPublicId() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getDTDRootName() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getDTDSystemId() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getDTDSystemId() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getElementAs(TypedValueDecoder) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getElementAsBinary() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getElementAsBinary(Base64Variant) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getElementAsBoolean() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getElementAsDecimal() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getElementAsDouble() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getElementAsFloat() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getElementAsInt() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getElementAsInteger() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getElementAsLong() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getElementAsQName() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getElementText() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
From StAX specs: Reads the content of a text-only element, an exception is thrown if this is not a text-only element.
getEmptyCharArray() - Static method in class com.fasterxml.aalto.util.DataUtil
 
getEmptyLocation() - Static method in class com.fasterxml.aalto.impl.LocationImpl
 
getEncoding() - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
getEncoding() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getEncoding() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
As per Stax (1.0) specs, needs to return whatever parser determined the encoding was, if it was able to figure it out.
getEndingByteOffset() - Method in class com.fasterxml.aalto.in.ByteBasedScanner
 
getEndingByteOffset() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
getEndingByteOffset() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getEndingByteOffset() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getEndingCharOffset() - Method in class com.fasterxml.aalto.in.ByteBasedScanner
 
getEndingCharOffset() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
getEndingCharOffset() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getEndingCharOffset() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getEndLocation() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getEndLocation() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getEntityResolver() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getErrorDesc(int, int) - Method in class com.fasterxml.aalto.evt.EventReaderImpl
 
getErrorHandler() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getErrorMsg() - Method in class com.fasterxml.aalto.in.AttributeCollector
 
getEventAllocator() - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
getEventType() - Method in class com.fasterxml.aalto.evt.IncompleteEvent
 
getEventType() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
Returns type of the last event returned; or START_DOCUMENT before any events has been explicitly returned.
getExplicitPrefix(String) - Method in class com.fasterxml.aalto.dom.OutputElementBase
Method similar to OutputElementBase.getPrefix(java.lang.String), but one that will not accept the default namespace, only an explicit one.
getExplicitPrefix(String, NamespaceContext) - Method in class com.fasterxml.aalto.out.OutputElement
Method similar to OutputElement.getPrefix(java.lang.String), but one that will not accept the default namespace, only an explicit one.
getExternalEncoding() - Method in class com.fasterxml.aalto.impl.CommonConfig
This method returns name of encoding that has been passed explicitly to the reader or writer, from outside.
getExternalEncoding() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
getExternalEncoding() - Method in class com.fasterxml.aalto.out.WriterConfig
 
getFactory() - Method in class test.RunStreamWriter
 
getFactory() - Method in class test.TestStreamCopier
 
getFactory() - Method in class test.TestStreamReader
 
getFastInstance() - Static method in class com.fasterxml.aalto.evt.EventAllocatorImpl
 
getFeature(String) - Method in class com.fasterxml.aalto.sax.SAXParserFactoryImpl
 
getFeature(String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getFeature(String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getFirstQuad() - Method in class com.fasterxml.aalto.in.ByteBasedPName
 
getFirstQuad() - Method in class com.fasterxml.aalto.in.PName
 
getFirstQuad() - Method in class com.fasterxml.aalto.in.PName1
 
getFirstQuad() - Method in class com.fasterxml.aalto.in.PName2
 
getFirstQuad() - Method in class com.fasterxml.aalto.in.PName3
 
getFirstQuad() - Method in class com.fasterxml.aalto.in.PNameC
 
getFirstQuad() - Method in class com.fasterxml.aalto.in.PNameN
 
getFixedStdFeatureValue(SAXFeature) - Static method in class com.fasterxml.aalto.sax.SAXUtil
Convenience method that will return value (True/False) for the given standard feature, iff it has fixed (immutable) value for the current implementation.
getFullBBuffer(int) - Method in class com.fasterxml.aalto.util.BufferRecycler
 
getFullCBuffer(int) - Method in class com.fasterxml.aalto.util.BufferRecycler
 
getHighestEncodable() - Method in class com.fasterxml.aalto.out.AsciiXmlWriter
 
getHighestEncodable() - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
getHighestEncodable() - Method in class com.fasterxml.aalto.out.Latin1XmlWriter
 
getHighestEncodable() - Method in class com.fasterxml.aalto.out.SingleByteXmlWriter
 
getHighestEncodable() - Method in class com.fasterxml.aalto.out.Utf8XmlWriter
 
getHighestEncodable() - Method in class com.fasterxml.aalto.out.XmlWriter
Method called by error reporting code, to figure out if a given character is encodable (without using character entities) with the current encoding or not.
getIdAttributeIndex() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getIllegalCharHandler() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
getIndex(String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getIndex(String, String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getInputFeeder() - Method in class com.fasterxml.aalto.async.AsyncStreamReaderImpl
 
getInputFeeder() - Method in interface com.fasterxml.aalto.AsyncXMLStreamReader
Method used to access AsyncInputFeeder which is used to provide XML content to parse in non-blocking manner (see AsyncInputFeeder for more details).
getInputPublicId() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getInputSystemId() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getInstance() - Static method in class com.fasterxml.aalto.in.ByteBasedPNameFactory
 
getInstance() - Static method in class com.fasterxml.aalto.util.EmptyIterator
Since the actual type has no effect (as this iterator never returns any value objects), we can just cast away here: bit unclean, but safe.
getLastCharLocation() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getLastQuad() - Method in class com.fasterxml.aalto.in.PName
 
getLastQuad() - Method in class com.fasterxml.aalto.in.PName1
 
getLastQuad() - Method in class com.fasterxml.aalto.in.PName2
 
getLastQuad() - Method in class com.fasterxml.aalto.in.PName3
 
getLastQuad() - Method in class com.fasterxml.aalto.in.PNameC
 
getLastQuad() - Method in class com.fasterxml.aalto.in.PNameN
 
getLatin1CharTypes() - Static method in class com.fasterxml.aalto.in.InputCharTypes
 
getLatin1CharTypes() - Static method in class com.fasterxml.aalto.out.OutputCharTypes
 
getLatin1Symbols() - Method in class com.fasterxml.aalto.in.ReaderConfig.EncodingContext
 
getLatin1Symbols(WNameFactory) - Method in class com.fasterxml.aalto.out.WriterConfig.EncodingContext
 
getLatin1Symbols(WNameFactory) - Method in class com.fasterxml.aalto.out.WriterConfig
 
getLength() - Method in class com.fasterxml.aalto.sax.SAXParserImpl.AttributesWrapper
 
getLength() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getLevel() - Method in class com.fasterxml.aalto.in.NsDeclaration
 
getLineNumber() - Method in class com.fasterxml.aalto.impl.LocationImpl
 
getLineNumber() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getLocalizedMessage() - Method in exception com.fasterxml.aalto.UncheckedStreamException
 
getLocalName() - Method in class com.fasterxml.aalto.in.PName
 
getLocalName() - Method in class com.fasterxml.aalto.out.OutputElement
 
getLocalName() - Method in class com.fasterxml.aalto.out.WName
 
getLocalName(int) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getLocalName() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getLocation(XMLStreamReader) - Method in class com.fasterxml.aalto.evt.EventAllocatorImpl
Method used to get the Location object to use for an event to create.
getLocation() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
getLocation() - Method in class com.fasterxml.aalto.in.CharSourceBootstrapper
 
getLocation() - Method in class com.fasterxml.aalto.in.InputBootstrapper
 
getLocation() - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
getLocation() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getLocationDesc() - Method in exception com.fasterxml.aalto.impl.StreamExceptionBase
 
getLocationDesc() - Method in exception com.fasterxml.aalto.ValidationException
 
getLocationInfo() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
Location information is always accessible, for this reader.
getMediumCBuffer(int) - Method in class com.fasterxml.aalto.util.BufferRecycler
 
getMessage() - Method in exception com.fasterxml.aalto.impl.StreamExceptionBase
Method is overridden for two main reasons: first, default method does not display public/system id information, even if it exists, and second, default implementation can not handle nested Location information.
getMessage() - Method in exception com.fasterxml.aalto.UncheckedStreamException
 
getMessage() - Method in exception com.fasterxml.aalto.ValidationException
Method is overridden for two main reasons: first, default method does not display public/system id information, even if it exists, and second, default implementation can not handle nested Location information.
getName(int) - Method in class com.fasterxml.aalto.in.AttributeCollector
 
getName() - Method in class com.fasterxml.aalto.in.ElementScope
 
getName() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getName() - Method in class com.fasterxml.aalto.out.OutputElement
 
getName(int) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.AttributesWrapper
 
getName() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getNameDesc() - Method in class com.fasterxml.aalto.dom.DOMOutputElement
 
getNameDesc() - Method in class com.fasterxml.aalto.dom.OutputElementBase
 
getNameDesc() - Method in class com.fasterxml.aalto.out.OutputElement
 
getNamespaceContext() - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
getNamespaceContext() - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
getNamespaceContext() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getNamespaceCount() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getNamespacePrefix(int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
getNamespacePrefix(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getNamespaceURI(String) - Method in class com.fasterxml.aalto.dom.OutputElementBase
 
getNamespaceURI(String) - Method in class com.fasterxml.aalto.in.FixedNsContext
 
getNamespaceURI(int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
getNamespaceURI() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getNamespaceURI(String) - Method in class com.fasterxml.aalto.in.XmlScanner
 
getNamespaceURI() - Method in class com.fasterxml.aalto.out.OutputElement
 
getNamespaceURI(String) - Method in class com.fasterxml.aalto.out.OutputElement
 
getNamespaceURI(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
getNamespaceURI() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getNamespaceURI(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getNamespaceURI(String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getNext() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
getNext() - Method in class com.fasterxml.aalto.in.CharBasedPNameTable.Bucket
 
getNext() - Method in class com.fasterxml.aalto.in.CharSourceBootstrapper
 
getNext() - Method in class com.fasterxml.aalto.in.InputBootstrapper
 
getNextAfterWs(boolean) - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
getNextAfterWs(boolean) - Method in class com.fasterxml.aalto.in.CharSourceBootstrapper
 
getNextAfterWs(boolean) - Method in class com.fasterxml.aalto.in.InputBootstrapper
 
getNonNullNamespaceURI() - Method in class com.fasterxml.aalto.out.OutputElement
 
getNonNullPrefix() - Method in class com.fasterxml.aalto.out.OutputElement
 
getNonSharedConfig(String, String, String, boolean, boolean) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
Method called when a non-shared copy of the current configuration is needed.
getNonTransientNamespaceContext() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getNonTransientNamespaceContext() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getNotationAttributeIndex() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getNsBinding() - Method in class com.fasterxml.aalto.in.PName
 
getNsCount() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getNsUri() - Method in class com.fasterxml.aalto.in.PName
 
getOutputFactory() - Method in class test.TestStreamCopier
 
getOutputPtr() - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
getOutputPtr() - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
getOutputPtr() - Method in class com.fasterxml.aalto.out.XmlWriter
 
getParent() - Method in class com.fasterxml.aalto.dom.DOMOutputElement
 
getParent() - Method in class com.fasterxml.aalto.in.ElementScope
 
getParent() - Method in class com.fasterxml.aalto.out.OutputElement
 
getParser() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getPIData() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getPITarget() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getPreferredEncoding() - Method in class com.fasterxml.aalto.out.WriterConfig
 
getPrefix(String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
getPrefix(String) - Method in class com.fasterxml.aalto.dom.OutputElementBase
 
getPrefix(String) - Method in class com.fasterxml.aalto.in.FixedNsContext
 
getPrefix() - Method in class com.fasterxml.aalto.in.NsDeclaration
 
getPrefix() - Method in class com.fasterxml.aalto.in.PName
 
getPrefix(String) - Method in class com.fasterxml.aalto.in.XmlScanner
 
getPrefix(String) - Method in class com.fasterxml.aalto.out.OutputElement
 
getPrefix(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
getPrefix() - Method in class com.fasterxml.aalto.out.WName
 
getPrefix() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getPrefixedName() - Method in class com.fasterxml.aalto.in.PName
 
getPrefixedName() - Method in class com.fasterxml.aalto.out.WName
 
getPrefixedName() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getPrefixes(String) - Method in class com.fasterxml.aalto.dom.OutputElementBase
 
getPrefixes(String) - Method in class com.fasterxml.aalto.in.FixedNsContext
 
getPrefixes(String) - Method in class com.fasterxml.aalto.in.XmlScanner
 
getPrefixes(String, NamespaceContext) - Method in class com.fasterxml.aalto.out.OutputElement
 
getPrefixes(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
getPrefixesBoundToUri(String, List<String>) - Method in class com.fasterxml.aalto.dom.BijectiveNsMap
 
getPrefixesBoundToUri(String, List<String>) - Method in class com.fasterxml.aalto.out.NsBinder
 
getPrev() - Method in class com.fasterxml.aalto.in.NsDeclaration
 
getProcessedDTD() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
Note: DTD-handling sub-classes need to override this method.
getProcessedDTDSchema() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
Sub-class will override this method
getProperty(String) - Method in class com.fasterxml.aalto.dom.DOMReaderImpl
 
getProperty(String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
getProperty(String, boolean) - Method in class com.fasterxml.aalto.impl.CommonConfig
 
getProperty(String, boolean) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
getProperty(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
getProperty(String, boolean) - Method in class com.fasterxml.aalto.out.WriterConfig
 
getProperty(String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getProperty(String) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
getProperty(String) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
 
getProperty(String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getPublicId() - Method in class com.fasterxml.aalto.impl.LocationImpl
 
getPublicId() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
getPublicId() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getQName(int) - Method in class com.fasterxml.aalto.in.AttributeCollector
 
getQName() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getQName() - Method in class com.fasterxml.aalto.out.OutputElement
 
getQName(int) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getQuad(int) - Method in class com.fasterxml.aalto.in.ByteBasedPName
 
getQuad(int) - Method in class com.fasterxml.aalto.in.PName
 
getQuad(int) - Method in class com.fasterxml.aalto.in.PName1
 
getQuad(int) - Method in class com.fasterxml.aalto.in.PName2
 
getQuad(int) - Method in class com.fasterxml.aalto.in.PName3
 
getQuad(int) - Method in class com.fasterxml.aalto.in.PNameC
 
getQuad(int) - Method in class com.fasterxml.aalto.in.PNameN
 
getRow() - Method in class com.fasterxml.aalto.out.XmlWriter
 
getScanner() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
Should not really be public, but needed by SAX code
getSmallCBuffer(int) - Method in class com.fasterxml.aalto.util.BufferRecycler
 
getStackTrace() - Method in exception com.fasterxml.aalto.UncheckedStreamException
 
getStartingByteOffset() - Method in class com.fasterxml.aalto.in.ByteBasedScanner
 
getStartingByteOffset() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
getStartingByteOffset() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getStartingByteOffset() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getStartingCharOffset() - Method in class com.fasterxml.aalto.in.ByteBasedScanner
 
getStartingCharOffset() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
getStartingCharOffset() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getStartingCharOffset() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getStartLocation() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getStartLocation() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getSuffix() - Method in enum com.fasterxml.aalto.sax.SAXFeature
 
getSuffix() - Method in enum com.fasterxml.aalto.sax.SAXProperty
 
getSymbol() - Method in class com.fasterxml.aalto.in.CharBasedPNameTable.Bucket
 
getSymbols() - Method in class com.fasterxml.aalto.in.ReaderConfig.EncodingContext
 
getSystemId() - Method in class com.fasterxml.aalto.impl.LocationImpl
 
getSystemId() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
getSystemId() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getText() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getText(Writer, boolean) - Method in class com.fasterxml.aalto.in.XmlScanner
 
getText() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getText(Writer, boolean) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
Method similar to StreamReaderImpl.getText(), except that it just uses provided Writer to write all textual content.
getTextBuffer() - Method in class com.fasterxml.aalto.util.TextBuilder
 
getTextCharacters() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getTextCharacters(int, char[], int, int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
getTextCharacters() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getTextCharacters(int, char[], int, int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getTextLength() - Method in class com.fasterxml.aalto.in.XmlScanner
 
getTextLength() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getTextStart() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getType(int) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.AttributesWrapper
 
getType(String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.AttributesWrapper
 
getType(int) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getType(String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getType(String, String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getURI(int) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getUtf8CharTypes() - Static method in class com.fasterxml.aalto.in.InputCharTypes
 
getUtf8CharTypes() - Static method in class com.fasterxml.aalto.out.OutputCharTypes
 
getUtf8Symbols() - Method in class com.fasterxml.aalto.in.ReaderConfig.EncodingContext
 
getUtf8Symbols(WNameFactory) - Method in class com.fasterxml.aalto.out.WriterConfig.EncodingContext
 
getUtf8Symbols(WNameFactory) - Method in class com.fasterxml.aalto.out.WriterConfig
 
getValidationLocation() - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
getValue(int) - Method in class com.fasterxml.aalto.in.AttributeCollector
 
getValue(String, String) - Method in class com.fasterxml.aalto.in.AttributeCollector
 
getValue(int) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.AttributesWrapper
 
getValue(String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.AttributesWrapper
 
getValue(int) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getValue(String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getValue(String, String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getVersion() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
getWsOrChar(int) - Method in class com.fasterxml.aalto.in.InputBootstrapper
Method that should get next character, which has to be either specified character (usually end marker), OR, any character as long as there' at least one space character before it.
getXmlDeclEncoding() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
getXmlDeclStandalone() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
getXmlDeclVersion() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
getXMLReader() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
getXMLReporter() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
getXMLReporter() - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
getXMLResolver() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
getXMLResolver() - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
getXmlVersion() - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
getXMLVersion() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
growAnyArrayBy(Object, int) - Static method in class com.fasterxml.aalto.util.DataUtil
 
growArrayBy(String[], int) - Static method in class com.fasterxml.aalto.util.DataUtil
 
growArrayBy(int[], int) - Static method in class com.fasterxml.aalto.util.DataUtil
 
growArrayBy(char[], int) - Static method in class com.fasterxml.aalto.util.DataUtil
 
guessEncodingBitSize(WriterConfig) - Static method in class com.fasterxml.aalto.out.XmlWriter
Method used to figure out which part of the Unicode char set the encoding can natively support.

H

handleAndAppendPending() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
Method called to handle split multi-byte character, by decoding it and appending to the text buffer, if possible.
handleAndAppendPending() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
Method called to handle split multi-byte character, by decoding it and appending to the text buffer, if possible.
handleAttrValue() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handleAttrValue() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handleAttrValue() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
handleAttrValuePending() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handleAttrValuePending() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handleAttrValuePendingUTF8() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handleAttrValuePendingUTF8() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handleCData() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handleCData() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handleCDataPending() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handleCDataPending() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handleCDataStartMarker(byte) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handleCDataStartMarker(byte) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handleCharEntity() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
handleCharEntity() - Method in class com.fasterxml.aalto.in.StreamScanner
 
handleComment() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handleComment() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handleCommentOrCdataStart() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
handleCommentOrCdataStart() - Method in class com.fasterxml.aalto.in.StreamScanner
 
handleCommentPending() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handleCommentPending() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handleDecEntityInAttribute(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handleDecEntityInAttribute(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handleDecEntityInCharacters(int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handleDecEntityInCharacters(int) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handleDTD() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handleDTD() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handleDTDInternalSubset(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handleDTDInternalSubset(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handleDtdStart() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
handleDtdStart() - Method in class com.fasterxml.aalto.in.StreamScanner
 
handleEndElement() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
This method is "slow" version of above, used when name of the end element can split input buffer boundary
handleEndElement() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
This method is "slow" version of above, used when name of the end element can split input buffer boundary
handleEndElement() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
handleEndElement() - Method in class com.fasterxml.aalto.in.StreamScanner
Note that this method is currently also shareable for all Ascii-based encodings, and at least between UTF-8 and ISO-Latin1.
handleEndElementSlow(int) - Method in class com.fasterxml.aalto.in.StreamScanner
 
handleEndElementStart() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handleEndElementStart() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handleEntityInAttributeValue() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
Method called to handle entity encountered inside attribute value.
handleEntityInAttributeValue() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
Method called to handle entity encountered inside attribute value.
handleEntityInCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
Method called to handle entity encountered inside CHARACTERS segment, when trying to complete a non-coalescing text segment.
handleEntityInCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
Method called to handle entity encountered inside CHARACTERS segment, when trying to complete a non-coalescing text segment.
handleEntityInText(boolean) - Method in class com.fasterxml.aalto.in.ReaderScanner
 
handleEntityInText(boolean) - Method in class com.fasterxml.aalto.in.StreamScanner
 
handleEntityInText(boolean) - Method in class com.fasterxml.aalto.in.Utf8Scanner
Method called when an ampersand is encounter in text segment.
handleEntityStartingToken() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
Method called when a new token (within tree) starts with an entity.
handleEntityStartingToken() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
Method called when a new token (within tree) starts with an entity.
handleEq(String) - Method in class com.fasterxml.aalto.in.InputBootstrapper
 
handleHexEntityInAttribute(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handleHexEntityInAttribute(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handleHexEntityInCharacters(int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handleHexEntityInCharacters(int) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handleInvalidXmlChar(int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
handleNamedEntityStartingToken() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
Method called when we see an entity that is starting a new token, and part of its name has been decoded (but not all)
handleNamedEntityStartingToken() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
Method called when we see an entity that is starting a new token, and part of its name has been decoded (but not all)
handleNsDecl() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handleNsDecl() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handleNsDecl() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
handleNsDeclaration(PName, char) - Method in class com.fasterxml.aalto.in.ReaderScanner
Method called from the main START_ELEMENT handling loop, to parse namespace URI values.
handleNsDeclaration(PName, byte) - Method in class com.fasterxml.aalto.in.Utf8Scanner
Method called from the main START_ELEMENT handling loop, to parse namespace URI values.
handleNsValuePending() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handleNsValuePending() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handleNumericEntityStartingToken() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
Method called to handle cases where we find something other than a character entity (or one of 4 pre-defined general entities that act like character entities)
handleNumericEntityStartingToken() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
Method called to handle cases where we find something other than a character entity (or one of 4 pre-defined general entities that act like character entities)
handlePartialCR() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
Method called when there is a pending \r (from past buffer), and we need to see
handlePartialCR() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
Method called when there is a pending \r (from past buffer), and we need to see
handlePI() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handlePI() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handlePIPending() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handlePIPending() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handlePIStart() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
handlePIStart() - Method in class com.fasterxml.aalto.in.StreamScanner
Method called after leading '
handlePrologDeclStart(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handlePrologDeclStart(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handlePrologDeclStart(boolean) - Method in class com.fasterxml.aalto.in.ReaderScanner
 
handlePrologDeclStart(boolean) - Method in class com.fasterxml.aalto.in.StreamScanner
 
handlePrologEoi(boolean) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
handleStartElement() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
handleStartElement() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
handleStartElement(char) - Method in class com.fasterxml.aalto.in.ReaderScanner
 
handleStartElement(byte) - Method in class com.fasterxml.aalto.in.StreamScanner
Parsing of start element requires parsing of the element name (and attribute names), and is thus encoding-specific.
handleStartElement(byte) - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
handleStartElementStart(byte) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
Method called when '<' and (what appears to be) a name start character have been seen.
handleStartElementStart(byte) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
Method called when '<' and (what appears to be) a name start character have been seen.
handleTreeEoi() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
Method called when hitting an end-of-input within tree, after a valid token
handleXmlDeclaration() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
Method called to complete parsing of XML declaration, once it has been reliably detected.
handleXmlDeclaration() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
Method called to complete parsing of XML declaration, once it has been reliably detected.
hasEmptyDefaultNs() - Method in class com.fasterxml.aalto.out.OutputElement
 
hasEmptyStack() - Method in class com.fasterxml.aalto.in.XmlScanner
 
hasExplicitFlag(int) - Method in class com.fasterxml.aalto.impl.CommonConfig
 
hasFlag(int) - Method in class com.fasterxml.aalto.impl.CommonConfig
 
hasFlagBeenModified(int) - Method in class com.fasterxml.aalto.impl.CommonConfig
Method for checking whether specific configuration flag has been explicitly modified (set, clear; regardless of whether state actually changed), or is it the default value.
hashCode() - Method in class com.fasterxml.aalto.evt.IncompleteEvent
 
hashCode() - Method in class com.fasterxml.aalto.in.ByteBasedPName
Whether we should use internal hash, or the hash of prefixed name string itself is an open question.
hashCode() - Method in class com.fasterxml.aalto.in.PName
 
hashCode() - Method in class com.fasterxml.aalto.in.PNameC
Whether we should use internal hash, or the hash of prefixed name string itself is an open question.
hashCode() - Method in class com.fasterxml.aalto.out.OutputElement
 
hashCode() - Method in class com.fasterxml.aalto.out.WName
Whether we should use internal hash, or the hash of prefixed name string itself is an open question.
hashCode() - Method in class com.fasterxml.aalto.util.UriCanonicalizer.CanonicalKey
 
hashEquals(int, int, int) - Method in class com.fasterxml.aalto.in.ByteBasedPName
 
hashEquals(int, int[], int) - Method in class com.fasterxml.aalto.in.ByteBasedPName
 
hashEquals(int, int, int) - Method in class com.fasterxml.aalto.in.PName1
 
hashEquals(int, int[], int) - Method in class com.fasterxml.aalto.in.PName1
 
hashEquals(int, int, int) - Method in class com.fasterxml.aalto.in.PName2
 
hashEquals(int, int[], int) - Method in class com.fasterxml.aalto.in.PName2
 
hashEquals(int, int, int) - Method in class com.fasterxml.aalto.in.PName3
 
hashEquals(int, int[], int) - Method in class com.fasterxml.aalto.in.PName3
 
hashEquals(int, int, int) - Method in class com.fasterxml.aalto.in.PNameN
 
hashEquals(int, int[], int) - Method in class com.fasterxml.aalto.in.PNameN
 
hasInternNamesBeenEnabled() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
hasInternNsURIsBeenEnabled() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
hasName(String) - Method in class com.fasterxml.aalto.out.WName
 
hasName(String, String) - Method in class com.fasterxml.aalto.out.WName
 
hasName() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
hasNext() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
hasNext() - Method in class com.fasterxml.aalto.util.EmptyIterator
 
hasNext() - Method in class com.fasterxml.aalto.util.SingletonIterator
 
hasNsURI(String) - Method in class com.fasterxml.aalto.in.NsDeclaration
 
hasPrefix(String) - Method in class com.fasterxml.aalto.in.NsDeclaration
 
hasPrefix() - Method in class com.fasterxml.aalto.in.PName
 
hasPrefix() - Method in class com.fasterxml.aalto.out.OutputElement
 
hasPrefix() - Method in class com.fasterxml.aalto.out.WName
 
hasPrefixedName(String) - Method in class com.fasterxml.aalto.in.PName
 
hasText() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
hasText() - Method in class com.fasterxml.aalto.util.TextAccumulator
 
hasXmlDeclaration() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 

I

ignorableWhitespace(char[], int, int) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
 
ignorableWhitespace(char[], int, int) - Method in class test.TestSaxReader.MyContentHandler
 
illegalCharHandler - Variable in class com.fasterxml.aalto.in.ReaderConfig
 
IllegalCharHandler - Interface in com.fasterxml.aalto.util
 
IllegalCharHandler.ReplacingIllegalCharHandler - Class in com.fasterxml.aalto.util
 
IMPL_NAME - Static variable in class com.fasterxml.aalto.impl.CommonConfig
 
IMPL_VERSION - Static variable in class com.fasterxml.aalto.impl.CommonConfig
This is "major.minor" version used for purposes of determining the feature set.
IncompleteEvent - Class in com.fasterxml.aalto.evt
Bogus XMLEvent returned when the next event is not yet available, in case of non-blocking (async) parsing.
IncompleteEvent() - Constructor for class com.fasterxml.aalto.evt.IncompleteEvent
 
init() - Method in class com.fasterxml.aalto.util.UriCanonicalizer
 
initAttribute(byte) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
initAttribute(byte) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
INITIAL_COLLISION_LEN - Static variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
 
INITIAL_COLLISION_LEN - Static variable in class com.fasterxml.aalto.out.WNameTable
 
initialLoad(int) - Method in class com.fasterxml.aalto.in.CharSourceBootstrapper
 
initStartElement(PName) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
initStartElement(PName) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
inPrologOrEpilog() - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
InputBootstrapper - Class in com.fasterxml.aalto.in
Abstract base class that defines shared functionality between different bootstrappers (byte stream, char Readers, block input)
InputBootstrapper(ReaderConfig) - Constructor for class com.fasterxml.aalto.in.InputBootstrapper
 
InputCharTypes - Class in com.fasterxml.aalto.in
 
InputCharTypes() - Constructor for class com.fasterxml.aalto.in.InputCharTypes
 
InputFactoryImpl - Class in com.fasterxml.aalto.stax
Aalto implementation of basic Stax factory (both XMLInputFactory and XMLInputFactory2) as well as API for producing non-blocking (async) parsers (that is, AsyncXMLInputFactory).
InputFactoryImpl() - Constructor for class com.fasterxml.aalto.stax.InputFactoryImpl
 
inputStreamFromURL(URL) - Static method in class com.fasterxml.aalto.util.URLUtil
Method that tries to get a stream (ideally, optimal one) to read from the specified URL.
INSTANCE - Static variable in class com.fasterxml.aalto.evt.IncompleteEvent
 
instance() - Static method in class com.fasterxml.aalto.evt.IncompleteEvent
 
INT_0 - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_9 - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_A - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_a - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_A - Static variable in class test.TestPNamePerf
 
INT_AMP - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_AMP - Static variable in class test.TestScannerPerf
 
INT_APOS - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_COLON - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_CR - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_CR - Static variable in class test.TestScannerPerf
 
INT_EQ - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_EXCL - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_F - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_f - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_GT - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_HYPHEN - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_LBRACKET - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_LF - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_LF - Static variable in class test.TestScannerPerf
 
INT_LT - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_LT - Static variable in class test.TestScannerPerf
 
INT_NULL - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_QMARK - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_QUOTE - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_RBRACKET - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_RBRACKET - Static variable in class test.TestScannerPerf
 
INT_SLASH - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_SPACE - Static variable in class com.fasterxml.aalto.in.AttributeCollector
 
INT_SPACE - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_SPACE - Static variable in class com.fasterxml.aalto.util.TextBuilder
 
INT_SPACE - Static variable in class test.TestScannerPerf
 
INT_TAB - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
INT_TAB - Static variable in class test.TestScannerPerf
 
INT_z - Static variable in class com.fasterxml.aalto.in.XmlScanner
 
IoStreamException - Exception in com.fasterxml.aalto.impl
Simple wrapper for IOExceptions; needed when StAX does not expose underlying I/O exceptions via its methods.
IoStreamException(IOException) - Constructor for exception com.fasterxml.aalto.impl.IoStreamException
 
IoStreamException(String) - Constructor for exception com.fasterxml.aalto.impl.IoStreamException
 
is10NameChar(int) - Static method in class com.fasterxml.aalto.util.XmlChars
 
is10NameStartChar(int) - Static method in class com.fasterxml.aalto.util.XmlChars
 
is11NameChar(int) - Static method in class com.fasterxml.aalto.util.XmlChars
 
is11NameStartChar(int) - Static method in class com.fasterxml.aalto.util.XmlChars
 
isAllWhitespace() - Method in class com.fasterxml.aalto.util.TextBuilder
 
isAllWhitespace(String, boolean) - Static method in class com.fasterxml.aalto.util.TextUtil
 
isAllWhitespace(char[], int, int, boolean) - Static method in class com.fasterxml.aalto.util.TextUtil
 
isAttributeSpecified(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
isAttrSpecified(int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
isBound() - Method in class com.fasterxml.aalto.in.PName
 
isCharacters() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
isDeclared(int) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
isDeclared(String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
isDeclared(String, String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
isEmptyElement() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
isEmptyTag() - Method in class com.fasterxml.aalto.in.XmlScanner
 
isEndElement() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
isImmutable() - Method in class com.fasterxml.aalto.in.NsBinding
 
isNamespaceAware() - Method in class com.fasterxml.aalto.out.WriterConfig
 
isNamespaceAware() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
isNotationDeclared(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
isPrefixBoundTo(String, String, NamespaceContext) - Method in class com.fasterxml.aalto.out.OutputElement
 
isPrefixUnbound(String, NamespaceContext) - Method in class com.fasterxml.aalto.out.OutputElement
 
isPrefixValid(String, String, boolean) - Method in class com.fasterxml.aalto.dom.OutputElementBase
Method that verifies that passed-in prefix indeed maps to the specified namespace URI; and depending on how it goes returns a status for caller.
isPropertySupported(String) - Method in class com.fasterxml.aalto.dom.DOMReaderImpl
 
isPropertySupported(String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
isPropertySupported(String) - Method in class com.fasterxml.aalto.evt.EventReaderImpl
 
isPropertySupported(String) - Method in class com.fasterxml.aalto.impl.CommonConfig
 
isPropertySupported(String) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
isPropertySupported(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
isPropertySupported(String) - Method in class com.fasterxml.aalto.out.WriterConfig
 
isPropertySupported(String) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
isPropertySupported(String) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
 
isPropertySupported(String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
isRoot() - Method in class com.fasterxml.aalto.dom.DOMOutputElement
 
isRoot() - Method in class com.fasterxml.aalto.dom.OutputElementBase
 
isRoot() - Method in class com.fasterxml.aalto.out.OutputElement
 
isSpace(char) - Static method in class com.fasterxml.aalto.in.AttributeCollector
 
isSpecified(int) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
isSpecified(String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
isSpecified(String, String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
isStandalone() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
isStartElement() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
isTextWhitespace() - Method in class com.fasterxml.aalto.in.XmlScanner
 
isUnparsedEntityDeclared(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
isValidating() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
isWhiteSpace() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
isXml11() - Method in class com.fasterxml.aalto.impl.CommonConfig
 
isXml11() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
isXml11() - Method in class com.fasterxml.aalto.out.WriterConfig
 

L

LAST_VALID_BUCKET - Static variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
Bucket index is 8 bits, and value 0 is reserved to represent 'empty' status.
LAST_VALID_BUCKET - Static variable in class com.fasterxml.aalto.out.WNameTable
Bucket index is 8 bits, and value 0 is reserved to represent 'empty' status.
LAST_VALID_CHAR - Static variable in class com.fasterxml.aalto.out.AsciiXmlWriter
 
LAST_VALID_CHAR - Static variable in class com.fasterxml.aalto.out.Latin1XmlWriter
Decode tables will have enough entries for the full 8-bit range
Latin1XmlWriter - Class in com.fasterxml.aalto.out
This is the generic implementation of XmlWriter, used if the destination is byte-based OutputStream, and encoding is ISO-8859-1 (aka Latin1)
Latin1XmlWriter(WriterConfig, OutputStream) - Constructor for class com.fasterxml.aalto.out.Latin1XmlWriter
 
length() - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable.Bucket
 
length() - Method in class com.fasterxml.aalto.out.WNameTable.Bucket
 
loadAndRetain(int) - Method in class com.fasterxml.aalto.in.ReaderScanner
 
loadAndRetain(int) - Method in class com.fasterxml.aalto.in.StreamScanner
 
loadMore() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
loadMore() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
loadMore() - Method in class com.fasterxml.aalto.in.CharSourceBootstrapper
 
loadMore() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
loadMore() - Method in class com.fasterxml.aalto.in.StreamScanner
 
loadMore(int) - Method in class com.fasterxml.aalto.in.Utf32Reader
 
loadMore() - Method in class com.fasterxml.aalto.in.XmlScanner
 
loadMoreBytes() - Method in class test.TestScannerPerf
 
loadMoreBytesGuaranteed() - Method in class test.TestScannerPerf
 
loadMoreGuaranteed() - Method in class com.fasterxml.aalto.in.XmlScanner
Method that tries to load at least one more byte into buffer; and if that fails, throws an appropriate EOI exception.
loadMoreGuaranteed(int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
loadMoreGuaranteed() - Method in class test.TestPNamePerf
 
loadOne() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
loadOne(int) - Method in class com.fasterxml.aalto.in.ReaderScanner
 
loadOne() - Method in class com.fasterxml.aalto.in.StreamScanner
 
loadOne(int) - Method in class com.fasterxml.aalto.in.StreamScanner
 
loadOne() - Method in class test.TestPNamePerf
 
localSize() - Method in class com.fasterxml.aalto.dom.BijectiveNsMap
 
localSize() - Method in class com.fasterxml.aalto.out.NsBinder
 
LocationImpl - Class in com.fasterxml.aalto.impl
Basic implementation of XMLStreamLocation2, used by stream readers and writers.
LocationImpl(String, String, int, int, int) - Constructor for class com.fasterxml.aalto.impl.LocationImpl
 
longWriteCharacters(String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 

M

mActualEncoding - Variable in class com.fasterxml.aalto.in.ReaderConfig
Name of the actual encoding that input was found to be in (if any -- can't be determined if a Reader was passed in).
main(String[]) - Static method in class test.RunStreamWriter
 
main(String[]) - Static method in class test.TestAsyncReader
 
main(String[]) - Static method in class test.TestBase64Reader
 
main(String[]) - Static method in class test.TestEventReader
 
main(String[]) - Static method in class test.TestLineReader
 
main(String[]) - Static method in class test.TestNameHashing
 
main(String[]) - Static method in class test.TestNameTable
 
main(String[]) - Static method in class test.TestPNamePerf
 
main(String[]) - Static method in class test.TestRawStream
 
main(String[]) - Static method in class test.TestSaxReader
 
main(String[]) - Static method in class test.TestScannerPerf
 
main(String[]) - Static method in class test.TestStreamCopier
 
main(String[]) - Static method in class test.TestStreamReader
 
main(String[]) - Static method in class test.TestTypedSpeed
 
main(String[]) - Static method in class test.TestUTF8
 
MAIN_TABLE_SIZE - Static variable in class com.fasterxml.aalto.out.OutputCharTypes
Although many encodings (Latin1, Ascii) could use shorter tables, for UTF-8 2k makes sense, as it will then cover both one and type byte sequences.
mark(int) - Method in class com.fasterxml.aalto.in.MergedStream
 
markAsShared() - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
 
markAsShared() - Method in class com.fasterxml.aalto.out.WNameTable
 
markLF(int) - Method in class com.fasterxml.aalto.in.ByteBasedScanner
 
markLF() - Method in class com.fasterxml.aalto.in.ByteBasedScanner
 
markLF(int) - Method in class com.fasterxml.aalto.in.ReaderScanner
 
markLF() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
markSupported() - Method in class com.fasterxml.aalto.in.MergedStream
 
mAsciiTable - Variable in class com.fasterxml.aalto.in.ReaderConfig.EncodingContext
 
mAsciiTable - Variable in class com.fasterxml.aalto.out.WriterConfig.EncodingContext
 
MASK_GET_ELEMENT_TEXT - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
 
MASK_GET_TEXT - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
Bitmask for determining if it's ok to call 'getText'
MASK_GET_TEXT_WITH_WRITER - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
This mask is used with Stax2 getText() method (one that takes Writer as an argument): accepts even wider range of event types.
MASK_GET_TEXT_XXX - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
Bitmask for determining if it's ok to call 'getTextXXX' methods (not including 'getText' itself)
MASK_TYPED_ACCESS_ARRAY - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
 
MASK_TYPED_ACCESS_BINARY - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
 
matchAsciiKeyword(String) - Method in class com.fasterxml.aalto.in.ReaderScanner
 
matchAsciiKeyword(String) - Method in class com.fasterxml.aalto.in.StreamScanner
 
mAttrs - Variable in class com.fasterxml.aalto.sax.SAXParserImpl.AttributesWrapper
 
mAttrWrapper - Variable in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
 
mAutoCloseOutput - Variable in class com.fasterxml.aalto.io.UTF8Writer
 
MAX_INDENT_SPACES - Static variable in class com.fasterxml.aalto.util.TextBuilder
 
MAX_INDENT_TABS - Static variable in class com.fasterxml.aalto.util.TextBuilder
 
MAX_POOL_SIZE - Static variable in class com.fasterxml.aalto.out.StreamWriterBase
Although pooled objects are small, let's limit the pool size nonetheless, to minimize extra memory usage for deeply nested documents.
MAX_RUN_TIME - Static variable in class test.TestTypedSpeed
Let's keep per-run times below 300 milliseconds
MAX_SEGMENT_LENGTH - Static variable in class com.fasterxml.aalto.util.TextBuilder
 
MAX_SIZE - Static variable in class com.fasterxml.aalto.util.UriCanonicalizer.BoundedHashMap
 
MAX_UNICODE_CHAR - Static variable in class com.fasterxml.aalto.in.XmlScanner
This constant defines the highest Unicode character allowed in XML content.
MAX_UNICODE_CHAR - Static variable in interface com.fasterxml.aalto.util.XmlConsts
This constant defines the highest Unicode character allowed in XML content.
maybeDirty() - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
Method called to check to quickly see if a child symbol table may have gotten additional entries.
maybeDirty() - Method in class com.fasterxml.aalto.in.CharBasedPNameTable
 
maybeDirty() - Method in class com.fasterxml.aalto.out.WNameTable
Method called to check to quickly see if a child symbol table may have gotten additional entries.
maybeDirty() - Method in class com.fasterxml.aalto.util.NameTable
Method called to check to quickly see if a child symbol table may have gotten additional entries.
MB_CODE_BASE - Static variable in class test.TestScannerPerf
 
mBigEndian - Variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
mBigEndian - Variable in class com.fasterxml.aalto.in.Utf32Reader
 
mBinding - Variable in class com.fasterxml.aalto.in.NsDeclaration
Reference to the actual binding that will be updated by this declaration (URI changed when declaration comes in and goes out of scope)
mBracketCount - Variable in class test.TestScannerPerf
 
mBuffer - Variable in class com.fasterxml.aalto.in.Utf32Reader
 
mBuffer - Variable in class test.TestNameTable
 
mBuffer - Variable in class test.TestRawStream
 
mBuilder - Variable in class com.fasterxml.aalto.util.TextAccumulator
 
mByteCount - Variable in class com.fasterxml.aalto.in.Utf32Reader
Total read byte count; used for error reporting purposes
mByteCount - Variable in class test.TestScannerPerf
 
mByteSizeFound - Variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
mBytesPerChar - Variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
mCanonicalizer - Variable in class com.fasterxml.aalto.in.ReaderConfig
For efficient access by qualified name, as well as uniqueness checks, namespace URIs need to be canonicalized.
mCharCount - Variable in class com.fasterxml.aalto.in.Utf32Reader
Total read character count; used for error reporting purposes
mCharCount - Variable in class test.TestNameHashing
 
mChars - Variable in class com.fasterxml.aalto.util.UriCanonicalizer.CanonicalKey
Array containing characters of the canonicalized String.
mCharTable - Variable in class com.fasterxml.aalto.out.WriterConfig.EncodingContext
 
mCharTypes - Variable in class com.fasterxml.aalto.out.CharXmlWriter
Validation tables used for verifying validity (and need for quoting)
mCharTypes - Variable in class test.TestPNamePerf
 
mCollCount - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
Total number of PNames in collision buckets (included in mCount along with primary entries)
mCollCount - Variable in class com.fasterxml.aalto.out.WNameTable
Total number of WNames in collision buckets (included in mCount along with primary entries)
mCollEnd - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
Index of the first unused collision bucket entry (== size of the used portion of collision list): less than or equal to 0xFF (255), since max number of entries is 255 (8-bit, minus 0 used as 'empty' marker)
mCollEnd - Variable in class com.fasterxml.aalto.out.WNameTable
Index of the first unused collision bucket entry (== size of the used portion of collision list): less than or equal to 0xFF (255), since max number of entries is 255 (8-bit, minus 0 used as 'empty' marker)
mCollList - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
Array of heads of collision bucket chains; size dynamically
mCollList - Variable in class com.fasterxml.aalto.out.WNameTable
Array of heads of collision bucket chains; size dynamically
mCollListShared - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
Flag that indicates whether underlying data structures for the collision list are shared or not.
mCollListShared - Variable in class com.fasterxml.aalto.out.WNameTable
Flag that indicates whether underlying data structures for the collision list are shared or not.
mConfig - Variable in class com.fasterxml.aalto.in.MergedStream
 
mConfig - Variable in class com.fasterxml.aalto.in.Utf32Reader
 
mConfig - Variable in class com.fasterxml.aalto.io.UTF8Writer
 
mCount - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
Total number of PNames in the symbol table
mCount - Variable in class com.fasterxml.aalto.out.WNameTable
Total number of WNames in the symbol table
mData - Variable in class com.fasterxml.aalto.in.MergedStream
 
mData - Variable in class test.TestScannerPerf
 
mDeclaredXmlVersion - Variable in class com.fasterxml.aalto.in.InputBootstrapper
XML declaration from the input (1.0, 1.1 or 'unknown')
mDocHandler - Variable in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
 
mEncCtxt - Variable in class com.fasterxml.aalto.in.ReaderConfig
A single encoding context instance is shared between all ReaderConfig instances created for readers by an input factory.
mEncHighChar - Variable in class com.fasterxml.aalto.out.CharXmlWriter
First Unicode character (one with lowest value) after (and including) which character entities have to be used.
mEnd - Variable in class com.fasterxml.aalto.in.MergedStream
 
mEntityCount - Variable in class test.TestScannerPerf
 
MergedStream - Class in com.fasterxml.aalto.in
Simple InputStream implementation that is used to "unwind" some data previously read from an input stream; so that as long as some of that data remains, it's returned; but as long as it's read, we'll just use data from the underlying original stream.
MergedStream(ReaderConfig, InputStream, byte[], int, int) - Constructor for class com.fasterxml.aalto.in.MergedStream
 
mergeFromChild(ByteBasedPNameTable) - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
 
mergeFromChild(CharBasedPNameTable) - Method in class com.fasterxml.aalto.in.CharBasedPNameTable
Method that allows contents of child table to potentially be "merged in" with contents of this symbol table.
mergeFromChild(WNameTable) - Method in class com.fasterxml.aalto.out.WNameTable
 
mergeToParent() - Method in class com.fasterxml.aalto.out.WNameTable
 
mExtEncoding - Variable in class com.fasterxml.aalto.in.ReaderConfig
Encoding passed in as external information, possibly from source from which xml content was gained from (for example, as an HTTP header, or file metadata).
mFactory - Variable in class test.TestEventReader
 
mFoundEncoding - Variable in class com.fasterxml.aalto.in.InputBootstrapper
Value of encoding pseudo-attribute from xml declaration, if one was found; null otherwise.
mFullBBuffer - Variable in class com.fasterxml.aalto.util.BufferRecycler
 
mFullCBuffer - Variable in class com.fasterxml.aalto.util.BufferRecycler
 
mGeneralTable - Variable in class com.fasterxml.aalto.in.ReaderConfig.EncodingContext
If there is no encoding to worry about, we only need a single symbol table.
mHadBOM - Variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
mHash - Variable in class com.fasterxml.aalto.in.ByteBasedPName
Since the hash is calculated different from the way eventual String's hash will be (bit faster, not significantly worse hashing uniformness), we need to store that hash here.
mHash - Variable in class com.fasterxml.aalto.in.PNameC
Since the hash may be calculated different from the way eventual String's hash will be (right now it is not), we better store "our" hash here.
mHash - Variable in class com.fasterxml.aalto.util.UriCanonicalizer.CanonicalKey
Hash of the URI string, calculated using fast(er) hash function (compared to regular String).
mIn - Variable in class com.fasterxml.aalto.in.MergedStream
 
mIn - Variable in class com.fasterxml.aalto.in.Utf32Reader
 
mIn - Variable in class test.TestScannerPerf
 
mIn - Variable in class test.TestTypedSpeed
 
MIN_ARRAYCOPY - Static variable in class com.fasterxml.aalto.out.XmlWriter
 
MIN_HASH_SIZE - Static variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
 
MIN_HASH_SIZE - Static variable in class com.fasterxml.aalto.in.CharBasedPNameTable
 
MIN_HASH_SIZE - Static variable in class com.fasterxml.aalto.out.WNameTable
 
MIN_RUN_TIME - Static variable in class test.TestTypedSpeed
Let's keep per-run times above 50 milliseconds
mInputBuffer - Variable in class test.TestPNamePerf
 
mInputBuffer - Variable in class test.TestScannerPerf
 
mInputFactory - Variable in class test.TestTypedSpeed
 
mInputLen - Variable in class test.TestPNamePerf
 
mInputLen - Variable in class test.TestScannerPerf
 
mInputPtr - Variable in class test.TestPNamePerf
 
mInputPtr - Variable in class test.TestScannerPerf
 
mKeyword - Variable in class com.fasterxml.aalto.in.InputBootstrapper
Need a short buffer to read in values of pseudo-attributes (version, encoding, standalone).
mLatin1Table - Variable in class com.fasterxml.aalto.in.ReaderConfig.EncodingContext
 
mLatin1Table - Variable in class com.fasterxml.aalto.out.WriterConfig.EncodingContext
 
mLength - Variable in class com.fasterxml.aalto.in.Utf32Reader
 
mLength - Variable in class com.fasterxml.aalto.util.UriCanonicalizer.CanonicalKey
Length of canonicalized String
mLevel - Variable in class com.fasterxml.aalto.in.NsDeclaration
Nesting level of this declaration.
mLineNr - Variable in class test.TestScannerPerf
 
mMainHash - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
Array of 2^N size, which contains combination of 24-bits of hash (0 to indicate 'empty' slot), and 8-bit collision bucket index (0 to indicate empty collision bucket chain; otherwise subtract one from index)
mMainHash - Variable in class com.fasterxml.aalto.out.WNameTable
Array of 2^N size, which contains combination of 24-bits of hash (0 to indicate 'empty' slot), and 8-bit collision bucket index (0 to indicate empty collision bucket chain; otherwise subtract one from index)
mMainHashMask - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
Mask used to truncate 32-bit hash value to current hash array size; essentially, hash array size - 1 (since hash array sizes are 2^N).
mMainHashMask - Variable in class com.fasterxml.aalto.out.WNameTable
Mask used to truncate 32-bit hash value to current hash array size; essentially, hash array size - 1 (since hash array sizes are 2^N).
mMainHashShared - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
Flag that indicates whether underlying data structures for the main hash area are shared or not.
mMainHashShared - Variable in class com.fasterxml.aalto.out.WNameTable
Flag that indicates whether underlying data structures for the main hash area are shared or not.
mMainNames - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
Array that contains PName instances matching entries in mMainHash.
mMainNames - Variable in class com.fasterxml.aalto.out.WNameTable
Array that contains WName instances matching entries in mMainHash.
mMainNamesShared - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
 
mMainNamesShared - Variable in class com.fasterxml.aalto.out.WNameTable
 
mMediumCBuffer - Variable in class com.fasterxml.aalto.util.BufferRecycler
 
mMsg - Variable in exception com.fasterxml.aalto.impl.StreamExceptionBase
D'oh.
mName - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable.Bucket
 
mName - Variable in class com.fasterxml.aalto.in.ElementScope
 
mName - Variable in class com.fasterxml.aalto.out.WNameTable.Bucket
 
mNameBuffer - Variable in class test.TestPNamePerf
 
mNameFactory - Variable in class com.fasterxml.aalto.out.WNameTable
 
mNeedRehash - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
This flag is set if, after adding a new entry, it is deemed that a rehash is warranted if any more entries are to be added.
mNeedRehash - Variable in class com.fasterxml.aalto.out.WNameTable
This flag is set if, after adding a new entry, it is deemed that a rehash is warranted if any more entries are to be added.
mNext - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable.Bucket
 
mNext - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable.Bucket
 
mNext - Variable in class com.fasterxml.aalto.out.WNameTable.Bucket
 
modifyAsciiNames(int[]) - Static method in class com.fasterxml.aalto.out.OutputCharTypes
 
modifyForAscii(int[]) - Static method in class com.fasterxml.aalto.out.OutputCharTypes
 
modifyForAttrWrite(int[]) - Static method in class com.fasterxml.aalto.out.OutputCharTypes
 
modifyForLatin1(int[]) - Static method in class com.fasterxml.aalto.out.OutputCharTypes
 
modifyForUtf8(int[]) - Static method in class com.fasterxml.aalto.out.OutputCharTypes
 
modifyLatin1Names(int[]) - Static method in class com.fasterxml.aalto.out.OutputCharTypes
 
modifyUtf8Names(int[]) - Static method in class com.fasterxml.aalto.out.OutputCharTypes
 
mOut - Variable in class com.fasterxml.aalto.io.UTF8Writer
 
mOutBuffer - Variable in class com.fasterxml.aalto.io.UTF8Writer
 
mOutBufferLast - Variable in class com.fasterxml.aalto.io.UTF8Writer
 
mOutPtr - Variable in class com.fasterxml.aalto.io.UTF8Writer
 
mOutputBuffer - Variable in class test.TestScannerPerf
 
mParent - Variable in class com.fasterxml.aalto.in.ElementScope
 
mParent - Variable in class com.fasterxml.aalto.out.WNameTable
Parent reference is needed to be able to merge new symbols if and as necessary
mPrefix - Variable in class com.fasterxml.aalto.in.NsBinding
 
mPrevDeclaration - Variable in class com.fasterxml.aalto.in.NsDeclaration
 
mPreviousURI - Variable in class com.fasterxml.aalto.in.NsDeclaration
 
mPtr - Variable in class com.fasterxml.aalto.in.MergedStream
 
mPtr - Variable in class com.fasterxml.aalto.in.Utf32Reader
 
mPublicId - Variable in class com.fasterxml.aalto.in.ReaderConfig
 
mQuad - Variable in class com.fasterxml.aalto.in.PName1
 
mQuad1 - Variable in class com.fasterxml.aalto.in.PName2
 
mQuad1 - Variable in class com.fasterxml.aalto.in.PName3
 
mQuad2 - Variable in class com.fasterxml.aalto.in.PName2
 
mQuad2 - Variable in class com.fasterxml.aalto.in.PName3
 
mQuad3 - Variable in class com.fasterxml.aalto.in.PName3
 
mQuadBuffer - Variable in class test.TestPNamePerf
 
mQuadLen - Variable in class com.fasterxml.aalto.in.PNameN
 
mQuads - Variable in class com.fasterxml.aalto.in.PNameN
 
mRecyclerRef - Static variable in class com.fasterxml.aalto.out.WriterConfig
This ThreadLocal contains a SoftRerefence to a BufferRecycler used to provide a low-cost buffer recycling between Reader instances.
mRepCount - Variable in class test.TestPNamePerf
 
mRepCount - Variable in class test.TestScannerPerf
 
mReporter - Variable in class com.fasterxml.aalto.in.ReaderConfig
 
mResolver - Variable in class com.fasterxml.aalto.in.ReaderConfig
 
mSmallCBuffer - Variable in class com.fasterxml.aalto.util.BufferRecycler
 
mSmallWriteSize - Variable in class com.fasterxml.aalto.out.CharXmlWriter
This is the threshold used to check what is considered a "small" write; small writes will be buffered until resulting size will be above the threshold.
mStandalone - Variable in class com.fasterxml.aalto.in.InputBootstrapper
 
mStaxFactory - Variable in class com.fasterxml.aalto.sax.SAXParserFactoryImpl
 
mSuffix - Variable in enum com.fasterxml.aalto.sax.SAXFeature
 
mSuffix - Variable in enum com.fasterxml.aalto.sax.SAXProperty
 
mSurrogate - Variable in class com.fasterxml.aalto.in.Utf32Reader
Although input is fine with full Unicode set, Java still uses 16-bit chars, so we may have to split high-order chars into surrogate pairs.
mSurrogate - Variable in class com.fasterxml.aalto.io.UTF8Writer
When outputting chars from BMP, surrogate pairs need to be coalesced.
mSymbol - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable.Bucket
 
mSymbols - Variable in class test.TestPNamePerf
 
mSystemId - Variable in class com.fasterxml.aalto.in.ReaderConfig
 
mTable - Variable in class test.TestNameHashing
 
mTable - Variable in class test.TestNameTable
 
mTableCheckEnd - Variable in class com.fasterxml.aalto.out.CharXmlWriter
First Unicode character that is NOT to be checked against static validity table.
mTagCount - Variable in class test.TestScannerPerf
 
mText - Variable in class com.fasterxml.aalto.util.TextAccumulator
 
mTmpBuf - Variable in class com.fasterxml.aalto.in.Utf32Reader
 
mTmpChar - Variable in class com.fasterxml.aalto.in.ReaderScanner
Storage location for a single character that can not be pushed back (for example, multi-byte char)
mTmpChar - Variable in class test.TestPNamePerf
 
mTmpChar - Variable in class test.TestScannerPerf
 
mTmpType - Variable in class test.TestScannerPerf
 
mType - Variable in class test.TestTypedSpeed
 
mURI - Variable in class com.fasterxml.aalto.in.NsBinding
 
mURIs - Variable in class com.fasterxml.aalto.util.UriCanonicalizer
 
mUseAttr - Variable in class test.TestTypedSpeed
Data in attributes? If true, yes; if no, in elements
mUtf8Table - Variable in class com.fasterxml.aalto.in.ReaderConfig.EncodingContext
 
mUtf8Table - Variable in class com.fasterxml.aalto.out.WriterConfig.EncodingContext
 
mXmlDeclEncoding - Variable in class com.fasterxml.aalto.in.ReaderConfig
 
mXmlDeclStandalone - Variable in class com.fasterxml.aalto.in.ReaderConfig
 
mXmlDeclVersion - Variable in class com.fasterxml.aalto.in.ReaderConfig
 
MyContentHandler() - Constructor for class test.TestSaxReader.MyContentHandler
 

N

NAME_CHARS - Variable in class com.fasterxml.aalto.util.XmlCharTypes
Character type table used for name characters (note: type ints used different from other tables)
NameTable - Class in com.fasterxml.aalto.util
This class defines the basic high-level interface for symbol table implementations, especially regarding how they are obtained and reused.
NameTable() - Constructor for class com.fasterxml.aalto.util.NameTable
 
needMoreInput() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
needMoreInput() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
needMoreInput() - Method in interface com.fasterxml.aalto.AsyncInputFeeder
Method called to check whether it is ok to feed more data: parser returns true if it has no more content to parse (and it is ok to feed more); otherwise false (and no data should yet be fed).
needsBinding() - Method in class com.fasterxml.aalto.in.PName
 
newInstance() - Method in class com.fasterxml.aalto.evt.EventAllocatorImpl
Default implementation assumes that the caller knows how to share instances, and so need not create new copies.
newInstance() - Static method in class com.fasterxml.aalto.sax.SAXParserFactoryImpl
 
newSAXParser() - Method in class com.fasterxml.aalto.sax.SAXParserFactoryImpl
 
next() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
next() - Method in class com.fasterxml.aalto.util.EmptyIterator
 
next() - Method in class com.fasterxml.aalto.util.SingletonIterator
 
nextByte() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
nextByte(int) - Method in class com.fasterxml.aalto.in.StreamScanner
 
nextByte() - Method in class com.fasterxml.aalto.in.StreamScanner
 
nextChar() - Method in class com.fasterxml.aalto.in.CharSourceBootstrapper
 
nextFromProlog(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
nextFromProlog(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
nextFromProlog(boolean) - Method in class com.fasterxml.aalto.in.ReaderScanner
 
nextFromProlog(boolean) - Method in class com.fasterxml.aalto.in.StreamScanner
 
nextFromProlog(boolean) - Method in class com.fasterxml.aalto.in.XmlScanner
 
nextFromTree() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
nextFromTree() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
nextFromTree() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
nextFromTree() - Method in class com.fasterxml.aalto.in.StreamScanner
 
nextFromTree() - Method in class com.fasterxml.aalto.in.XmlScanner
 
nextMultiByte() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
nextTag() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
NonRepairingStreamWriter - Class in com.fasterxml.aalto.out
Concrete implementation of StreamWriterBase, which implements basic namespace-aware, non repairing functionality.
NonRepairingStreamWriter(WriterConfig, XmlWriter, WNameTable) - Constructor for class com.fasterxml.aalto.out.NonRepairingStreamWriter
 
normalize(String) - Static method in class com.fasterxml.aalto.util.CharsetNames
 
noteDupAttr(int, int) - Method in class com.fasterxml.aalto.in.AttributeCollector
 
NsBinder - Class in com.fasterxml.aalto.out
Simple helper class to allow resolving of namespace bindings either from prefix to URI, or vice versa.
NsBinder(int, String[]) - Constructor for class com.fasterxml.aalto.out.NsBinder
 
NsBinding - Class in com.fasterxml.aalto.in
This is a simple container class to use for encapsulating dynamic (current) binding from a prefix, to a namespace URI (or missing binding by URI being null).
NsBinding(String) - Constructor for class com.fasterxml.aalto.in.NsBinding
 
NsBinding(String, String, Object) - Constructor for class com.fasterxml.aalto.in.NsBinding
 
NsDeclaration - Class in com.fasterxml.aalto.in
This class encapsulates information about a namespace binding declaration, associated with start elements.
NsDeclaration(NsBinding, String, NsDeclaration, int) - Constructor for class com.fasterxml.aalto.in.NsDeclaration
 
nuke() - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
Method used by test code, to reset state of the name table.
nuke() - Method in class com.fasterxml.aalto.out.WNameTable
Method used by test code, to reset state of the name table.
NULL_CHAR - Static variable in class com.fasterxml.aalto.in.Utf32Reader
 

O

OTHER_CHARS - Variable in class com.fasterxml.aalto.util.XmlCharTypes
Character type table used for events other than CHARACTERS or elements; ie.
output2ByteChar(int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
output2ByteChar(int) - Method in class com.fasterxml.aalto.out.SingleByteXmlWriter
 
output2ByteChar(int) - Method in class com.fasterxml.aalto.out.Utf8XmlWriter
 
outputAttribute(String, String, String, String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
OutputCharTypes - Class in com.fasterxml.aalto.out
 
OutputCharTypes() - Constructor for class com.fasterxml.aalto.out.OutputCharTypes
 
OutputElement - Class in com.fasterxml.aalto.out
Simple container for information regarding an open element within stream writer output.
OutputElement() - Constructor for class com.fasterxml.aalto.out.OutputElement
 
OutputElement(OutputElement, WName, String, NsBinder) - Constructor for class com.fasterxml.aalto.out.OutputElement
 
OutputElement.PrefixState - Enum in com.fasterxml.aalto.out
 
OutputElementBase - Class in com.fasterxml.aalto.dom
Class that encapsulates information about a specific element in virtual output stack for namespace-aware writers.
OutputElementBase() - Constructor for class com.fasterxml.aalto.dom.OutputElementBase
Constructor for the virtual root element
OutputElementBase(OutputElementBase, BijectiveNsMap) - Constructor for class com.fasterxml.aalto.dom.OutputElementBase
 
OutputFactoryImpl - Class in com.fasterxml.aalto.stax
Basic implementation of XMLOutputFactory.
OutputFactoryImpl() - Constructor for class com.fasterxml.aalto.stax.OutputFactoryImpl
 
outputMultiByteChar(int, char[], int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
Method called to output a character beyond basic 1- or 2-byte encoding (code 0x0800 and above); possibly using character entities, if necessary
outputMultiByteChar(int, char[], int, int) - Method in class com.fasterxml.aalto.out.SingleByteXmlWriter
This can be done, although only by using character entities.
outputMultiByteChar(int, char[], int, int) - Method in class com.fasterxml.aalto.out.Utf8XmlWriter
Method called to output a character that is beyond range of 1- and 2-byte UTF-8 encodings.
outputStreamFromURL(URL) - Static method in class com.fasterxml.aalto.util.URLUtil
Method that tries to get a stream (ideally, optimal one) to write to the resource specified by given URL.
outputStrictMultiByteChar(int, char[], int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
Method called to output a character beyond basic 1- or 2-byte encoding (code 0x0800 and above), without being able to use character entities
outputStrictMultiByteChar(int, char[], int, int) - Method in class com.fasterxml.aalto.out.SingleByteXmlWriter
With single byte encodings, there's no way to express these characters without character entities.
outputStrictMultiByteChar(int, char[], int, int) - Method in class com.fasterxml.aalto.out.Utf8XmlWriter
 
outputSurrogates(int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
Method called to output a composite character, result of combining 2 surrogate characters.
outputSurrogates(int, int) - Method in class com.fasterxml.aalto.out.SingleByteXmlWriter
 
outputSurrogates(int, int) - Method in class com.fasterxml.aalto.out.Utf8XmlWriter
 

P

parse(InputSource, HandlerBase) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
parse(InputSource, DefaultHandler) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
parse(InputSource) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
parse(String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
parseCDataContents() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
parseCDataContents() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
parseCommentContents() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
parseCommentContents() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
parseDtdId(char[], int, boolean) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
parseDtdId(char[], int, boolean) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
parseEntityName() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
parseEntityName() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
parseNewEntityName(byte) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
parseNewEntityName(byte) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
parseNewName(byte) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
parseNewName(byte) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
parsePIData() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
parsePIData() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
parsePName() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
This method can (for now?) be shared between all Ascii-based encodings, since it only does coarse validity checking -- real checks are done in different method.
parsePName() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
This method can (for now?) be shared between all Ascii-based encodings, since it only does coarse validity checking -- real checks are done in different method.
parsePName(char) - Method in class com.fasterxml.aalto.in.ReaderScanner
 
parsePName(byte) - Method in class com.fasterxml.aalto.in.StreamScanner
This method can (for now?) be shared between all Ascii-based encodings, since it only does coarse validity checking -- real checks are done in different method.
parsePName(byte) - Method in class test.TestPNamePerf
 
parsePNameLong(int, int[]) - Method in class com.fasterxml.aalto.in.StreamScanner
 
parsePNameMedium(int, int) - Method in class com.fasterxml.aalto.in.StreamScanner
 
parsePNameNew(byte) - Method in class test.TestPNamePerf
 
parsePNameNew2(byte) - Method in class test.TestPNamePerf
 
parsePNameNewLong(int, int[]) - Method in class test.TestPNamePerf
 
parsePNameNewMedium(int, int) - Method in class test.TestPNamePerf
 
parsePNameSlow(byte) - Method in class com.fasterxml.aalto.in.StreamScanner
 
parsePublicId(char) - Method in class com.fasterxml.aalto.in.ReaderScanner
 
parsePublicId(byte) - Method in class com.fasterxml.aalto.in.StreamScanner
 
parsePublicId(byte) - Method in class com.fasterxml.aalto.in.Utf8Scanner
Parsing of public ids is bit more complicated than that of system ids, since white space is to be coalesced.
parseSystemId(char) - Method in class com.fasterxml.aalto.in.ReaderScanner
 
parseSystemId(byte) - Method in class com.fasterxml.aalto.in.StreamScanner
 
parseSystemId(byte) - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
parseXmlDeclAttr(char[], int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
Method called to try to parse an XML pseudo-attribute value.
parseXmlDeclAttr(char[], int) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
Method called to try to parse an XML pseudo-attribute value.
PENDING_STATE_ATTR_VALUE_AMP - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_ATTR_VALUE_AMP_HASH - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_ATTR_VALUE_AMP_HASH_X - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_ATTR_VALUE_DEC_DIGIT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_ATTR_VALUE_ENTITY_NAME - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_ATTR_VALUE_HEX_DIGIT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_CDATA_BRACKET1 - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_CDATA_BRACKET2 - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_COMMENT_HYPHEN1 - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_COMMENT_HYPHEN2 - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_CR - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_ENT_IN_DEC_DIGIT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_ENT_IN_HEX_DIGIT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_ENT_SEEN_HASH - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_ENT_SEEN_HASH_X - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_PI_QMARK - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_TEXT_AMP - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_TEXT_AMP_HASH - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_TEXT_BRACKET1 - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_TEXT_BRACKET2 - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_TEXT_DEC_ENTITY - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_TEXT_HEX_ENTITY - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_TEXT_IN_ENTITY - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_XMLDECL_LT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_XMLDECL_LTQ - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PENDING_STATE_XMLDECL_TARGET - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
PName - Class in com.fasterxml.aalto.in
Prefixed Name is similar to QName (qualified name), but only contains information about local name optionally prefixed by a prefix and colon, without namespace binding information.
PName(String, String, String) - Constructor for class com.fasterxml.aalto.in.PName
 
PName1 - Class in com.fasterxml.aalto.in
Specialized implementation of PName: can be used for short Strings that consists of at most 4 bytes.
PName1(String, String, String, int, int) - Constructor for class com.fasterxml.aalto.in.PName1
 
PName2 - Class in com.fasterxml.aalto.in
Specialized implementation of PName: can be used for short Strings that consists of at most 8 bytes.
PName2(String, String, String, int, int, int) - Constructor for class com.fasterxml.aalto.in.PName2
 
PName3 - Class in com.fasterxml.aalto.in
Specialized implementation of PName: can be used for medium-sized Strings that consists of at most 9-12 bytes.
PName3(String, String, String, int, int[]) - Constructor for class com.fasterxml.aalto.in.PName3
 
PName3(String, String, String, int, int, int, int) - Constructor for class com.fasterxml.aalto.in.PName3
 
PNameC - Class in com.fasterxml.aalto.in
An alternate implementation of PName: instead of coming straight from byte contents, it is actually just built from a character array.
PNameC(String, String, String, int) - Constructor for class com.fasterxml.aalto.in.PNameC
 
PNameN - Class in com.fasterxml.aalto.in
General implementation of PName to be used with longer names (ones that consist of more than 8 bytes).
PNameN(String, String, String, int, int[], int) - Constructor for class com.fasterxml.aalto.in.PNameN
 
PREFIX_MISBOUND - Static variable in class com.fasterxml.aalto.dom.OutputElementBase
 
PREFIX_OK - Static variable in class com.fasterxml.aalto.dom.OutputElementBase
 
PREFIX_UNBOUND - Static variable in class com.fasterxml.aalto.dom.OutputElementBase
 
PrefixState() - Constructor for enum com.fasterxml.aalto.out.OutputElement.PrefixState
 
printStackTrace() - Method in exception com.fasterxml.aalto.UncheckedStreamException
 
printStackTrace(PrintStream) - Method in exception com.fasterxml.aalto.UncheckedStreamException
 
printStackTrace(PrintWriter) - Method in exception com.fasterxml.aalto.UncheckedStreamException
 
printString(char[], int, int) - Method in class test.TestSaxReader.MyContentHandler
 
processingInstruction(String, String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
 
processingInstruction(String, String) - Method in class test.TestSaxReader.MyContentHandler
 
PROP_AUTO_NS_PREFIX - Static variable in class com.fasterxml.aalto.out.WriterConfig
 
PROP_IMPL_NAME - Static variable in class com.fasterxml.aalto.impl.CommonConfig
 
PROP_IMPL_VERSION - Static variable in class com.fasterxml.aalto.impl.CommonConfig
 
PROP_SUPPORTS_XML11 - Static variable in class com.fasterxml.aalto.impl.CommonConfig
 
PROP_SUPPORTS_XMLID - Static variable in class com.fasterxml.aalto.impl.CommonConfig
 
PUBID_CHARS - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
And finally, we also have shared table for valid public id characters...
PUBID_INVALID - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
PUBID_OK - Static variable in class com.fasterxml.aalto.util.XmlCharTypes
 
pushback() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
pushback() - Method in class com.fasterxml.aalto.in.CharSourceBootstrapper
 
pushback() - Method in class com.fasterxml.aalto.in.InputBootstrapper
 

R

rawContentsTo(Writer) - Method in class com.fasterxml.aalto.util.TextBuilder
Method that will stream contents of this buffer into specified Writer.
read() - Method in class com.fasterxml.aalto.in.MergedStream
 
read(byte[]) - Method in class com.fasterxml.aalto.in.MergedStream
 
read(byte[], int, int) - Method in class com.fasterxml.aalto.in.MergedStream
 
read() - Method in class com.fasterxml.aalto.in.Utf32Reader
Although this method is implemented by the base class, AND it should never be called by Woodstox code, let's still implement it bit more efficiently just in case
read(char[], int, int) - Method in class com.fasterxml.aalto.in.Utf32Reader
 
readData(File) - Static method in class test.TestPNamePerf
 
readData(File) - Static method in class test.TestScannerPerf
 
readData(File) - Static method in class test.TestTypedSpeed
 
readElementAsArray(TypedArrayDecoder) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
readElementAsBinary(byte[], int, int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
readElementAsBinary(byte[], int, int, Base64Variant) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
readElementAsDoubleArray(double[], int, int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
readElementAsFloatArray(float[], int, int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
readElementAsIntArray(int[], int, int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
readElementAsLongArray(long[], int, int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
ReaderConfig - Class in com.fasterxml.aalto.in
This is the shared configuration object passed by the factory to reader, and by reader to whoever needs it (scanners at least).
ReaderConfig(String, String, String, ReaderConfig.EncodingContext, int, int, XMLReporter, XMLResolver, UriCanonicalizer) - Constructor for class com.fasterxml.aalto.in.ReaderConfig
 
ReaderConfig() - Constructor for class com.fasterxml.aalto.in.ReaderConfig
 
ReaderConfig.EncodingContext - Class in com.fasterxml.aalto.in
This is a simple container class that is used to encapsulate per-factory encoding-dependant information like symbol tables.
ReaderScanner - Class in com.fasterxml.aalto.in
This is the concrete scanner implementation used when input comes as a Reader.
ReaderScanner(ReaderConfig, Reader, char[], int, int) - Constructor for class com.fasterxml.aalto.in.ReaderScanner
 
ReaderScanner(ReaderConfig, Reader) - Constructor for class com.fasterxml.aalto.in.ReaderScanner
 
readQuotedValue(char[], int) - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
readQuotedValue(char[], int) - Method in class com.fasterxml.aalto.in.CharSourceBootstrapper
 
readQuotedValue(char[], int) - Method in class com.fasterxml.aalto.in.InputBootstrapper
 
readXmlDeclaration() - Method in class com.fasterxml.aalto.in.InputBootstrapper
Method that will parse xml declaration, which at this point is known to exist.
readXmlEncoding() - Method in class com.fasterxml.aalto.in.InputBootstrapper
 
readXmlStandalone() - Method in class com.fasterxml.aalto.in.InputBootstrapper
 
readXmlVersion() - Method in class com.fasterxml.aalto.in.InputBootstrapper
 
recycle(boolean) - Method in class com.fasterxml.aalto.util.TextBuilder
Method called to indicate that the underlying buffers should now be recycled if they haven't yet been recycled.
rehash() - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
 
rehash() - Method in class com.fasterxml.aalto.in.CharBasedPNameTable
Method called when size (number of entries) of symbol table grows so big that load factor is exceeded.
rehash() - Method in class com.fasterxml.aalto.out.WNameTable
 
relink(DOMOutputElement, Element) - Method in class com.fasterxml.aalto.dom.DOMOutputElement
Method called to reuse a pooled instance.
relink(OutputElementBase) - Method in class com.fasterxml.aalto.dom.OutputElementBase
Method called to reuse a pooled instance.
relink(OutputElement) - Method in class com.fasterxml.aalto.out.OutputElement
Method called to reuse a recycled instance, as is, with same name.
relink(OutputElement, WName, String) - Method in class com.fasterxml.aalto.out.OutputElement
Method called to reuse a pooled instance, but with different name
remove() - Method in class com.fasterxml.aalto.util.EmptyIterator
 
remove() - Method in class com.fasterxml.aalto.util.SingletonIterator
 
removeEldestEntry(Map.Entry<UriCanonicalizer.CanonicalKey, String>) - Method in class com.fasterxml.aalto.util.UriCanonicalizer.BoundedHashMap
 
RepairingStreamWriter - Class in com.fasterxml.aalto.out
Concrete implementation of StreamWriterBase, which implements the "namespace repairing" mode of operation.
RepairingStreamWriter(WriterConfig, XmlWriter, WNameTable) - Constructor for class com.fasterxml.aalto.out.RepairingStreamWriter
 
replacedChar - Variable in class com.fasterxml.aalto.util.IllegalCharHandler.ReplacingIllegalCharHandler
 
ReplacingIllegalCharHandler(char) - Constructor for class com.fasterxml.aalto.util.IllegalCharHandler.ReplacingIllegalCharHandler
 
reportBounds(char[], int, int) - Method in class com.fasterxml.aalto.in.Utf32Reader
 
reportDoubleHyphenInComments() - Method in class com.fasterxml.aalto.in.XmlScanner
 
reportDuplicateNsDecl(String) - Method in class com.fasterxml.aalto.in.XmlScanner
 
reportEBCDIC() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
reportEntityOverflow() - Method in class com.fasterxml.aalto.in.XmlScanner
 
reportEof() - Method in class com.fasterxml.aalto.in.InputBootstrapper
 
reportEofInName(char[], int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
reportError(int) - Method in class test.TestPNamePerf
 
reportError(String) - Method in class test.TestPNamePerf
 
reportFailedEscaping(String, int) - Method in class com.fasterxml.aalto.out.XmlWriter
 
reportIllegalArg(String) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
 
reportIllegalCDataEnd() - Method in class com.fasterxml.aalto.in.XmlScanner
 
reportIllegalMethod(String) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
Method called when an illegal method (namespace-specific method on non-ns writer) is called by the application.
reportIllegalNsDecl(String) - Method in class com.fasterxml.aalto.in.XmlScanner
 
reportIllegalNsDecl(String, String) - Method in class com.fasterxml.aalto.in.XmlScanner
 
reportInputProblem(String) - Method in class com.fasterxml.aalto.in.XmlScanner
 
reportInvalid(int, int, String) - Method in class com.fasterxml.aalto.in.Utf32Reader
 
reportInvalidAttrIndex(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
reportInvalidChar(int) - Method in class com.fasterxml.aalto.out.XmlWriter
 
reportInvalidEmptyName() - Method in class com.fasterxml.aalto.out.XmlWriter
 
reportInvalidFirstSurrogate(char) - Method in class com.fasterxml.aalto.in.ReaderScanner
 
reportInvalidInitial(int) - Method in class com.fasterxml.aalto.in.ByteBasedScanner
 
reportInvalidNameChar(int, int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
reportInvalidNsIndex(int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
reportInvalidOther(int, int) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
reportInvalidOther(int) - Method in class com.fasterxml.aalto.in.ByteBasedScanner
 
reportInvalidOther(int, int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
reportInvalidSecondSurrogate(char) - Method in class com.fasterxml.aalto.in.ReaderScanner
 
reportInvalidXmlChar(int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
reportMissingPISpace(int) - Method in class com.fasterxml.aalto.in.XmlScanner
Called when there's an unexpected char after PI target (non-ws, not part of '?>' end marker
reportMultipleColonsInName() - Method in class com.fasterxml.aalto.in.XmlScanner
 
reportNull() - Method in class com.fasterxml.aalto.in.InputBootstrapper
 
reportNwfContent(String) - Method in class com.fasterxml.aalto.out.XmlWriter
 
reportNwfContent(String, Object, Object) - Method in class com.fasterxml.aalto.out.XmlWriter
 
reportNwfName(String) - Method in class com.fasterxml.aalto.out.XmlWriter
This is the method called when an output method call violates name well-formedness checks and name validation is enabled.
reportNwfName(String, Object) - Method in class com.fasterxml.aalto.out.XmlWriter
 
reportProblem(String, Location) - Method in class com.fasterxml.aalto.evt.EventReaderImpl
 
reportProblem(XMLValidationProblem) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
reportPrologProblem(boolean, String) - Method in class com.fasterxml.aalto.in.XmlScanner
 
reportPrologUnexpChar(boolean, int, String) - Method in class com.fasterxml.aalto.in.XmlScanner
 
reportPseudoAttrProblem(String, String, String, String) - Method in class com.fasterxml.aalto.in.InputBootstrapper
 
reportStrangeStream() - Method in class com.fasterxml.aalto.in.Utf32Reader
 
reportTreeUnexpChar(int, String) - Method in class com.fasterxml.aalto.in.XmlScanner
 
reportUnboundPrefix(PName, boolean) - Method in class com.fasterxml.aalto.in.XmlScanner
 
reportUnexpandedEntityInAttr(PName, boolean) - Method in class com.fasterxml.aalto.in.XmlScanner
Method called when a call to expand an entity within attribute value fails to expand it.
reportUnexpectedChar(int, String) - Method in class com.fasterxml.aalto.in.InputBootstrapper
 
reportUnexpectedEndTag(String) - Method in class com.fasterxml.aalto.in.XmlScanner
 
reportUnexpectedEOF(int, int) - Method in class com.fasterxml.aalto.in.Utf32Reader
 
reportUnknownFeature(String) - Static method in class com.fasterxml.aalto.sax.SAXUtil
 
reportUnknownProperty(String) - Static method in class com.fasterxml.aalto.sax.SAXUtil
 
reportWeirdUCS4(String) - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
reportXmlProblem(String) - Method in class com.fasterxml.aalto.in.InputBootstrapper
 
REPS - Variable in class test.TestTypedSpeed
Number of repetitions to run per test.
require(int, String, String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
requireQuotingAfter(int[], int) - Static method in class com.fasterxml.aalto.out.OutputCharTypes
 
reset() - Method in class com.fasterxml.aalto.in.MergedStream
 
resetForBinaryDecode(Base64Variant, CharArrayBase64Decoder, boolean) - Method in class com.fasterxml.aalto.util.TextBuilder
Method called to initialize given base64 decoder with data contained in this text buffer (for the current event).
resetForDecode() - Method in class com.fasterxml.aalto.util.TextBuilder
 
resetForDecoding(Base64Variant, CharArrayBase64Decoder, boolean) - Method in class com.fasterxml.aalto.in.XmlScanner
Method called by the stream reader to reset given base64 decoder with data from the current text event.
resetValidationFlags() - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
resetWithChar(char) - Method in class com.fasterxml.aalto.util.TextBuilder
Method called to initialize the buffer with just a single char
resetWithEmpty() - Method in class com.fasterxml.aalto.util.TextBuilder
Method called to clear out any content text buffer may have, and initializes and returns the first segment to add characters to.
resetWithIndentation(int, char) - Method in class com.fasterxml.aalto.util.TextBuilder
 
resetWithSurrogate(int) - Method in class com.fasterxml.aalto.util.TextBuilder
 
returnFullBBuffer(byte[]) - Method in class com.fasterxml.aalto.util.BufferRecycler
 
returnFullCBuffer(char[]) - Method in class com.fasterxml.aalto.util.BufferRecycler
 
returnMediumCBuffer(char[]) - Method in class com.fasterxml.aalto.util.BufferRecycler
 
returnSmallCBuffer(char[]) - Method in class com.fasterxml.aalto.util.BufferRecycler
 
reuseAsChild(DOMOutputElement, Element) - Method in class com.fasterxml.aalto.dom.DOMOutputElement
 
reuseAsChild(OutputElement, WName) - Method in class com.fasterxml.aalto.out.OutputElement
 
reuseAsChild(OutputElement, WName, String) - Method in class com.fasterxml.aalto.out.OutputElement
 
reuseOrCreate(NsDeclaration) - Method in class com.fasterxml.aalto.in.FixedNsContext
Method called to either reuse this context or construct a new one.
RunStreamWriter - Class in test
Simple non-automated manual test code for outputting namespace-aware XML documents.
RunStreamWriter() - Constructor for class test.RunStreamWriter
 

S

safeClone() - Method in class com.fasterxml.aalto.util.UriCanonicalizer.CanonicalKey
 
sAsciiCharTypes - Static variable in class com.fasterxml.aalto.in.InputCharTypes
 
sAsciiCharTypes - Static variable in class com.fasterxml.aalto.out.OutputCharTypes
 
SAXFeature - Enum in com.fasterxml.aalto.sax
Enumeration for listing all currently (SAX 2.0.2) defined standard features
SAXFeature(String) - Constructor for enum com.fasterxml.aalto.sax.SAXFeature
 
SAXParserFactoryImpl - Class in com.fasterxml.aalto.sax
This is implementation of the main JAXP SAX factory, and as such acts as the entry point from JAXP.
SAXParserFactoryImpl() - Constructor for class com.fasterxml.aalto.sax.SAXParserFactoryImpl
 
SAXParserImpl - Class in com.fasterxml.aalto.sax
 
SAXParserImpl(InputFactoryImpl) - Constructor for class com.fasterxml.aalto.sax.SAXParserImpl
 
SAXParserImpl.AttributesWrapper - Class in com.fasterxml.aalto.sax
 
SAXParserImpl.DocHandlerWrapper - Class in com.fasterxml.aalto.sax
 
SAXProperty - Enum in com.fasterxml.aalto.sax
Enumeration for listing all currently (SAX 2.0.2) defined standard properties.
SAXProperty(String) - Constructor for enum com.fasterxml.aalto.sax.SAXProperty
 
SAXUtil - Class in com.fasterxml.aalto.sax
Container for utility methods needed by the parser factory, or parser wrapper components.
SAXUtil() - Constructor for class com.fasterxml.aalto.sax.SAXUtil
 
sCharTypes - Static variable in class com.fasterxml.aalto.in.ReaderScanner
Although java chars are basically UTF-16 in memory, the closest match for char types is Latin1.
serializedLength() - Method in class com.fasterxml.aalto.out.ByteWName
 
serializedLength() - Method in class com.fasterxml.aalto.out.CharWName
 
serializedLength() - Method in class com.fasterxml.aalto.out.WName
 
setActualEncoding(String) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
setActualEncodingIfNotSet(String) - Method in class com.fasterxml.aalto.out.WriterConfig
 
setAttributes(Attributes) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.AttributesWrapper
 
SETBITS(int[], int, int) - Static method in class com.fasterxml.aalto.util.XmlChars
 
SETBITS(int[], int) - Static method in class com.fasterxml.aalto.util.XmlChars
 
setContentHandler(ContentHandler) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
setCurrentLength(int) - Method in class com.fasterxml.aalto.util.TextBuilder
 
setDefaultNamespace(String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
setDefaultNamespace(String) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
 
setDefaultNamespace(String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
With repairing writer, this is only taken as a suggestion as to how the caller would prefer prefixes to be mapped.
setDefaultNamespace(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
setDefaultNsUri(String) - Method in class com.fasterxml.aalto.dom.DOMOutputElement
 
setDefaultNsUri(String) - Method in class com.fasterxml.aalto.dom.OutputElementBase
 
setDefaultNsURI(String) - Method in class com.fasterxml.aalto.out.OutputElement
 
setDocumentHandler(DocumentHandler) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
setDocumentLocator(Locator) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
 
setDocumentLocator(Locator) - Method in class test.TestSaxReader.MyContentHandler
 
setDTDHandler(DTDHandler) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
setEntityResolver(EntityResolver) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
setErrorHandler(ErrorHandler) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
setEventAllocator(XMLEventAllocator) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
setFeature(String, boolean) - Method in class com.fasterxml.aalto.sax.SAXParserFactoryImpl
 
setFeature(String, boolean) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
setFeature(String, Object) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
setFlag(int, boolean) - Method in class com.fasterxml.aalto.impl.CommonConfig
 
setIllegalCharHandler(IllegalCharHandler) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
setLocale(Locale) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
setNamespaceAware(boolean) - Method in class com.fasterxml.aalto.sax.SAXParserFactoryImpl
 
setNamespaceContext(NamespaceContext) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
setPrefix(String, String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
setPrefix(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
setProperty(String, Object) - Method in class com.fasterxml.aalto.dom.DOMReaderImpl
 
setProperty(String, Object) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
setProperty(String, Object) - Method in class com.fasterxml.aalto.evt.EventReaderImpl
 
setProperty(String, Object) - Method in class com.fasterxml.aalto.impl.CommonConfig
 
setProperty(String, Object) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
setProperty(String, Object) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
setProperty(String, Object) - Method in class com.fasterxml.aalto.out.WriterConfig
 
setProperty(String, Object) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
setProperty(String, Object) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
setProperty(String, Object) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
 
setProperty(String, Object) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
setRootNsContext(NamespaceContext) - Method in class com.fasterxml.aalto.dom.DOMOutputElement
 
setRootNsContext(NamespaceContext) - Method in class com.fasterxml.aalto.dom.OutputElementBase
 
setStartLocation() - Method in class com.fasterxml.aalto.in.ByteBasedScanner
 
setStartLocation() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
setValidating(boolean) - Method in class com.fasterxml.aalto.sax.SAXParserFactoryImpl
 
setValidationProblemHandler(ValidationProblemHandler) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
setValidationProblemHandler(ValidationProblemHandler) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
setXmlDeclInfo(int, String, String) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
setXmlEncoding(String) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
setXMLReporter(XMLReporter) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
setXMLReporter(XMLReporter) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
setXMLResolver(XMLResolver) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
setXMLResolver(XMLResolver) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
 
setXmlStandalone(Boolean) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
setXmlVersion(String) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
sIndSpaces - Static variable in class com.fasterxml.aalto.util.TextBuilder
 
sIndSpacesArray - Static variable in class com.fasterxml.aalto.util.TextBuilder
 
sIndSpacesStrings - Static variable in class com.fasterxml.aalto.util.TextBuilder
 
sIndTabs - Static variable in class com.fasterxml.aalto.util.TextBuilder
 
sIndTabsArray - Static variable in class com.fasterxml.aalto.util.TextBuilder
 
sIndTabsStrings - Static variable in class com.fasterxml.aalto.util.TextBuilder
 
SingleByteXmlWriter - Class in com.fasterxml.aalto.out
This is the common base class for writers that output to byte-backed output sources, and use Ascii or ISO-8859-1 (Latin1) encoding.
SingleByteXmlWriter(WriterConfig, OutputStream, XmlCharTypes) - Constructor for class com.fasterxml.aalto.out.SingleByteXmlWriter
 
SingletonIterator - Class in com.fasterxml.aalto.util
Simple read-only iterator that iterators over one specific item, passed in as constructor argument.
SingletonIterator(String) - Constructor for class com.fasterxml.aalto.util.SingletonIterator
 
sInstance - Static variable in class com.fasterxml.aalto.in.ByteBasedPNameFactory
 
sInstance - Static variable in class com.fasterxml.aalto.util.EmptyIterator
 
size() - Method in class com.fasterxml.aalto.dom.BijectiveNsMap
 
size() - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
 
size() - Method in class com.fasterxml.aalto.in.CharBasedPNameTable
 
size() - Method in class com.fasterxml.aalto.out.NsBinder
 
size() - Method in class com.fasterxml.aalto.out.WNameTable
 
size() - Method in class com.fasterxml.aalto.util.NameTable
 
size() - Method in class com.fasterxml.aalto.util.TextBuilder
 
SIZE - Static variable in class com.fasterxml.aalto.util.XmlChars
 
sizeInQuads() - Method in class com.fasterxml.aalto.in.ByteBasedPName
 
sizeInQuads() - Method in class com.fasterxml.aalto.in.PName
 
sizeInQuads() - Method in class com.fasterxml.aalto.in.PName1
 
sizeInQuads() - Method in class com.fasterxml.aalto.in.PName2
 
sizeInQuads() - Method in class com.fasterxml.aalto.in.PName3
 
sizeInQuads() - Method in class com.fasterxml.aalto.in.PNameC
This method should never get called on instances of this class, so let's throw an exception if that does happen.
sizeInQuads() - Method in class com.fasterxml.aalto.in.PNameN
 
skip(long) - Method in class com.fasterxml.aalto.in.MergedStream
 
skipCData() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
skipCData() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
skipCData() - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
skipCData() - Method in class com.fasterxml.aalto.in.XmlScanner
 
skipCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
Method that will be called to skip all possible characters from the input buffer, but without blocking.
skipCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
Method that will be called to skip all possible characters from the input buffer, but without blocking.
skipCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
skipCharacters() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
skipCharacters() - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
skipCharacters() - Method in class com.fasterxml.aalto.in.XmlScanner
 
skipCoalescedText() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
Coalescing mode is (and will) not be implemented for non-blocking parsers, so this method should never get called.
skipCoalescedText() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
Coalescing mode is (and will) not be implemented for non-blocking parsers, so this method should never get called.
skipCoalescedText() - Method in class com.fasterxml.aalto.in.ReaderScanner
Method that gets called after a primary text segment (of type CHARACTERS or CDATA, not applicable to SPACE) has been skipped.
skipCoalescedText() - Method in class com.fasterxml.aalto.in.Utf8Scanner
Method that gets called after a primary text segment (of type CHARACTERS or CDATA, not applicable to SPACE) has been skipped.
skipCoalescedText() - Method in class com.fasterxml.aalto.in.XmlScanner
Secondary skip method called after primary text segment has been skipped, and we are in coalescing mode.
skipComment() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
skipComment() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
skipComment() - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
skipComment() - Method in class com.fasterxml.aalto.in.XmlScanner
 
skipCRLF(char) - Method in class com.fasterxml.aalto.in.CharSourceBootstrapper
 
skipElement() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
skipEntityInCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
Method called to handle entity encountered inside CHARACTERS segment, when trying to complete a non-coalescing text segment.
skipEntityInCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
Method called to handle entity encountered inside CHARACTERS segment, when trying to complete a non-coalescing text segment.
skipInternalWs(boolean, String) - Method in class com.fasterxml.aalto.in.ReaderScanner
 
skipInternalWs(boolean, String) - Method in class com.fasterxml.aalto.in.StreamScanner
 
skipMbLF(int) - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
skipMbWs() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
skippedEntity(String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
 
skippedEntity(String) - Method in class test.TestSaxReader.MyContentHandler
 
skipPending() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
skipPending() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
skipPI() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
skipPI() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
skipPI() - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
skipPI() - Method in class com.fasterxml.aalto.in.XmlScanner
 
skipSbLF(byte) - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
skipSbWs() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
skipSpace() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
skipSpace() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
skipSpace() - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
skipSpace() - Method in class com.fasterxml.aalto.in.XmlScanner
 
skipToken() - Method in class com.fasterxml.aalto.in.XmlScanner
This method is called to essentially skip remaining of the current token (data of PI etc)
skipUtf8_2(int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
skipUtf8_2(int) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
skipUtf8_2(int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
skipUtf8_3(int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
skipUtf8_4(int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
skipUtf8_4Slow(int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
 
sLatin1CharTypes - Static variable in class com.fasterxml.aalto.in.InputCharTypes
 
sLatin1CharTypes - Static variable in class com.fasterxml.aalto.out.OutputCharTypes
 
SMALL_WRITE - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
Let's try avoid short writes, since some output streams have high per-call penalty (like network streams).
sNoChars - Static variable in class com.fasterxml.aalto.util.TextBuilder
 
sProperties - Static variable in class com.fasterxml.aalto.in.ReaderConfig
 
sProperties - Static variable in class com.fasterxml.aalto.out.WriterConfig
 
sStdFeatures - Static variable in class com.fasterxml.aalto.sax.SAXUtil
 
sStdInstance - Static variable in class com.fasterxml.aalto.evt.EventAllocatorImpl
 
sStdProperties - Static variable in class com.fasterxml.aalto.impl.CommonConfig
Map to use for converting from String property ids to enumeration (ints).
sStdProperties - Static variable in class com.fasterxml.aalto.sax.SAXUtil
 
STANDALONE_NO - Static variable in class com.fasterxml.aalto.in.ReaderConfig
 
STANDALONE_UNKNOWN - Static variable in class com.fasterxml.aalto.in.ReaderConfig
 
STANDALONE_YES - Static variable in class com.fasterxml.aalto.in.ReaderConfig
 
standaloneSet() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
startCDATA() - Method in class test.TestSaxReader.MyContentHandler
 
startCharacters(byte) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
startCharacters(byte) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
startCharacters(byte) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
Method called to initialize state for CHARACTERS event, after just a single byte has been seen.
startCharactersPending() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
This method gets called, if the first character of a CHARACTERS event could not be fully read (multi-byte, split over buffer boundary).
startCharactersPending() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
This method gets called, if the first character of a CHARACTERS event could not be fully read (multi-byte, split over buffer boundary).
startDocument() - Method in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
 
startDocument() - Method in class test.TestSaxReader.MyContentHandler
 
startDTD(String, String, String) - Method in class test.TestSaxReader.MyContentHandler
 
startElement(String, String, String, Attributes) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
 
startElement(String, String, String, Attributes) - Method in class test.TestSaxReader.MyContentHandler
 
startEntity(String) - Method in class test.TestSaxReader.MyContentHandler
 
startNewValue(PName, int) - Method in class com.fasterxml.aalto.in.AttributeCollector
Method called by the parser right after attribute name has been parsed, but before value has been parsed.
startPrefixMapping(String, String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
 
startPrefixMapping(String, String) - Method in class test.TestSaxReader.MyContentHandler
 
startXmlDeclaration() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
Method that deals with recognizing XML declaration, but not with parsing its contents.
startXmlDeclaration() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
Method that deals with recognizing XML declaration, but not with parsing its contents.
State() - Constructor for enum com.fasterxml.aalto.out.StreamWriterBase.State
 
STATE_CDATA_C - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_CDATA_CD - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_CDATA_CDA - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_CDATA_CDAT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_CDATA_CDATA - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_CDATA_CONTENT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_CLOSED - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
 
STATE_COMMENT_CONTENT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_COMMENT_HYPHEN - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_COMMENT_HYPHEN2 - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_DEFAULT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
Default starting state for many events/contexts -- nothing has been seen so far, no event incomplete.
STATE_DTD_AFTER_DOCTYPE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_DTD_AFTER_PUBLIC - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_DTD_AFTER_PUBLIC_ID - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_DTD_AFTER_ROOT_NAME - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_DTD_AFTER_SYSTEM - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_DTD_AFTER_SYSTEM_ID - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_DTD_BEFORE_IDS - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_DTD_BEFORE_PUBLIC_ID - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_DTD_BEFORE_ROOT_NAME - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_DTD_BEFORE_SYSTEM_ID - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_DTD_DOCTYPE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_DTD_EXPECT_CLOSING_GT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_DTD_INT_SUBSET - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_DTD_PUBLIC_ID - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_DTD_PUBLIC_OR_SYSTEM - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_DTD_ROOT_NAME - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_DTD_SYSTEM_ID - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_EE_NEED_GT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_EPILOG - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
 
STATE_PI_AFTER_TARGET - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_PI_AFTER_TARGET_QMARK - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_PI_AFTER_TARGET_WS - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_PI_IN_DATA - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_PI_IN_TARGET - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_PROLOG - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
 
STATE_PROLOG_DECL - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_PROLOG_INITIAL - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
State in which a less-than sign has been seen
STATE_PROLOG_SEEN_LT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_SE_ATTR_NAME - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_SE_ATTR_VALUE_NORMAL - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_SE_ATTR_VALUE_NSDECL - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_SE_ELEM_NAME - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_SE_SEEN_SLASH - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_SE_SPACE_OR_ATTRNAME - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_SE_SPACE_OR_ATTRVALUE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_SE_SPACE_OR_END - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_SE_SPACE_OR_EQ - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_TEXT_AMP - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_TEXT_AMP_NAME - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_TREE - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
 
STATE_TREE_NAMED_ENTITY_START - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_TREE_NUMERIC_ENTITY_START - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_TREE_SEEN_AMP - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_TREE_SEEN_EXCL - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_TREE_SEEN_LT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_TREE_SEEN_SLASH - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_AFTER_ENCODING - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_AFTER_ENCODING_VALUE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_AFTER_STANDALONE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_AFTER_STANDALONE_VALUE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_AFTER_VERSION - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_AFTER_VERSION_VALUE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_AFTER_XML - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_BEFORE_ENCODING - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_BEFORE_STANDALONE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_BEFORE_VERSION - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_ENCODING - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_ENCODING_EQ - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_ENCODING_VALUE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_ENDQ - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_STANDALONE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_STANDALONE_EQ - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_STANDALONE_VALUE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_VERSION - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_VERSION_EQ - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STATE_XMLDECL_VERSION_VALUE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
STAX_DEFAULT_OUTPUT_ENCODING - Static variable in interface com.fasterxml.aalto.util.XmlConsts
 
STAX_DEFAULT_OUTPUT_VERSION - Static variable in interface com.fasterxml.aalto.util.XmlConsts
 
STD_FEATURE_PREFIX - Static variable in enum com.fasterxml.aalto.sax.SAXFeature
 
STD_PROPERTY_PREFIX - Static variable in enum com.fasterxml.aalto.sax.SAXProperty
 
stopValidatingAgainst(XMLValidationSchema) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
stopValidatingAgainst(XMLValidator) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
stopValidatingAgainst(XMLValidationSchema) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
stopValidatingAgainst(XMLValidator) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
StreamExceptionBase - Exception in com.fasterxml.aalto.impl
Base class for all XMLStreamException instances that we use.
StreamExceptionBase(String) - Constructor for exception com.fasterxml.aalto.impl.StreamExceptionBase
 
StreamExceptionBase(Throwable) - Constructor for exception com.fasterxml.aalto.impl.StreamExceptionBase
 
StreamExceptionBase(String, Location) - Constructor for exception com.fasterxml.aalto.impl.StreamExceptionBase
 
StreamExceptionBase(String, Location, Throwable) - Constructor for exception com.fasterxml.aalto.impl.StreamExceptionBase
 
StreamReaderImpl - Class in com.fasterxml.aalto.stax
Basic backend-independent XMLStreamReader implementation.
StreamReaderImpl(XmlScanner) - Constructor for class com.fasterxml.aalto.stax.StreamReaderImpl
 
StreamScanner - Class in com.fasterxml.aalto.in
Base class for various byte stream based scanners (generally one for each type of encoding supported).
StreamScanner(ReaderConfig, InputStream, byte[], int, int) - Constructor for class com.fasterxml.aalto.in.StreamScanner
 
StreamWriterBase - Class in com.fasterxml.aalto.out
Base class for XMLStreamReader implementations.
StreamWriterBase(WriterConfig, XmlWriter, WNameTable) - Constructor for class com.fasterxml.aalto.out.StreamWriterBase
 
StreamWriterBase.State - Enum in com.fasterxml.aalto.out
 
SUFFIX_IN_EPILOG - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
SUFFIX_IN_PROLOG - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
SUFFIX_IN_TREE - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
SURR1_FIRST - Static variable in class com.fasterxml.aalto.io.UTF8Writer
 
SURR1_FIRST - Static variable in class com.fasterxml.aalto.out.XmlWriter
 
SURR1_LAST - Static variable in class com.fasterxml.aalto.io.UTF8Writer
 
SURR1_LAST - Static variable in class com.fasterxml.aalto.out.XmlWriter
 
SURR2_FIRST - Static variable in class com.fasterxml.aalto.io.UTF8Writer
 
SURR2_FIRST - Static variable in class com.fasterxml.aalto.out.XmlWriter
 
SURR2_LAST - Static variable in class com.fasterxml.aalto.io.UTF8Writer
 
SURR2_LAST - Static variable in class com.fasterxml.aalto.out.XmlWriter
 
sUtf8CharTypes - Static variable in class com.fasterxml.aalto.in.InputCharTypes
 
sUtf8CharTypes - Static variable in class com.fasterxml.aalto.out.OutputCharTypes
 
sXml10Chars - Static variable in class com.fasterxml.aalto.util.XmlChars
 
sXml10StartChars - Static variable in class com.fasterxml.aalto.util.XmlChars
 

T

test - package test
 
test(String[]) - Method in class test.BasePerfTest
 
test() - Method in class test.RunStreamWriter
 
test(File) - Method in class test.TestAsyncReader
 
test() - Method in class test.TestBase64Reader
 
test(String[]) - Method in class test.TestEventReader
 
test(String[]) - Method in class test.TestNameHashing
 
test() - Method in class test.TestPNamePerf
 
test(File) - Method in class test.TestSaxReader
 
test() - Method in class test.TestScannerPerf
 
test(String, OutputStream) - Method in class test.TestStreamCopier
 
test(File) - Method in class test.TestStreamReader
 
test() - Method in class test.TestTypedSpeed
 
test2(File, int) - Method in class test.BasePerfTest
 
test2(String[]) - Method in class test.TestNameHashing
 
test2() - Method in class test.TestTypedSpeed
 
TEST_PER_GC - Static variable in class test.TestTypedSpeed
 
TestAdapter(XMLStreamReader) - Constructor for class test.TestBase64Reader.TestAdapter
 
TestAsyncReader - Class in test
Simple helper test class for checking how stream reader handles xml documents.
TestAsyncReader() - Constructor for class test.TestAsyncReader
 
TestBase64Reader - Class in test
Simple helper test class for checking how stream reader handles xml documents.
TestBase64Reader() - Constructor for class test.TestBase64Reader
 
TestBase64Reader.TestAdapter - Class in test
 
TestEventReader - Class in test
 
TestEventReader() - Constructor for class test.TestEventReader
 
testExec(File) - Method in class test.BasePerfTest
 
testExec(File) - Method in class test.TestLineReader
 
testExec(File) - Method in class test.TestNameTable
 
testExec(File) - Method in class test.TestRawStream
 
testExec(File) - Method in class test.TestUTF8
 
TestLineReader - Class in test
 
TestLineReader() - Constructor for class test.TestLineReader
 
TestNameHashing - Class in test
 
TestNameHashing() - Constructor for class test.TestNameHashing
 
TestNameTable - Class in test
 
TestNameTable() - Constructor for class test.TestNameTable
 
testNew() - Method in class test.TestPNamePerf
 
testNew2() - Method in class test.TestPNamePerf
 
testNew2A() - Method in class test.TestPNamePerf
 
testNewA() - Method in class test.TestPNamePerf
 
TestPNamePerf - Class in test
 
TestPNamePerf(byte[], int) - Constructor for class test.TestPNamePerf
 
TestRawStream - Class in test
 
TestRawStream() - Constructor for class test.TestRawStream
 
testRegular() - Method in class test.TestPNamePerf
 
testRegularA() - Method in class test.TestPNamePerf
 
TestSaxReader - Class in test
Simple helper test class for checking how the parser works when used via SAX interface.
TestSaxReader() - Constructor for class test.TestSaxReader
 
TestSaxReader.MyContentHandler - Class in test
 
testScannerCode() - Method in class test.TestScannerPerf
 
testScannerInts() - Method in class test.TestScannerPerf
 
testScannerInts2() - Method in class test.TestScannerPerf
 
TestScannerPerf - Class in test
 
TestScannerPerf(byte[], int) - Constructor for class test.TestScannerPerf
 
TestStreamCopier - Class in test
Simple test driver for testing pass-through copying using new StAX2 methods.
TestStreamCopier() - Constructor for class test.TestStreamCopier
 
TestStreamReader - Class in test
Simple helper test class for checking how stream reader handles xml documents.
TestStreamReader() - Constructor for class test.TestStreamReader
 
testTypedBooleanAttr(int) - Method in class test.TestTypedSpeed
 
testTypedBooleanElem(int) - Method in class test.TestTypedSpeed
 
TestTypedSpeed - Class in test
Simple typed information access stress test, useful for profiling, as well as for quickly checking high-level performance effects of changes (albeit not very accurately, obviously -- need longer running composite tests for such verifications).
TestTypedSpeed(byte[]) - Constructor for class test.TestTypedSpeed
 
testUntypedBooleanAttr(int) - Method in class test.TestTypedSpeed
 
testUntypedBooleanElem(int) - Method in class test.TestTypedSpeed
 
TestUTF8 - Class in test
 
TestUTF8() - Constructor for class test.TestUTF8
 
TEXT_CHARS - Variable in class com.fasterxml.aalto.util.XmlCharTypes
Character type table used for regular textual content (for CHARACTERS event)
TextAccumulator - Class in com.fasterxml.aalto.util
Simple utility class used to efficiently accumulate and concatenate text passed in various forms
TextAccumulator() - Constructor for class com.fasterxml.aalto.util.TextAccumulator
 
TextBuilder - Class in com.fasterxml.aalto.util
Class conceptually similar to StringBuilder, but that allows for bit more efficient building, using segmented internal buffers, and direct access to these buffers.
TextBuilder(ReaderConfig) - Constructor for class com.fasterxml.aalto.util.TextBuilder
 
TextUtil - Class in com.fasterxml.aalto.util
 
TextUtil() - Constructor for class com.fasterxml.aalto.util.TextUtil
 
throwFromIOE(IOException) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
 
throwFromIOE(IOException) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
throwIllegal(int) - Method in class com.fasterxml.aalto.io.UTF8Writer
 
throwInternal() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
throwInternalError() - Static method in class com.fasterxml.aalto.impl.ErrorConsts
 
throwInternalError(String) - Static method in class com.fasterxml.aalto.impl.ErrorConsts
 
throwInvalidSpace(int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
throwIoException(MalformedURLException, String) - Static method in class com.fasterxml.aalto.util.URLUtil
Helper method that tries to fully convert strange URL-specific exception to more general IO exception.
throwNotTextual(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
throwNotTextXxx(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
throwNullChar() - Method in class com.fasterxml.aalto.in.XmlScanner
 
throwOutputError(String) - Method in class com.fasterxml.aalto.dom.OutputElementBase
 
throwOutputError(String) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
 
throwOutputError(String, Object) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
 
throwOutputError(String) - Method in class com.fasterxml.aalto.out.XmlWriter
 
throwOutputError(String, Object) - Method in class com.fasterxml.aalto.out.XmlWriter
 
throwSaxException(Exception) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
throwSaxException(String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
 
throwStreamException(String, Location) - Method in class com.fasterxml.aalto.dom.DOMReaderImpl
 
throwUnexpectedChar(int, String) - Method in class com.fasterxml.aalto.in.XmlScanner
 
throwUnexpectedEOI(String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
throwUnpairedSurrogate() - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
throwUnpairedSurrogate(int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
throwWfe(String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
Throws generic parse error with specified message and current parsing location.
toDebugString() - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable.Bucket
 
toDebugString() - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
 
toDebugString() - Method in class com.fasterxml.aalto.out.WNameTable.Bucket
 
toDebugString() - Method in class com.fasterxml.aalto.out.WNameTable
 
toExternal() - Method in enum com.fasterxml.aalto.sax.SAXFeature
 
toExternal() - Method in enum com.fasterxml.aalto.sax.SAXProperty
 
TOKEN_EOI - Static variable in class com.fasterxml.aalto.in.XmlScanner
This token type signifies end-of-input, in cases where it can be returned.
tokenTypeDesc(int) - Static method in class com.fasterxml.aalto.impl.ErrorConsts
 
toString() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
 
toString() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
 
toString() - Method in class com.fasterxml.aalto.impl.LocationImpl
 
toString() - Method in exception com.fasterxml.aalto.impl.StreamExceptionBase
 
toString() - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
 
toString() - Method in class com.fasterxml.aalto.in.ElementScope
 
toString() - Method in class com.fasterxml.aalto.in.FixedNsContext
 
toString() - Method in class com.fasterxml.aalto.in.NsDeclaration
 
toString() - Method in class com.fasterxml.aalto.in.PName
 
toString() - Method in class com.fasterxml.aalto.out.CharWName
 
toString() - Method in class com.fasterxml.aalto.out.NsBinder
 
toString() - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
toString() - Method in class com.fasterxml.aalto.out.WName
 
toString() - Method in class com.fasterxml.aalto.out.WNameTable
 
toString() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
toString() - Method in exception com.fasterxml.aalto.UncheckedStreamException
 
toString() - Method in class com.fasterxml.aalto.util.TextBuilder
Note: calling this method may not be as efficient as calling TextBuilder.contentsAsString(), since it is guaranteed that resulting String is NOT cached (to ensure we see no stale data)
toString() - Method in class com.fasterxml.aalto.util.UriCanonicalizer.CanonicalKey
 
toString() - Method in exception com.fasterxml.aalto.ValidationException
 
tryToFind(ByteBasedPNameTable, String) - Method in class test.TestNameHashing
 
TYPE_BOOLEAN - Static variable in class test.TestTypedSpeed
 
TYPE_INT - Static variable in class test.TestTypedSpeed
 

U

unbind() - Method in class com.fasterxml.aalto.in.NsDeclaration
Method called after END_ELEMENT is processed, to unbind declaration that now goes out of scope
unboundEquals(PName) - Method in class com.fasterxml.aalto.in.PName
 
unboundHashCode() - Method in class com.fasterxml.aalto.in.PName
 
UncheckedStreamException - Exception in com.fasterxml.aalto
Unchecked exception that has to be used for methods of Stax API that do not allow throwing checked XMLStreamException, but where internal methods that need to be called may throw such an exception.
UncheckedStreamException(XMLStreamException) - Constructor for exception com.fasterxml.aalto.UncheckedStreamException
 
unparsedEntityDecl(String, String, String, String) - Method in class test.TestSaxReader.MyContentHandler
 
unshareCollision() - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
 
unshareCollision() - Method in class com.fasterxml.aalto.out.WNameTable
 
unshareMain() - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
Method that needs to be called, if the main hash structure is (may be) shared.
unshareMain() - Method in class com.fasterxml.aalto.out.WNameTable
Method that needs to be called, if the main hash structure is (may be) shared.
unshareNames() - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
 
unshareNames() - Method in class com.fasterxml.aalto.out.WNameTable
 
updateAsciiSymbols(ByteBasedPNameTable) - Method in class com.fasterxml.aalto.in.ReaderConfig.EncodingContext
 
updateBBSymbols(ByteBasedPNameTable) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
updateCBSymbols(CharBasedPNameTable) - Method in class com.fasterxml.aalto.in.ReaderConfig
 
updateLatin1Symbols(ByteBasedPNameTable) - Method in class com.fasterxml.aalto.in.ReaderConfig.EncodingContext
 
updateSymbols(CharBasedPNameTable) - Method in class com.fasterxml.aalto.in.ReaderConfig.EncodingContext
 
updateUtf8Symbols(ByteBasedPNameTable) - Method in class com.fasterxml.aalto.in.ReaderConfig.EncodingContext
 
UriCanonicalizer - Class in com.fasterxml.aalto.util
This class is used for canonicalization of namespace URIs.
UriCanonicalizer() - Constructor for class com.fasterxml.aalto.util.UriCanonicalizer
 
UriCanonicalizer.BoundedHashMap - Class in com.fasterxml.aalto.util
We'll use a bounded map, which should work well for most normal cases, but avoid excesses for degenerate cases (unique URIs used as idenfitiers etc).
UriCanonicalizer.CanonicalKey - Class in com.fasterxml.aalto.util
 
urlFromCurrentDir() - Static method in class com.fasterxml.aalto.util.URLUtil
Method that tries to create and return URL that denotes current working directory.
urlFromSystemId(String) - Static method in class com.fasterxml.aalto.util.URLUtil
Method that tries to figure out how to create valid URL from a system id, without additional contextual information.
urlFromSystemId(String, URL) - Static method in class com.fasterxml.aalto.util.URLUtil
 
urlToSystemId(URL) - Static method in class com.fasterxml.aalto.util.URLUtil
 
URLUtil - Class in com.fasterxml.aalto.util
 
URLUtil() - Constructor for class com.fasterxml.aalto.util.URLUtil
 
Utf32Reader - Class in com.fasterxml.aalto.in
Since JDK does not come with UTF-32/UCS-4, let's implement a simple decoder to use.
Utf32Reader(ReaderConfig, InputStream, byte[], int, int, boolean) - Constructor for class com.fasterxml.aalto.in.Utf32Reader
 
Utf8Scanner - Class in com.fasterxml.aalto.in
Scanner for tokenizing XML content from a byte stream encoding using UTF-8 encoding, or something suitably close it for decoding purposes (including ISO-Latin1 and US-ASCII).
Utf8Scanner(ReaderConfig, InputStream, byte[], int, int) - Constructor for class com.fasterxml.aalto.in.Utf8Scanner
 
UTF8Writer - Class in com.fasterxml.aalto.io
 
UTF8Writer(WriterConfig, OutputStream, boolean) - Constructor for class com.fasterxml.aalto.io.UTF8Writer
 
Utf8XmlWriter - Class in com.fasterxml.aalto.out
This is the generic implementation of XmlWriter, used if the destination is byte-based OutputStream, and encoding is UTF-8.
Utf8XmlWriter(WriterConfig, OutputStream) - Constructor for class com.fasterxml.aalto.out.Utf8XmlWriter
 

V

validateAgainst(XMLValidationSchema) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
validateAgainst(XMLValidationSchema) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
validateElemPrefix(String, String, DOMOutputElement) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
ValidationException - Exception in com.fasterxml.aalto
Specific exception thrown when document has validation (DTD, W3C Schema) errors; things that are not well-formedness problems.
ValidationException(XMLValidationProblem, String) - Constructor for exception com.fasterxml.aalto.ValidationException
 
ValidationException(XMLValidationProblem, String, Location) - Constructor for exception com.fasterxml.aalto.ValidationException
 
validPublicIdChar(int) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
Checks that a character for a PublicId
validSurrogateNameChar(char, char) - Static method in class com.fasterxml.aalto.util.XmlNames
 
valueBufferFull() - Method in class com.fasterxml.aalto.in.AttributeCollector
Method called by the owner, when the
valueEncoderFactory() - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
valueOf(String) - Static method in enum com.fasterxml.aalto.out.OutputElement.PrefixState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fasterxml.aalto.out.StreamWriterBase.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fasterxml.aalto.sax.SAXFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fasterxml.aalto.sax.SAXProperty
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.fasterxml.aalto.out.OutputElement.PrefixState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.fasterxml.aalto.out.StreamWriterBase.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.fasterxml.aalto.sax.SAXFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.fasterxml.aalto.sax.SAXProperty
Returns an array containing the constants of this enum type, in the order they are declared.
verifyAndAppendEntityCharacter(int) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
Method called to verify validity of given character (from entity) and append it to the text buffer
verifyAndSetPublicId() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
verifyAndSetSystemId() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
verifyAndSetXmlEncoding() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
verifyAndSetXmlStandalone() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
verifyAndSetXmlVersion() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
 
verifyCDataContent(String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
verifyCDataContent(char[], int, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
verifyCommentContent(String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
verifyEncoding(String, int) - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
verifyEncoding(String, int, boolean) - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
verifyNameComponent(String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
Method used to verify that a name component (prefix, local name) is a legal as per xml 1.0 specification.
verifyQName(QName) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
verifyXmlChar(int) - Method in class com.fasterxml.aalto.in.XmlScanner
 
verifyXmlEncoding(String) - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
verifyXmlEncoding(String) - Method in class com.fasterxml.aalto.in.CharSourceBootstrapper
 
VERR_ANY - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
VERR_EMPTY - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
VERR_NON_MIXED - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 

W

W_MIXED_ENCODINGS - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
warning(SAXParseException) - Method in class test.TestSaxReader.MyContentHandler
 
WERR_ATTR_NO_ELEM - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WERR_CDATA_CONTENT - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WERR_COMMENT_CONTENT - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WERR_DUP_XML_DECL - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WERR_NAME_EMPTY - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WERR_NAME_ILLEGAL_CHAR - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WERR_NAME_ILLEGAL_FIRST_CHAR - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WERR_NO_ESCAPING - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WERR_NS_NO_ELEM - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WERR_PI_CONTENT - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WERR_PROLOG_CDATA - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WERR_PROLOG_ENTITY - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WERR_PROLOG_NO_ROOT - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WERR_PROLOG_SECOND_ROOT - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WERR_SPACE_CONTENT - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WFCException - Exception in com.fasterxml.aalto
Base class for reader-side Well-Formedness Constraint violation (fatal error) exceptions.
WFCException(String, Location) - Constructor for exception com.fasterxml.aalto.WFCException
 
willAutoCloseInput() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
willAutoCloseOutput() - Method in class com.fasterxml.aalto.out.WriterConfig
 
willCheckAttributes() - Method in class com.fasterxml.aalto.out.WriterConfig
 
willCheckContent() - Method in class com.fasterxml.aalto.out.WriterConfig
 
willCheckNames() - Method in class com.fasterxml.aalto.out.WriterConfig
 
willCheckStructure() - Method in class com.fasterxml.aalto.out.WriterConfig
 
willCoalesceText() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
willEscapeCR() - Method in class com.fasterxml.aalto.out.WriterConfig
 
willExpandEntities() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
willFixContent() - Method in class com.fasterxml.aalto.out.WriterConfig
 
willInternNames() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
willInternNsURIs() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
willParseLazily() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
willPreserveLocation() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
willRepairNamespaces() - Method in class com.fasterxml.aalto.out.WriterConfig
 
willReportCData() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
willSupportNamespaces() - Method in class com.fasterxml.aalto.in.ReaderConfig
 
WName - Class in com.fasterxml.aalto.out
This class is similar to PName, in that it implements an efficient representation of prefixed names, but one used on output (Writer) side.
WName(String) - Constructor for class com.fasterxml.aalto.out.WName
 
WName(String, String) - Constructor for class com.fasterxml.aalto.out.WName
 
WNameFactory - Class in com.fasterxml.aalto.out
This abstract class defines factory object (with factory methods) that are needed by WNameTable instances, to be able to construct WName instances for element and attribute names.
WNameFactory() - Constructor for class com.fasterxml.aalto.out.WNameFactory
 
WNameTable - Class in com.fasterxml.aalto.out
This is a symbol table implementation used for storing byte-based WNames.
WNameTable(int) - Constructor for class com.fasterxml.aalto.out.WNameTable
 
WNameTable(WNameTable, WNameFactory) - Constructor for class com.fasterxml.aalto.out.WNameTable
Constructor used when creating a child instance
WNameTable.Bucket - Class in com.fasterxml.aalto.out
 
write(char[]) - Method in class com.fasterxml.aalto.io.UTF8Writer
 
write(char[], int, int) - Method in class com.fasterxml.aalto.io.UTF8Writer
 
write(int) - Method in class com.fasterxml.aalto.io.UTF8Writer
 
write(String) - Method in class com.fasterxml.aalto.io.UTF8Writer
 
write(String, int, int) - Method in class com.fasterxml.aalto.io.UTF8Writer
 
writeAsEncodedUnicode(Writer) - Method in class com.fasterxml.aalto.evt.IncompleteEvent
 
writeAsEntity(int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeAsEntity(int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeAttribute(String, String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
writeAttribute(String, String, String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
writeAttribute(String, String, String, String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
writeAttribute(WName, String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeAttribute(WName, char[], int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeAttribute(WName, AsciiValueEncoder) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeAttribute(WName, String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeAttribute(WName, char[], int, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeAttribute(WName, AsciiValueEncoder) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeAttribute(String, String, String) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
 
writeAttribute(String, String, String, String) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
 
writeAttribute(String, String, String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
 
writeAttribute(String, String, String, String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
 
writeAttribute(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeAttribute(String, String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeAttribute(String, String, String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeAttribute(WName, String) - Method in class com.fasterxml.aalto.out.XmlWriter
Note: can throw XMLStreamException, if name checking is enabled, and name is invalid (name check has to be in this writer, not caller, since it depends not only on xml limitations, but also on encoding limitations)
writeAttribute(WName, char[], int, int) - Method in class com.fasterxml.aalto.out.XmlWriter
 
writeAttribute(WName, AsciiValueEncoder) - Method in class com.fasterxml.aalto.out.XmlWriter
 
writeAttrNameEqQ(WName) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeAttrValue(char[], int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeAttrValue(String, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeAttrValue(char[], int, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeBinary(byte[], int, int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeBinary(Base64Variant, byte[], int, int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeBinaryAttribute(String, String, String, byte[]) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeBinaryAttribute(Base64Variant, String, String, String, byte[]) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeBoolean(boolean) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeBooleanAttribute(String, String, String, boolean) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeBytes(OutputStream) - Method in class com.fasterxml.aalto.out.ByteWName
 
writeBytes(OutputStream) - Method in class com.fasterxml.aalto.out.CharWName
 
writeBytes(OutputStream) - Method in class com.fasterxml.aalto.out.WName
 
writeCData(String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeCData(char[], int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeCData(String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeCData(char[], int, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeCData(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeCData(char[], int, int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeCData(String) - Method in class com.fasterxml.aalto.out.XmlWriter
 
writeCData(char[], int, int) - Method in class com.fasterxml.aalto.out.XmlWriter
 
writeCDataContents(char[], int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeCDataContents(char[], int, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeCDataEnd() - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeCDataEnd() - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeCDataStart() - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeCDataStart() - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeCharacters(String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeCharacters(char[], int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeCharacters(String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeCharacters(char[], int, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeCharacters(char[], int, int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeCharacters(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeCharacters(String) - Method in class com.fasterxml.aalto.out.XmlWriter
 
writeCharacters(char[], int, int) - Method in class com.fasterxml.aalto.out.XmlWriter
 
writeChars(Writer) - Method in class com.fasterxml.aalto.out.ByteWName
 
writeChars(Writer) - Method in class com.fasterxml.aalto.out.CharWName
 
writeChars(Writer) - Method in class com.fasterxml.aalto.out.WName
 
writeComment(String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
Method that will try to output the content as specified.
writeComment(String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
Method that will try to output the content as specified.
writeComment(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeComment(String) - Method in class com.fasterxml.aalto.out.XmlWriter
Method that will try to output the content as specified.
writeCommentContents(char[], int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
Note: the only way to fix comment contents is to inject a space to split up consequtive '--' (or '-' that ends a comment).
writeCommentContents(char[], int, int, boolean) - Method in class com.fasterxml.aalto.out.CharXmlWriter
Note: the only way to fix comment contents is to inject a space to split up consequtive '--' (or '-' that ends a comment).
writeCommentEnd() - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeCommentEnd() - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeCommentStart() - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeCommentStart() - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeContents(XMLStreamWriter) - Method in class test.RunStreamWriter
 
writeDecimal(BigDecimal) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeDecimalAttribute(String, String, String, BigDecimal) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeDefaultNamespace(String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
writeDefaultNamespace(String) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
 
writeDefaultNamespace(String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
 
writeDefaultNamespace(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeDouble(double) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeDoubleArray(double[], int, int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeDoubleArrayAttribute(String, String, String, double[]) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeDoubleAttribute(String, String, String, double) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeDTD(String, String, String, String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
writeDTD(String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeDTD(WName, String, String, String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeDTD(String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeDTD(WName, String, String, String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeDTD(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeDTD(DTDInfo) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeDTD(String, String, String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeDTD(String) - Method in class com.fasterxml.aalto.out.XmlWriter
Older "legacy" output method for outputting DOCTYPE declaration.
writeDTD(WName, String, String, String) - Method in class com.fasterxml.aalto.out.XmlWriter
 
writeEmptyElement(String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
writeEmptyElement(String, String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
writeEmptyElement(String, String, String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
writeEmptyElement(String, String) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
 
writeEmptyElement(String, String, String) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
 
writeEmptyElement(String, String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
 
writeEmptyElement(String, String, String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
 
writeEmptyElement(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
It is assumed here that caller actually wants whatever is the default namespace (or it is used in "non-namespace" mode, where no namespaces are bound ever).
writeEmptyElement(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeEmptyElement(String, String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeEndDocument() - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
writeEndDocument() - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeEndElement() - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
writeEndElement() - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeEndTag(WName) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeEndTag(WName) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeEndTag(WName) - Method in class com.fasterxml.aalto.out.XmlWriter
 
writeEntityRef(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeEntityReference(WName) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeEntityReference(WName) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeEntityReference(WName) - Method in class com.fasterxml.aalto.out.XmlWriter
 
writeFloat(float) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeFloatArray(float[], int, int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeFloatArrayAttribute(String, String, String, float[]) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeFloatAttribute(String, String, String, float) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeFullEndElement() - Method in class com.fasterxml.aalto.out.StreamWriterBase
Similar to StreamWriterBase.writeEndElement(), but never allows implicit creation of empty elements.
writeInt(int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeIntArray(int[], int, int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeIntArrayAttribute(String, String, String, int[]) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeIntAttribute(String, String, String, int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeInteger(BigInteger) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeIntegerAttribute(String, String, String, BigInteger) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeLong(long) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeLongArray(long[], int, int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeLongArrayAttribute(String, String, String, long[]) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeLongAttribute(WName, String, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeLongAttribute(String, String, String, long) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeName(WName) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeName(byte, WName) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeName(WName, byte) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeName(WName) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeNamespace(String, String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
writeNamespace(String, String) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
 
writeNamespace(String, String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
 
writeNamespace(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writePI(WName, String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writePI(WName, String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writePI(WName, String) - Method in class com.fasterxml.aalto.out.XmlWriter
 
writePIContents(char[], int, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writePIData(char[], int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeProcessingInstruction(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeProcessingInstruction(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeQName(QName) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeQNameAttribute(String, String, String, QName) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeRaw(char[], int, int) - Method in class com.fasterxml.aalto.out.AsciiXmlWriter
 
writeRaw(String, int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeRaw(char[], int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
This method is heavily encoding-dependant, so it needs to be deferred to sub-classes
writeRaw(byte) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeRaw(byte, byte) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeRaw(byte[]) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeRaw(byte[], int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeRaw(char[], int, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeRaw(String, int, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeRaw(char[], int, int) - Method in class com.fasterxml.aalto.out.Latin1XmlWriter
 
writeRaw(char[], int, int) - Method in class com.fasterxml.aalto.out.SingleByteXmlWriter
 
writeRaw(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeRaw(String, int, int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeRaw(char[], int, int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeRaw(char[], int, int) - Method in class com.fasterxml.aalto.out.Utf8XmlWriter
 
writeRaw(String, int, int) - Method in class com.fasterxml.aalto.out.XmlWriter
 
writeRaw(char[], int, int) - Method in class com.fasterxml.aalto.out.XmlWriter
 
WriterConfig - Class in com.fasterxml.aalto.out
This is the shared configuration object passed by the factory to writer.
WriterConfig(String, int, int, WriterConfig.EncodingContext, String) - Constructor for class com.fasterxml.aalto.out.WriterConfig
 
WriterConfig() - Constructor for class com.fasterxml.aalto.out.WriterConfig
 
WriterConfig.EncodingContext - Class in com.fasterxml.aalto.out
This is a simple container class that is used to encapsulate per-factory encoding-dependant information like symbol tables.
writeSegmentedCData(String, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeSegmentedCData(char[], int, int, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeSegmentedComment(String, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeSpace(String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeSpace(char[], int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeSpace(String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeSpace(char[], int, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeSpace(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeSpace(char[], int, int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeSpace(String) - Method in class com.fasterxml.aalto.out.XmlWriter
 
writeSpace(char[], int, int) - Method in class com.fasterxml.aalto.out.XmlWriter
 
writeSplitAttrValue(char[], int, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeSplitCharacters(char[], int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
This method is called when it is possible that the output may cross the output buffer boundary.
writeStartDocument() - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeStartDocument(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeStartDocument(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeStartDocument(String, String, boolean) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeStartElement(String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
writeStartElement(String, String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
writeStartElement(String, String, String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
 
writeStartElement(String, String) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
 
writeStartElement(String, String, String) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
 
writeStartElement(String, String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
 
writeStartElement(String, String, String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
 
writeStartElement(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
It is assumed here that caller actually wants whatever is the default namespace (or it is used in "non-namespace" mode, where no namespaces are bound ever).
writeStartElement(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeStartElement(String, String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeStartTagEmptyEnd() - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeStartTagEmptyEnd() - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeStartTagEmptyEnd() - Method in class com.fasterxml.aalto.out.XmlWriter
 
writeStartTagEnd() - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeStartTagEnd() - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeStartTagEnd() - Method in class com.fasterxml.aalto.out.XmlWriter
 
writeStartTagStart(WName) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeStartTagStart(WName) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeStartTagStart(WName) - Method in class com.fasterxml.aalto.out.XmlWriter
Note: can throw XMLStreamException, if name checking is enabled, and name is invalid (name check has to be in this writer, not caller, since it depends not only on xml limitations, but also on encoding limitations)
writeTypedAttribute(String, String, String, AsciiValueEncoder) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
 
writeTypedAttribute(String, String, String, AsciiValueEncoder) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
 
writeTypedAttribute(String, String, String, AsciiValueEncoder) - Method in class com.fasterxml.aalto.out.StreamWriterBase
Need to leave implementation of this method abstract, because repairing and non-repairing modes differ in how names are handled.
writeTypedElement(AsciiValueEncoder) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
writeTypedValue(AsciiValueEncoder) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeTypedValue(AsciiValueEncoder) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeTypedValue(AsciiValueEncoder) - Method in class com.fasterxml.aalto.out.XmlWriter
 
writeUsing(XMLStreamWriter2) - Method in class com.fasterxml.aalto.evt.IncompleteEvent
 
writeXmlDeclaration(String, String, String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
writeXmlDeclaration(String, String, String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
writeXmlDeclaration(String, String, String) - Method in class com.fasterxml.aalto.out.XmlWriter
 
WT_ATTR_DECL - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WT_DT_DECL - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WT_ELEM_DECL - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WT_ENT_DECL - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WT_NS_DECL - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 
WT_VALIDATION - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
This is the generic type for warnings based on XMLValidationProblem objects.
WT_XML_DECL - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
 

X

XML_BINDING - Static variable in class com.fasterxml.aalto.in.NsBinding
Default binding for prefix "xml"
XML_DECL_KW_ENCODING - Static variable in interface com.fasterxml.aalto.util.XmlConsts
 
XML_DECL_KW_STANDALONE - Static variable in interface com.fasterxml.aalto.util.XmlConsts
 
XML_DECL_KW_VERSION - Static variable in interface com.fasterxml.aalto.util.XmlConsts
 
XML_SA_NO - Static variable in interface com.fasterxml.aalto.util.XmlConsts
 
XML_SA_YES - Static variable in interface com.fasterxml.aalto.util.XmlConsts
 
XML_V_10 - Static variable in interface com.fasterxml.aalto.util.XmlConsts
 
XML_V_10_STR - Static variable in interface com.fasterxml.aalto.util.XmlConsts
 
XML_V_11 - Static variable in interface com.fasterxml.aalto.util.XmlConsts
 
XML_V_11_STR - Static variable in interface com.fasterxml.aalto.util.XmlConsts
 
XML_V_UNKNOWN - Static variable in interface com.fasterxml.aalto.util.XmlConsts
This constants refers to cases where the version has not been declared explicitly; and needs to be considered to be 1.0.
XmlChars - Class in com.fasterxml.aalto.util
Simple utility class that encapsulates logic of determining validity of characters outside basic 7-bit range of Unicode, for XML 1.0
XmlChars() - Constructor for class com.fasterxml.aalto.util.XmlChars
 
XmlCharTypes - Class in com.fasterxml.aalto.util
This is a simple container class, mostly used to encapsulate details of character typing out of parser/scanner/writer classes, while still making int arrays auto-generated only if needed (esp.
XmlCharTypes() - Constructor for class com.fasterxml.aalto.util.XmlCharTypes
 
XmlCharTypes(int) - Constructor for class com.fasterxml.aalto.util.XmlCharTypes
 
XmlConsts - Interface in com.fasterxml.aalto.util
Simple constant container interface, shared by input and output sides.
XmlNames - Class in com.fasterxml.aalto.util
Simple utility class used for checking validity of xml names.
XmlNames() - Constructor for class com.fasterxml.aalto.util.XmlNames
 
XMLNS_BINDING - Static variable in class com.fasterxml.aalto.in.NsBinding
Default binding for prefix "xmlns"
XmlScanner - Class in com.fasterxml.aalto.in
This is the abstract base class for all scanner implementations, defining operations the actual parser requires from the low-level scanners.
XmlScanner(ReaderConfig) - Constructor for class com.fasterxml.aalto.in.XmlScanner
 
XmlWriter - Class in com.fasterxml.aalto.out
Base class for output type / encoding-specific serializers used to do actual physical output of serialized xml content.
XmlWriter(WriterConfig) - Constructor for class com.fasterxml.aalto.out.XmlWriter
 

_

_allAttrValues - Variable in class com.fasterxml.aalto.in.AttributeCollector
Concatenated String that contains all the attribute values for the element.
_allocator - Variable in class com.fasterxml.aalto.stax.InputFactoryImpl
 
_asyncScanner - Variable in class com.fasterxml.aalto.async.AsyncStreamReaderImpl
 
_attrCollector - Variable in class com.fasterxml.aalto.in.XmlScanner
 
_attrCollector - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
 
_attrCount - Variable in class com.fasterxml.aalto.in.AttributeCollector
Number of attributes currently held by this collector.
_attrCount - Variable in class com.fasterxml.aalto.in.XmlScanner
 
_attrCount - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
 
_attrCount - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
If the current event is START_ELEMENT, number of attributes the start element has.
_attrMap - Variable in class com.fasterxml.aalto.in.AttributeCollector
Int-based compact data structure that contains mapping from attribute names to attribute indexes in the main attribute name array.
_automaticNsPrefix - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
 
_autoNsSeq - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
for NsRepairing mode
_autoNsSeq - Variable in class com.fasterxml.aalto.out.RepairingStreamWriter
Sequence number used for generating dynamic namespace prefixes.
_base64Decoder - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
Lazily-constructed decoder object for decoding base64 encoded element binary content.
_base64Decoder() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
_buckets - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable
Overflow buckets; if primary doesn't match, lookup is done from here.
_buffer - Variable in class test.TestLineReader
 
_buffer - Variable in class test.TestUTF8
 
_bytes - Variable in class com.fasterxml.aalto.out.ByteWName
 
_cfgAutomaticNsPrefix - Variable in class com.fasterxml.aalto.out.RepairingStreamWriter
 
_cfgCDataAsText - Variable in class com.fasterxml.aalto.out.StreamWriterBase
 
_cfgCheckAttrs - Variable in class com.fasterxml.aalto.out.StreamWriterBase
 
_cfgCheckContent - Variable in class com.fasterxml.aalto.out.StreamWriterBase
 
_cfgCheckStructure - Variable in class com.fasterxml.aalto.out.StreamWriterBase
 
_cfgCoalesceText - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
 
_cfgCoalescing - Variable in class com.fasterxml.aalto.in.XmlScanner
 
_cfgLazyParsing - Variable in class com.fasterxml.aalto.in.XmlScanner
 
_cfgNsAware - Variable in class com.fasterxml.aalto.out.XmlWriter
 
_cfgPreserveLocation - Variable in class com.fasterxml.aalto.evt.EventAllocatorImpl
 
_cfgReportTextAsChars - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
 
_charOffset - Variable in class com.fasterxml.aalto.impl.LocationImpl
 
_chars - Variable in class com.fasterxml.aalto.out.CharWName
 
_charTypes - Variable in class com.fasterxml.aalto.in.ByteBasedScanner
This is a simple container object that is used to access the decoding tables for characters.
_charTypes - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
Validation tables used for verifying validity (and need for quoting)
_checkContent - Variable in class com.fasterxml.aalto.out.XmlWriter
 
_checkNames - Variable in class com.fasterxml.aalto.out.XmlWriter
 
_closeScanner(boolean) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
Method called to close scanner, by asking it to release resource it has, and potentially also close the underlying stream.
_closeSource() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
Since the async scanner has no access to whatever passes content, there is no input source in same sense as with blocking scanner; and there is nothing to close.
_closeSource() - Method in class com.fasterxml.aalto.in.ByteBasedScanner
 
_closeSource() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
_closeSource() - Method in class com.fasterxml.aalto.in.StreamScanner
 
_closeSource() - Method in class com.fasterxml.aalto.in.XmlScanner
 
_closeStartElement(boolean) - Method in class com.fasterxml.aalto.out.StreamWriterBase
Method called to close an open start element, when another main-level element (not namespace declaration or attribute) is being output; except for end element which is handled differently.
_closeTarget(boolean) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
_closeTarget(boolean) - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
_closeTarget(boolean) - Method in class com.fasterxml.aalto.out.XmlWriter
 
_col - Variable in class com.fasterxml.aalto.impl.LocationImpl
 
_config - Variable in class com.fasterxml.aalto.dom.DOMReaderImpl
 
_config - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
 
_config - Variable in class com.fasterxml.aalto.in.AttributeCollector
 
_config - Variable in class com.fasterxml.aalto.in.InputBootstrapper
 
_config - Variable in class com.fasterxml.aalto.in.XmlScanner
 
_config - Variable in class com.fasterxml.aalto.out.StreamWriterBase
 
_config - Variable in class com.fasterxml.aalto.out.XmlWriter
 
_config - Variable in class com.fasterxml.aalto.stax.InputFactoryImpl
This is the currently active configuration that will be used for readers created by this factory.
_config - Variable in class com.fasterxml.aalto.stax.OutputFactoryImpl
 
_config - Variable in class com.fasterxml.aalto.util.TextBuilder
 
_constructTypeException(IllegalArgumentException, String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
Method called to wrap or convert given conversion-fail exception into a full TypedXMLStreamException.
_constructTypeException(String, String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
_constructUnexpectedInTyped(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
_contentHandler - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
 
_copyBuffer - Variable in class com.fasterxml.aalto.out.XmlWriter
Intermediate buffer, in which content (esp.
_copyBufferLen - Variable in class com.fasterxml.aalto.out.XmlWriter
 
_currElem - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
This element is the current context element, under which all other nodes are added, until matching end element is output.
_currElem - Variable in class com.fasterxml.aalto.in.XmlScanner
Information about the current element on the stack
_currElem - Variable in class com.fasterxml.aalto.out.StreamWriterBase
We'll use a virtual root element (like a document node of sort), to simplify other processing, basically such that there is always a current output element instance, even when in prolog or epilog.
_currentSegment - Variable in class com.fasterxml.aalto.util.TextBuilder
 
_currentSize - Variable in class com.fasterxml.aalto.util.TextBuilder
Number of characters in currently active (last) segment
_currName - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
Prefixed name associated with the current event, if any.
_currNsCount - Variable in class com.fasterxml.aalto.in.XmlScanner
This is a temporary state variable, valid during START_ELEMENT event.
_currQuad - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
Bytes parsed for the current, incomplete, quad
_currQuadBytes - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
Number of bytes pending/buffered, stored in AsyncByteScanner._currQuad
_currRecycler - Variable in class com.fasterxml.aalto.in.ReaderConfig
This is the actually container of the recyclable buffers.
_currRecycler - Variable in class com.fasterxml.aalto.out.WriterConfig
This is the actually container of the recyclable buffers.
_currRow - Variable in class com.fasterxml.aalto.in.XmlScanner
The row on which the character to read next is on.
_currToken - Variable in class com.fasterxml.aalto.in.XmlScanner
 
_currToken - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
 
_declarationData - Variable in class com.fasterxml.aalto.in.FixedNsContext
Array that contains prefix/namespace-uri pairs, ordered from the most recent declaration to older ones.
_declHandler - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
 
_decodeBuffer - Variable in class com.fasterxml.aalto.util.TextBuilder
 
_decodeEnd - Variable in class com.fasterxml.aalto.util.TextBuilder
 
_decodePtr - Variable in class com.fasterxml.aalto.util.TextBuilder
 
_decoderFactory - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
Factory used for constructing decoders we need for typed access
_decoderFactory() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
 
_defaultNs - Variable in class com.fasterxml.aalto.in.XmlScanner
Default namespace binding is a per-document singleton, like explicit bindings, and used for elements (never for attributes).
_defaultNsSet - Variable in class com.fasterxml.aalto.dom.DOMOutputElement
 
_defaultNsURI - Variable in class com.fasterxml.aalto.dom.OutputElementBase
 
_defaultNsURI - Variable in class com.fasterxml.aalto.out.OutputElement
Namespace context end application may have supplied, and that (if given) should be used to augment explicitly defined bindings.
_depth - Variable in class com.fasterxml.aalto.in.XmlScanner
Number of START_ELEMENT events returned for which no END_ELEMENT has been returned; including current event.
_desc - Variable in class com.fasterxml.aalto.impl.LocationImpl
 
_dirty - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable
Flag that indicates if any changes have been made to the data; used to both determine if bucket array needs to be copied when (first) change is made, and potentially if updated bucket list is to be resync'ed back to master instance.
_done - Variable in class com.fasterxml.aalto.util.SingletonIterator
 
_dtdHandler - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
 
_dtdRootElemName - Variable in class com.fasterxml.aalto.out.StreamWriterBase
Value passed as the expected root element, when using the multiple argument StreamWriterBase.writeDTD(java.lang.String) method.
_dtdRootName - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
Prefixed root-name DOCTYPE declaration gave us, if any (note: also serves as a marker to know if we have seen DOCTYPE yet)
_elemAllNsBound - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
_elemAttrCount - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
_elemAttrName - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
_elemAttrPtr - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
Pointer for the next character of currently being parsed value within attribute value buffer
_elemAttrQuote - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
 
_element - Variable in class com.fasterxml.aalto.dom.DOMOutputElement
Actual DOM element for which this element object acts as a proxy.
_elemNsPtr - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
Pointer for the next character of currently being parsed namespace URI for the current namespace declaration
_encoding - Variable in class com.fasterxml.aalto.out.WriterConfig
Encoding passed in either during construction, or via xml declaration write.
_encodingContext - Variable in class com.fasterxml.aalto.out.WriterConfig
A single encoding context instance is shared between all WriterConfig instances created for readers by an output factory.
_endOfInput - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
Flag that is sent when calling application indicates that there will be no more input to parse.
_entityPending - Variable in class com.fasterxml.aalto.in.XmlScanner
Flag set to indicate that an entity is pending
_entityResolver - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
 
_entityValue - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
Entity value accumulated so far
_errorHandler - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
 
_errorMsg - Variable in class com.fasterxml.aalto.in.AttributeCollector
For some errors, we'll have to temporarily store error message, to be thrown at a later point.
_finishDocument(boolean) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
_flagMods - Variable in class com.fasterxml.aalto.impl.CommonConfig
Bitset that indicates all explicit changes to on/off values; clear bits indicate settings that are unmodified default values.
_flags - Variable in class com.fasterxml.aalto.impl.CommonConfig
Bitset for all on/off values for this configuration object.
_generateAttrName(String, String, String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
 
_generateElemPrefix(String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
Method called if given URI is not yet bound, and no suggested prefix is given (or one given can't be used).
_handleEmptyValue(TypedValueDecoder) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
Method called to handle value that has empty String as representation.
_hashAreaSize - Variable in class com.fasterxml.aalto.in.AttributeCollector
Size of hash area in _attrMap; generally at least 20% more than number of attributes (_attrCount).
_in - Variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
Underlying InputStream to use for reading content.
_in - Variable in class com.fasterxml.aalto.in.CharSourceBootstrapper
Underlying Reader to use for reading content.
_in - Variable in class com.fasterxml.aalto.in.ReaderScanner
Underlying InputStream to use for reading content.
_in - Variable in class com.fasterxml.aalto.in.StreamScanner
Underlying InputStream to use for reading content.
_indexMask - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable
Mask used to get index from hash values; equal to mBuckets.length - 1, when mBuckets.length is a power of two.
_inDtdDeclaration - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
Flag that indicates whether we are inside a declaration during parsing of internal DTD subset.
_inputBuffer - Variable in class com.fasterxml.aalto.async.AsyncByteArrayScanner
This buffer is actually provided by caller
_inputBuffer - Variable in class com.fasterxml.aalto.async.AsyncByteBufferScanner
This buffer is actually provided by caller
_inputBuffer - Variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
_inputBuffer - Variable in class com.fasterxml.aalto.in.CharSourceBootstrapper
 
_inputBuffer - Variable in class com.fasterxml.aalto.in.ReaderScanner
 
_inputBuffer - Variable in class com.fasterxml.aalto.in.StreamScanner
 
_inputEnd - Variable in class com.fasterxml.aalto.in.ByteBasedScanner
Pointer to the first byte after the end of valid content.
_inputEnd - Variable in class com.fasterxml.aalto.in.ReaderScanner
 
_inputLast - Variable in class com.fasterxml.aalto.in.CharSourceBootstrapper
Offset of the first character after the end of valid buffer contents.
_inputLen - Variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
_inputProcessed - Variable in class com.fasterxml.aalto.in.InputBootstrapper
Current number of input units (bytes or chars) that were processed in previous blocks, before contents of current input buffer.
_inputPtr - Variable in class com.fasterxml.aalto.in.ByteBasedScanner
Pointer to the next unread byte in the input buffer.
_inputPtr - Variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
 
_inputPtr - Variable in class com.fasterxml.aalto.in.CharSourceBootstrapper
 
_inputPtr - Variable in class com.fasterxml.aalto.in.ReaderScanner
 
_inputRow - Variable in class com.fasterxml.aalto.in.InputBootstrapper
Current row location of current point in input buffer, using zero-based counting.
_inputRowStart - Variable in class com.fasterxml.aalto.in.InputBootstrapper
Current index of the first character of the current row in input buffer.
_isEmptyTag - Variable in class com.fasterxml.aalto.in.XmlScanner
Flag that is used if the current state is START_ELEMENT or END_ELEMENT, to indicate if the underlying physical tag is a so-called empty tag (one ending with "/>")
_isIndentation - Variable in class com.fasterxml.aalto.util.TextBuilder
Marker to know if the contents currently stored were created using "indentation detection".
_lastDeclaration - Variable in class com.fasterxml.aalto.in.FixedNsContext
We will keep a reference to the last namespace declaration in effect at point when this instance was created.
_lastLocation - Variable in class com.fasterxml.aalto.evt.EventAllocatorImpl
Last used location info; only relevant to non-accurate-location allocators.
_lastNsContext - Variable in class com.fasterxml.aalto.in.XmlScanner
Last returned NamespaceContext, created for a call to XmlScanner.getNonTransientNamespaceContext(), iff this would still be a valid context.
_lastNsDecl - Variable in class com.fasterxml.aalto.in.XmlScanner
Pointer to the last namespace declaration encountered.
_lexicalHandler - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
 
_localName - Variable in class com.fasterxml.aalto.in.PName
 
_localName - Variable in class com.fasterxml.aalto.out.WName
 
_locPastChars - Variable in class com.fasterxml.aalto.out.XmlWriter
Number of characters output prior to currently buffered output
_locRowNr - Variable in class com.fasterxml.aalto.out.XmlWriter
 
_locRowStartOffset - Variable in class com.fasterxml.aalto.out.XmlWriter
Offset of the first character on this line.
_name - Variable in class com.fasterxml.aalto.out.OutputElement
Prefixed name used for serialization.
_nameBuffer - Variable in class com.fasterxml.aalto.in.XmlScanner
Similarly, need a char buffer for actual String construction (in future, could perhaps use StringBuilder?).
_names - Variable in class com.fasterxml.aalto.in.AttributeCollector
 
_namespaceBinding - Variable in class com.fasterxml.aalto.in.PName
Binding of this qualified/prefixed name.
_needToResetValues - Variable in class com.fasterxml.aalto.in.AttributeCollector
Flag used to indicate that all attribute values for an element have been parsed, and that next call to startNewValue should reset the value structures
_nextEntity() - Method in class com.fasterxml.aalto.in.ReaderScanner
Helper method used to isolate things that need to be (re)set in cases where
_nextEntity() - Method in class com.fasterxml.aalto.in.StreamScanner
Helper method used to isolate things that need to be (re)set in cases where
_nextEvent - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
Due to asynchronous nature of parsing, we may know what event we are trying to parse, even if it's not yet complete.
_nsBinder - Variable in class com.fasterxml.aalto.out.OutputElement
 
_nsBindingCache - Variable in class com.fasterxml.aalto.in.XmlScanner
Although unbound pname instances can be easily and safely reused, bound ones are per-document.
_nsBindingCount - Variable in class com.fasterxml.aalto.in.XmlScanner
 
_nsBindings - Variable in class com.fasterxml.aalto.in.XmlScanner
Array containing all prefix bindings needed within the current document, so far (if any).
_nsBindMisses - Variable in class com.fasterxml.aalto.in.XmlScanner
 
_nsMapping - Variable in class com.fasterxml.aalto.dom.OutputElementBase
Mapping of namespace prefixes to URIs and back.
_nsMapShared - Variable in class com.fasterxml.aalto.dom.OutputElementBase
True, if OutputElementBase._nsMapping is a shared copy from the parent; false if a local copy was created (which happens when namespaces get bound etc).
_nsStrings - Variable in class com.fasterxml.aalto.dom.BijectiveNsMap
Array that contains { prefix, ns-uri } pairs, up to (but not including) index BijectiveNsMap._scopeEnd.
_nsStrings - Variable in class com.fasterxml.aalto.out.NsBinder
Array that contains { prefix, ns-uri } pairs, up to (but not including) index NsBinder._scopeEnd.
_openElement - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
This element is non-null right after a call to either writeStartElement and writeEmptyElement, and can be used to add attributes and namespace declarations.
_origBufferLen - Variable in class com.fasterxml.aalto.async.AsyncByteArrayScanner
In addition to current buffer pointer, and end pointer, we will also need to know number of bytes originally contained.
_origBufferLen - Variable in class com.fasterxml.aalto.async.AsyncByteBufferScanner
In addition to current buffer pointer, and end pointer, we will also need to know number of bytes originally contained.
_out - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
Actual Writer to use for outputting buffered data as appropriate.
_out - Variable in class com.fasterxml.aalto.out.CharXmlWriter
Actual Writer to use for outputting buffered data as appropriate.
_outputBuffer - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
_outputBuffer - Variable in class com.fasterxml.aalto.out.CharXmlWriter
 
_outputBufferLen - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
_outputBufferLen - Variable in class com.fasterxml.aalto.out.CharXmlWriter
 
_outputElemPool - Variable in class com.fasterxml.aalto.out.StreamWriterBase
 
_outputPtr - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
 
_outputPtr - Variable in class com.fasterxml.aalto.out.CharXmlWriter
 
_parent - Variable in class com.fasterxml.aalto.dom.DOMOutputElement
Reference to the parent element, element enclosing this element.
_parent - Variable in class com.fasterxml.aalto.out.OutputElement
Reference to either the parent (enclosing element) of this element, when part of active output context; or link to next reusable unused element after this one (if not part of active context).
_parseState - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
Main parsing/tokenization state (STATE_xxx)
_pastBytesOrChars - Variable in class com.fasterxml.aalto.in.XmlScanner
Number of bytes that were read and processed before the contents of the current buffer; used for calculating absolute offsets.
_pendingInput - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
There are some multi-byte combinations that must be handled as a unit: CR+LF linefeeds, multi-byte UTF-8 characters, and multi-character end markers for comments and PIs.
_poolSize - Variable in class com.fasterxml.aalto.out.StreamWriterBase
 
_prefix - Variable in class com.fasterxml.aalto.in.PName
 
_prefix - Variable in class com.fasterxml.aalto.out.WName
 
_prefixedName - Variable in class com.fasterxml.aalto.in.PName
 
_propAutoNsPrefix - Variable in class com.fasterxml.aalto.out.WriterConfig
 
_publicId - Variable in class com.fasterxml.aalto.impl.LocationImpl
 
_publicId - Variable in class com.fasterxml.aalto.in.XmlScanner
Public id of the current event (DTD), if any.
_quadBuffer - Variable in class com.fasterxml.aalto.in.ByteBasedScanner
This buffer is used for name parsing.
_quadCount - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
Number of complete quads parsed for current name (quads themselves are stored in ByteBasedScanner._quadBuffer).
_recyclerRef - Static variable in class com.fasterxml.aalto.in.ReaderConfig
This ThreadLocal contains a SoftRerefence to a BufferRecycler used to provide a low-cost buffer recycling between Reader instances.
_releaseBuffers() - Method in class com.fasterxml.aalto.in.ByteBasedScanner
 
_releaseBuffers() - Method in class com.fasterxml.aalto.in.ReaderScanner
 
_releaseBuffers() - Method in class com.fasterxml.aalto.in.StreamScanner
 
_releaseBuffers() - Method in class com.fasterxml.aalto.in.XmlScanner
 
_releaseBuffers() - Method in class com.fasterxml.aalto.out.ByteXmlWriter
 
_releaseBuffers() - Method in class com.fasterxml.aalto.out.CharXmlWriter
 
_releaseBuffers() - Method in class com.fasterxml.aalto.out.XmlWriter
 
_reportInvalidContent(int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
_reportNonTextEvent(int) - Method in class com.fasterxml.aalto.async.AsyncStreamReaderImpl
 
_reportNonTextEvent(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
Helper method called when StreamReaderImpl.getElementText() (et al) method encounters a token type it should not, during text coalescing
_reportNwfAttr(String) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
This is the method called when an output method call violates attribute well-formedness checks (trying to output dup attrs) and name validaty checking is enabled.
_reportNwfAttr(String, Object) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
 
_reportNwfContent(String) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
This is the method called when an output method call violates content well-formedness checks and content validation is enabled.
_reportNwfContent(String, Object) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
 
_reportNwfName(String) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
 
_reportNwfStructure(String) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
This is the method called when an output method call violates structural well-formedness checks and structural checking is enabled.
_reportNwfStructure(String, Object) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
 
_reportValidationProblem(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
_resultArray - Variable in class com.fasterxml.aalto.util.TextBuilder
 
_resultLen - Variable in class com.fasterxml.aalto.util.TextBuilder
Indicator for length of data with _resultArray, iff the primary indicator (_currentSize) is invalid (-1).
_resultString - Variable in class com.fasterxml.aalto.util.TextBuilder
String that will be constructed when the whole contents are needed; will be temporarily stored in case asked for again.
_rootNsContext - Variable in class com.fasterxml.aalto.dom.OutputElementBase
Namespace context end application may have supplied, and that (if given) should be used to augment explicitly defined bindings.
_rootNsContext - Variable in class com.fasterxml.aalto.out.StreamWriterBase
Root namespace context defined for this writer, if any.
_row - Variable in class com.fasterxml.aalto.impl.LocationImpl
 
_rowStartOffset - Variable in class com.fasterxml.aalto.in.XmlScanner
Offset used to calculate the column value given current input buffer pointer.
_scanner - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
Since the stream reader would mostly be just a wrapper around the underlying scanner (its main job is to implement Stax interface), we can and should just use the scanner.
_scanner - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
Underlying XML scanner
_scopeEnd - Variable in class com.fasterxml.aalto.dom.BijectiveNsMap
 
_scopeEnd - Variable in class com.fasterxml.aalto.out.NsBinder
 
_scopeStart - Variable in class com.fasterxml.aalto.dom.BijectiveNsMap
 
_scopeStart - Variable in class com.fasterxml.aalto.out.NsBinder
 
_segments - Variable in class com.fasterxml.aalto.util.TextBuilder
List of segments prior to currently active segment.
_segmentSize - Variable in class com.fasterxml.aalto.util.TextBuilder
Amount of characters in segments in _segments
_serializeQName(QName) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
 
_serializeQName(QName) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
 
_serializeQName(QName) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
_setPrefix(String, String) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
 
_setPrefix(String, String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
 
_setPrefix(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
_size - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable
Current size (number of entries); needed to know if and when rehash.
_sizeThreshold - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable
Limit that indicates maximum size this instance can hold before it needs to be expanded and rehashed.
_spillAreaEnd - Variable in class com.fasterxml.aalto.in.AttributeCollector
Pointer to int slot right after last spill entry, in _attrMap array.
_startColumn - Variable in class com.fasterxml.aalto.in.XmlScanner
Current column at start of current (last returned) token
_startRawOffset - Variable in class com.fasterxml.aalto.in.XmlScanner
Offset (in chars or bytes) at start of current token
_startRow - Variable in class com.fasterxml.aalto.in.XmlScanner
Current row at start of current (last returned) token
_state - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
In addition to the event type, there is need for additional state information
_state - Variable in class com.fasterxml.aalto.out.StreamWriterBase
 
_stateAnyOutput - Variable in class com.fasterxml.aalto.out.StreamWriterBase
Flag that is set to true first time something has been output.
_stateEmptyElement - Variable in class com.fasterxml.aalto.out.StreamWriterBase
Flag that indicates that current element is an empty element (one that is explicitly defined as one, by calling a method -- NOT one that just happens to be empty).
_stateStartElementOpen - Variable in class com.fasterxml.aalto.out.StreamWriterBase
Flag that is set during time that a start element is "open", ie.
_staxFactory - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
 
_suggestedDefNs - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
 
_suggestedDefNs - Variable in class com.fasterxml.aalto.out.RepairingStreamWriter
 
_suggestedPrefixes - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
Map that contains URI-to-prefix entries that point out suggested prefixes for URIs.
_suggestedPrefixes - Variable in class com.fasterxml.aalto.out.RepairingStreamWriter
Map that contains URI-to-prefix entries that point out suggested prefixes for URIs.
_surrogate - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
In case a split surrogate pair is output (which can occur for only some of the methods, possibly depending on encoding), the first part is temporarily stored within this member variable.
_surroundingEvent - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
For token/state combinations that are 'shared' between events (or embedded in them), this is where the surrounding event state is retained.
_symbols - Variable in class com.fasterxml.aalto.in.ByteBasedScanner
For now, symbol table contains prefixed names.
_symbols - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable
Primary matching symbols; it's expected most match occur from here.
_symbols - Variable in class com.fasterxml.aalto.in.ReaderScanner
For now, symbol table contains prefixed names.
_symbols - Variable in class com.fasterxml.aalto.out.StreamWriterBase
 
_systemId - Variable in class com.fasterxml.aalto.impl.LocationImpl
 
_systemId - Variable in class com.fasterxml.aalto.in.XmlScanner
System id of the current event (DTD), if any.
_textBuilder - Variable in class com.fasterxml.aalto.in.XmlScanner
Textual content of the current event
_tmpChar - Variable in class com.fasterxml.aalto.in.ByteBasedScanner
Storage location for a single character that can not be easily pushed back (for example, multi-byte char; or char entity expansion).
_tmpDecl - Variable in class com.fasterxml.aalto.in.FixedNsContext
Temporary List used for constructing compact namespace binding information that we will actually use.
_tokenIncomplete - Variable in class com.fasterxml.aalto.in.XmlScanner
 
_tokenName - Variable in class com.fasterxml.aalto.in.XmlScanner
Current name associated with the token, if any.
_uri - Variable in class com.fasterxml.aalto.out.OutputElement
Namespace of the element, whatever prefix part of OutputElement._name maps to.
_validator - Variable in class com.fasterxml.aalto.out.StreamWriterBase
Optional validator to use for validating output against one or more schemas, and/or for safe pretty-printing (indentation).
_value - Variable in class com.fasterxml.aalto.util.SingletonIterator
 
_valueBuffer - Variable in class com.fasterxml.aalto.in.AttributeCollector
Consequtive character array, in which attribute values are concatenated in
_valueEncoderFactory - Variable in class com.fasterxml.aalto.out.StreamWriterBase
When outputting using Typed Access API, we will need encoders.
_valueOffsets - Variable in class com.fasterxml.aalto.in.AttributeCollector
Array that contains ending offsets of the values in the shared buffer.
_verifyRootElement(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
_verifyStartElement(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
Method that is called to ensure that we can start writing an element, both from structural point of view, and from syntactic (close previously open start element, if any).
_verifyWriteAttr(WName) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
_verifyWriteCData() - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
_verifyWriteDTD() - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
_vldContent - Variable in class com.fasterxml.aalto.out.StreamWriterBase
State value used with validation, to track types of content that is allowed at this point in output stream.
_vldProblemHandler - Variable in class com.fasterxml.aalto.out.StreamWriterBase
Custom validation problem handler, if any.
_writeAttribute(WName, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
_writeAttribute(WName, AsciiValueEncoder) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
_writeDefaultNamespace(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
_writeNamespace(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
_writeStartAndVerify(String, String, String, boolean) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
 
_writeStartDocument(String, String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
_writeStartOrEmpty(String, String, String, boolean) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
 
_writeStartTag(WName, boolean) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
_writeStartTag(WName, boolean, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
 
_xml11 - Variable in class com.fasterxml.aalto.in.XmlScanner
Whether validity checks (wrt.
_xml11 - Variable in class com.fasterxml.aalto.out.XmlWriter
Indicates whether output is to be compliant; if false, is to be xml 1.0 compliant, if true, xml 1.1 compliant.
_xmlWriter - Variable in class com.fasterxml.aalto.out.StreamWriterBase
Actual physical writer to output serialized XML content to
A B C D E F G H I L M N O P R S T U V W X _ 
Skip navigation links