Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AaltoInputProperties - Class in com.fasterxml.aalto
-
Class that contains constant for property names used to configure cursor and event readers produced by Aalto implementation of
XMLInputFactory. - AaltoInputProperties() - Constructor for class com.fasterxml.aalto.AaltoInputProperties
- 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.
- addPName(char[], int, int) - Method in class com.fasterxml.aalto.in.ReaderScanner
- addPName(int, int[], int, int) - Method in class com.fasterxml.aalto.in.StreamScanner
- addPName(ByteBasedPNameTable, int, int[], int, int) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
- addPrefix(String, String) - Method in class com.fasterxml.aalto.dom.OutputElementBase
- addSymbol(char[], int, int, int) - Method in class com.fasterxml.aalto.in.CharBasedPNameTable
- 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
- addText(char[], int, int) - Method in class com.fasterxml.aalto.util.TextAccumulator
- addText(String) - 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.
- addUTFPName(ByteBasedPNameTable, 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
- 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
- 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.WName
- appendChars(char[], int) - Method in class com.fasterxml.aalto.out.ByteWName
- appendChars(char[], int) - Method in class com.fasterxml.aalto.out.WName
- appendChild(Node) - Method in class com.fasterxml.aalto.dom.DOMOutputElement
- 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-basedOutputStream, 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
AsyncXMLStreamReaderto 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.
- asyncSkipSpace() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
- AsyncStreamReaderImpl<F> - Class in com.fasterxml.aalto.async
-
Implementation of
AsyncXMLStreamReader. - AsyncStreamReaderImpl(AsyncByteScanner) - Constructor for class com.fasterxml.aalto.async.AsyncStreamReaderImpl
- AsyncXmlDeclHelper - Class in com.fasterxml.aalto.async
-
Helper class that contains specialized decode methods for pseudo-attributes contained in XML declaration.
- AsyncXmlDeclHelper() - Constructor for class com.fasterxml.aalto.async.AsyncXmlDeclHelper
- 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> - Interface in com.fasterxml.aalto
-
Extension of
XMLStreamReader2used 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
- available() - Method in class com.fasterxml.aalto.in.MergedStream
B
- 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.
- 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.
- 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.
- 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
- 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
- BYTE_a - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_A - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_AMP - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_APOS - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_C - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_CR - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_D - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_EQ - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_EXCL - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_g - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_GT - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_HASH - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_HYPHEN - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_l - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_LBRACKET - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_LF - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_LT - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_m - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_NULL - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_o - 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.in.ByteBasedScanner
- BYTE_q - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_QMARK - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_QUOT - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_RBRACKET - 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.in.ByteBasedScanner
- BYTE_SEMICOLON - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_SLASH - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_SPACE - 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.in.ByteBasedScanner
- BYTE_TAB - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_u - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- BYTE_x - Static variable in class com.fasterxml.aalto.in.ByteBasedScanner
- 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
PNameinstances, given input data to use for construction. - 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
- 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
- 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. - 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-basedOutputStream. - ByteXmlWriter(WriterConfig, OutputStream, XmlCharTypes) - Constructor for class com.fasterxml.aalto.out.ByteXmlWriter
C
- calcHash(char[], int, int) - Static method in class com.fasterxml.aalto.in.PNameC
-
Implementation of a hashing method for variable length Strings.
- 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(String) - Static method in class com.fasterxml.aalto.in.PNameC
- calcQuads(byte[]) - Static method in class com.fasterxml.aalto.in.ByteBasedPNameTable
- 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
- CDATA_STR - Variable in class com.fasterxml.aalto.in.XmlScanner
-
String that identifies CDATA section (after "<!
- 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 interface com.fasterxml.aalto.util.XmlConsts
- 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.
- 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.
- CharXmlWriter - Class in com.fasterxml.aalto.out
- CharXmlWriter(WriterConfig, Writer) - Constructor for class com.fasterxml.aalto.out.CharXmlWriter
- 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
- 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
- close() - Method in class com.fasterxml.aalto.in.MergedStream
- close() - Method in class com.fasterxml.aalto.in.Utf32Reader
- close() - Method in class com.fasterxml.aalto.io.UTF8Writer
- close() - Method in class com.fasterxml.aalto.out.StreamWriterBase
- 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.
- 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(boolean) - Method in class com.fasterxml.aalto.out.XmlWriter
-
Method called to flush the buffer(s), and close the output sink (stream or writer).
- closeCompletely() - Method in class com.fasterxml.aalto.out.StreamWriterBase
- closeCompletely() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
- 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.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
- 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(InputBootstrapper) - Static method in class com.fasterxml.aalto.stax.StreamReaderImpl
- construct(ReaderConfig, byte[], int, int) - Static method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
- construct(ReaderConfig, char[], int, int) - Static method in class com.fasterxml.aalto.in.CharSourceBootstrapper
- construct(ReaderConfig, InputStream) - Static method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
- construct(ReaderConfig, Reader) - 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
- constructER(XMLStreamReader2) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
- constructName(String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- constructName(String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- constructName(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.ByteXmlWriter
- constructName(String, String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- constructName(String, String) - Method in class com.fasterxml.aalto.out.WNameFactory
- 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(File, boolean) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
- constructSR(InputStream, String, boolean) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
- constructSR(String, InputStream, boolean) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
- constructSR(String, Reader, boolean) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
- constructSR(URL, boolean) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
- constructSR(Source, 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
- countDeclsOnLevel(int) - Method in class com.fasterxml.aalto.in.NsDeclaration
- create(XMLValidationProblem) - Static method in exception class 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
XMLStreamReader2instance 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.AsyncXMLInputFactory
-
Method for constructing a non-blocking
XMLStreamReader2instance with specified initial input data. - createAsyncFor(byte[], int, int) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
- createAsyncFor(ByteBuffer) - Method in class com.fasterxml.aalto.AsyncXMLInputFactory
-
Method for constructing a non-blocking
XMLStreamReader2instance with specified initial input data. - createAsyncFor(ByteBuffer) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
- createAsyncForByteArray() - Method in class com.fasterxml.aalto.AsyncXMLInputFactory
-
Method for constructing a non-blocking
XMLStreamReader2instance 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
XMLStreamReader2instance 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(WNameFactory) - Method in class com.fasterxml.aalto.out.WNameTable
- createChild(Element) - Method in class com.fasterxml.aalto.dom.DOMOutputElement
- createEmpty() - Static method in class com.fasterxml.aalto.dom.BijectiveNsMap
- 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(WriterConfig, DOMResult) - Static method in class com.fasterxml.aalto.dom.DOMWriterImpl
- createFrom(XMLStreamException) - Static method in exception class com.fasterxml.aalto.UncheckedStreamException
- createFrom(DOMSource, ReaderConfig) - Static method in class com.fasterxml.aalto.dom.DOMReaderImpl
- createNonShared() - Method in class com.fasterxml.aalto.out.WriterConfig
- createNonShared(String, String, String) - Method in class com.fasterxml.aalto.in.ReaderConfig
- 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
- createRoot() - Static method in class com.fasterxml.aalto.dom.DOMOutputElement
- createStartElem(String, String, String, boolean) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
-
Method called by all start element write methods.
- createXMLEventReader(File) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
- 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(String, InputStream) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
- createXMLEventReader(String, Reader) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
- createXMLEventReader(URL) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
- createXMLEventReader(XMLStreamReader) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
- createXMLEventReader(Source) - 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(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
- createXMLEventWriter(Result) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
- createXMLStreamReader(File) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
-
Convenience factory method that allows for parsing a document stored in the specified file.
- 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, InputStream) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
- createXMLStreamReader(String, Reader) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
- createXMLStreamReader(URL) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
- createXMLStreamReader(Source) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
- createXMLStreamWriter(OutputStream) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
- createXMLStreamWriter(OutputStream, String) - 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
- createXMLStreamWriter(Result) - 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
- DECLARATION_HANDLER - Enum constant in enum com.fasterxml.aalto.sax.SAXProperty
- 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
- 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_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) - 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.AsyncByteArrayScanner
- decodeUtf8_3(int, int, int) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
- decodeUtf8_4(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.AsyncByteArrayScanner
- decodeUtf8_4(int, int, int, int) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
- decodeValue(int, TypedValueDecoder) - Method in class com.fasterxml.aalto.in.AttributeCollector
- decodeValues(int, TypedArrayDecoder, XmlScanner) - Method in class com.fasterxml.aalto.in.AttributeCollector
- DEFAULT_AUTOMATIC_NS_PREFIX - Static variable in class com.fasterxml.aalto.out.WriterConfig
- DEFAULT_CHAR_BUFFER_LEN - Static variable in class com.fasterxml.aalto.in.ReaderConfig
- DEFAULT_COPYBUFFER_LEN - Static variable in class com.fasterxml.aalto.out.XmlWriter
- 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 settings for XMLInputFactory.
- DEFAULT_SMALL_BUFFER_LEN - Static variable in class com.fasterxml.aalto.in.ReaderConfig
- 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
- doCoalesceText(boolean) - Method in class com.fasterxml.aalto.in.ReaderConfig
- doConstructName(String) - Method in class com.fasterxml.aalto.out.AsciiXmlWriter
- doConstructName(String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- doConstructName(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.AsciiXmlWriter
- doConstructName(String, String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- doConstructName(String, String) - Method in class com.fasterxml.aalto.out.Latin1XmlWriter
- doConstructName(String, String) - Method in class com.fasterxml.aalto.out.Utf8XmlWriter
- DOCUMENT_XML_VERSION - Enum constant in enum com.fasterxml.aalto.sax.SAXProperty
- DOM_NODE - Enum constant in enum com.fasterxml.aalto.sax.SAXProperty
- 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)
- 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
XMLStreamWriterinterface. - 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
- doRetainAttributeGeneralEntities(boolean) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
Method for enabling or disabling
AaltoInputProperties.P_RETAIN_ATTRIBUTE_GENERAL_ENTITIES. - 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_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.
- enableXml11() - Method in class com.fasterxml.aalto.out.WriterConfig
- enableXml11() - Method in class com.fasterxml.aalto.out.XmlWriter
- encodingStartsWith(String, String) - Static method in class com.fasterxml.aalto.util.CharsetNames
- 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.
- 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
- EPILOG - Enum constant in enum com.fasterxml.aalto.out.StreamWriterBase.State
- equalEncodings(String, String) - Static method in class com.fasterxml.aalto.util.CharsetNames
-
Method that implements a loose String comparison for encoding Strings.
- equals(int[], int) - Method in class com.fasterxml.aalto.in.ByteBasedPName
- 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.PName3
- equals(int[], int) - Method in class com.fasterxml.aalto.in.PNameN
- equals(int, int) - Method in class com.fasterxml.aalto.in.ByteBasedPName
- 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.PName3
- equals(int, int) - Method in class com.fasterxml.aalto.in.PNameN
- equals(Object) - Method in class com.fasterxml.aalto.evt.IncompleteEvent
- equals(Object) - Method in class com.fasterxml.aalto.in.PName
- equals(Object) - Method in class com.fasterxml.aalto.out.WName
- 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_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
- 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?) - 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
- EXTERNAL_GENERAL_ENTITIES - Enum constant in enum com.fasterxml.aalto.sax.SAXFeature
- EXTERNAL_PARAMETER_ENTITIES - Enum constant in enum com.fasterxml.aalto.sax.SAXFeature
F
- F_AUTO_CLOSE_INPUT - Static variable in class com.fasterxml.aalto.in.ReaderConfig
- 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_PRESERVE_LOCATION - Static variable in class com.fasterxml.aalto.in.ReaderConfig
- F_REPORT_CDATA - Static variable in class com.fasterxml.aalto.in.ReaderConfig
- F_RETAIN_ATTRIBUTE_GENERAL_ENTITIES - 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
- feedInput(byte[], int, int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
- 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 class com.fasterxml.aalto.async.AsyncByteBufferScanner
- 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
- 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
- fillInUtf8Chars(int[], int[], int[], int[], int[]) - Static method in class com.fasterxml.aalto.in.InputCharTypes
- find(int) - Static method in class com.fasterxml.aalto.async.AsyncXmlDeclHelper
- find(int, int) - Static method in class com.fasterxml.aalto.async.AsyncXmlDeclHelper
- find(int, int, int) - Static method in class com.fasterxml.aalto.async.AsyncXmlDeclHelper
- 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
- 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.
- 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.
- findPrefixByUri(String) - Method in class com.fasterxml.aalto.dom.BijectiveNsMap
- 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(char[], int, int, int) - Method in class com.fasterxml.aalto.in.CharBasedPNameTable
- 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(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
- 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
- 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)
- 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
- FixedNsContext - Class in com.fasterxml.aalto.in
-
Non-transient implementation of
NamespaceContext. - 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
- 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
G
- generateElemPrefix(String, String, DOMOutputElement) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
-
Method called after
DOMWriterImpl.findElemPrefix(String, 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
- getAbsOffset() - Method in class com.fasterxml.aalto.out.XmlWriter
- 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(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(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
- getAttributeValue(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- 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.
- getCharDesc(int) - Static method in class com.fasterxml.aalto.util.XmlChars
- 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
- 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
- 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
- getDepth() - Method in class com.fasterxml.aalto.in.XmlScanner
- getDepth() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
- getDTDInfo() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Since this class implements
DTDInfo, method can just returnthis. - 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
- getEncoding() - Method in class com.fasterxml.aalto.out.StreamWriterBase
- 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
- getErrorDesc(int, int) - Method in class com.fasterxml.aalto.evt.EventReaderImpl
- 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(String), but one that will not accept the default namespace, only an explicit one. - getExternalEncoding() - Method in class com.fasterxml.aalto.in.ReaderConfig
- getExternalEncoding() - Method in class com.fasterxml.aalto.out.WriterConfig
- 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.stax.StreamReaderImpl
-
Deprecated.
- 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
- getInputFeeder() - Method in class com.fasterxml.aalto.async.AsyncStreamReaderImpl
- getInputFeeder() - Method in interface com.fasterxml.aalto.AsyncXMLStreamReader
-
Method used to access
AsyncInputFeederwhich is used to provide XML content to parse in non-blocking manner (seeAsyncInputFeederfor 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(WNameFactory) - Method in class com.fasterxml.aalto.out.WriterConfig
- getLevel() - Method in class com.fasterxml.aalto.in.NsDeclaration
- getLocalizedMessage() - Method in exception class com.fasterxml.aalto.UncheckedStreamException
- getLocalName() - Method in class com.fasterxml.aalto.in.PName
- getLocalName() - Method in class com.fasterxml.aalto.out.WName
- getLocalName() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
- 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
- getLocation(XMLStreamReader) - Method in class com.fasterxml.aalto.evt.EventAllocatorImpl
-
Method used to get the
Locationobject to use for an event to create. - getLocationDesc() - Method in exception class 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 class com.fasterxml.aalto.UncheckedStreamException
- getMessage() - Method in exception class 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() - Method in class com.fasterxml.aalto.in.ElementScope
- getName() - Method in class com.fasterxml.aalto.in.XmlScanner
- getName() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
- getName(int) - Method in class com.fasterxml.aalto.in.AttributeCollector
- getNameDesc() - Method in class com.fasterxml.aalto.dom.DOMOutputElement
- getNameDesc() - Method in class com.fasterxml.aalto.dom.OutputElementBase
- 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() - Method in class com.fasterxml.aalto.in.XmlScanner
- getNamespaceURI() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
- getNamespaceURI(int) - Method in class com.fasterxml.aalto.in.XmlScanner
- getNamespaceURI(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(String) - Method in class com.fasterxml.aalto.in.XmlScanner
- getNamespaceURI(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- 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.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
- 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
- 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
- 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() - Method in class com.fasterxml.aalto.in.NsDeclaration
- getPrefix() - Method in class com.fasterxml.aalto.in.PName
- getPrefix() - Method in class com.fasterxml.aalto.out.WName
- getPrefix() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
- 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(String) - Method in class com.fasterxml.aalto.in.XmlScanner
- getPrefix(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- 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) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- getPrefixesBoundToUri(String, List) - Method in class com.fasterxml.aalto.dom.BijectiveNsMap
- 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) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- 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
- getProperty(String, boolean) - Method in class com.fasterxml.aalto.in.ReaderConfig
- getProperty(String, boolean) - Method in class com.fasterxml.aalto.out.WriterConfig
- getPublicId() - Method in class com.fasterxml.aalto.in.ReaderConfig
- getQName() - Method in class com.fasterxml.aalto.in.XmlScanner
- getQName(int) - Method in class com.fasterxml.aalto.in.AttributeCollector
- 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 class 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
- getSystemId() - Method in class com.fasterxml.aalto.in.ReaderConfig
- getText() - 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.in.XmlScanner
- 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() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
- getTextCharacters(int, char[], int, int) - Method in class com.fasterxml.aalto.in.XmlScanner
- 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
- getUtf8CharTypes() - Static method in class com.fasterxml.aalto.in.InputCharTypes
- getUtf8CharTypes() - Static method in class com.fasterxml.aalto.out.OutputCharTypes
- 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
- getVersion() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
- 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
- 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
- growAnyArrayBy(Object, int) - Static method in class com.fasterxml.aalto.util.DataUtil
- growArrayBy(char[], int) - Static method in class com.fasterxml.aalto.util.DataUtil
- growArrayBy(int[], int) - Static method in class com.fasterxml.aalto.util.DataUtil
- growArrayBy(String[], 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
- 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
- handleCDataPending() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
- handleCDataPending() - 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
- handleComment() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
- handleCommentOrCdataStart() - Method in class com.fasterxml.aalto.in.ReaderScanner
- handleCommentPending() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
- handleCommentPending() - 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
- handleDTDInternalSubset(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
- handleDTDInternalSubset(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
- handleDTDInternalSubset(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
- 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.
- 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.
- 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
- 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
- handlePartialCR() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
- handlePI() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
- handlePI() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
- handlePI() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
- 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
- handlePrologDeclStart(boolean) - Method in class com.fasterxml.aalto.in.ReaderScanner
- 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() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
- 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
- handleStartElement(char) - Method in class com.fasterxml.aalto.in.ReaderScanner
- 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. - handleStartElementStart(byte) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
- handleTreeEoi() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Method called when hitting an end-of-input within tree, after a valid token
- hasEmptyStack() - Method in class com.fasterxml.aalto.in.XmlScanner
- 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.WName
-
Whether we should use internal hash, or the hash of prefixed name string itself is an open question.
- 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.PName2
- 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.ByteBasedPName
- 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.PName3
- 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() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
- hasName(String) - Method in class com.fasterxml.aalto.out.WName
- hasName(String, String) - Method in class com.fasterxml.aalto.out.WName
- 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() - Method in class com.fasterxml.aalto.in.PName
- hasPrefix() - Method in class com.fasterxml.aalto.out.WName
- hasPrefix(String) - Method in class com.fasterxml.aalto.in.NsDeclaration
- 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
- IllegalCharHandler - Interface in com.fasterxml.aalto.util
- IllegalCharHandler.ReplacingIllegalCharHandler - Class in com.fasterxml.aalto.util
- IncompleteEvent - Class in com.fasterxml.aalto.evt
-
Bogus
XMLEventreturned when the next event is not yet available, in case of non-blocking (async) parsing. - IncompleteEvent() - Constructor for class com.fasterxml.aalto.evt.IncompleteEvent
- initialLoad(int) - Method in class com.fasterxml.aalto.in.CharSourceBootstrapper
- 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
XMLInputFactoryandXMLInputFactory2) 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 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_AMP - Static variable in class com.fasterxml.aalto.in.XmlScanner
- 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_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_LT - Static variable in class com.fasterxml.aalto.in.XmlScanner
- 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_SLASH - Static variable in class com.fasterxml.aalto.in.XmlScanner
- INT_SPACE - Static variable in class com.fasterxml.aalto.in.XmlScanner
- INT_TAB - Static variable in class com.fasterxml.aalto.in.XmlScanner
- INT_z - Static variable in class com.fasterxml.aalto.in.XmlScanner
- IS_STANDALONE - Enum constant in enum com.fasterxml.aalto.sax.SAXFeature
- 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(char[], int, int, boolean) - Static method in class com.fasterxml.aalto.util.TextUtil
- isAllWhitespace(String, 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
- 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
- isNamespaceAware() - Method in class com.fasterxml.aalto.out.WriterConfig
- isNotationDeclared(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- 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.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
- 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
- isWhiteSpace() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
- isXml11() - Method in class com.fasterxml.aalto.in.ReaderConfig
- isXml11() - Method in class com.fasterxml.aalto.out.WriterConfig
L
- Latin1XmlWriter - Class in com.fasterxml.aalto.out
-
This is the generic implementation of
XmlWriter, used if the destination is byte-basedOutputStream, and encoding is ISO-8859-1 (aka Latin1) - Latin1XmlWriter(WriterConfig, OutputStream) - Constructor for class com.fasterxml.aalto.out.Latin1XmlWriter
- LEXICAL_HANDLER - Enum constant in enum com.fasterxml.aalto.sax.SAXProperty
- LEXICAL_HANDLER_PARAMETER_ENTITIES - Enum constant in enum com.fasterxml.aalto.sax.SAXFeature
- 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() - Method in class com.fasterxml.aalto.in.XmlScanner
- 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
- loadOne() - 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.ReaderScanner
- loadOne(int) - Method in class com.fasterxml.aalto.in.StreamScanner
- localSize() - Method in class com.fasterxml.aalto.dom.BijectiveNsMap
M
- 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() - Method in class com.fasterxml.aalto.in.ByteBasedScanner
- markLF() - Method in class com.fasterxml.aalto.in.ReaderScanner
- markLF(int) - Method in class com.fasterxml.aalto.in.ByteBasedScanner
- markLF(int) - Method in class com.fasterxml.aalto.in.ReaderScanner
- markSupported() - Method in class com.fasterxml.aalto.in.MergedStream
- 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_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.
- mBigEndian - Variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
- mBigEndian - Variable in class com.fasterxml.aalto.in.Utf32Reader
- mBuffer - Variable in class com.fasterxml.aalto.in.Utf32Reader
- mByteCount - Variable in class com.fasterxml.aalto.in.Utf32Reader
-
Total read byte count; used for error reporting purposes
- mByteSizeFound - Variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
- mBytesPerChar - Variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
- mCharCount - Variable in class com.fasterxml.aalto.in.Utf32Reader
-
Total read character count; used for error reporting purposes
- mConfig - Variable in class com.fasterxml.aalto.in.Utf32Reader
- MergedStream - Class in com.fasterxml.aalto.in
-
Simple
InputStreamimplementation 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.
- mergeToParent() - Method in class com.fasterxml.aalto.out.WNameTable
- 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.
- mIn - Variable in class com.fasterxml.aalto.in.Utf32Reader
- MIN_ARRAYCOPY - Static variable in class com.fasterxml.aalto.out.XmlWriter
- mLength - Variable in class com.fasterxml.aalto.in.Utf32Reader
- mPtr - Variable in class com.fasterxml.aalto.in.Utf32Reader
- 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.
- 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.
- 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)
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)
- NAMESPACE_PREFIXES - Enum constant in enum com.fasterxml.aalto.sax.SAXFeature
- NAMESPACES - Enum constant in enum com.fasterxml.aalto.sax.SAXFeature
- 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() - Method in class com.fasterxml.aalto.in.StreamScanner
- nextByte(int) - 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.AsyncByteScanner
- 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
- 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.
O
- OTHER_CHARS - Variable in class com.fasterxml.aalto.util.XmlCharTypes
-
Character type table used for events other than CHARACTERS or elements; ie. for comments, PIs, CData, DTD internal subset
- 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
- 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
- P_RETAIN_ATTRIBUTE_GENERAL_ENTITIES - Static variable in class com.fasterxml.aalto.AaltoInputProperties
-
Feature controlling whether general entities in attributes are retained as-is without processing (
true) or replaced as per standard XML processing rules (false). - 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
- 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
- parseNewName(byte) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
- 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?)
- parsePName() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
This method can (for now?)
- parsePName() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
- parsePName(byte) - Method in class com.fasterxml.aalto.in.StreamScanner
-
This method can (for now?)
- parsePName(char) - Method in class com.fasterxml.aalto.in.ReaderScanner
- parsePNameLong(int, int[]) - Method in class com.fasterxml.aalto.in.StreamScanner
- parsePNameMedium(int, int) - Method in class com.fasterxml.aalto.in.StreamScanner
- parsePNameSlow(byte) - Method in class com.fasterxml.aalto.in.StreamScanner
- 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.
- parsePublicId(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
- parseSystemId(char) - Method in class com.fasterxml.aalto.in.ReaderScanner
- parseXmlDeclAttr(char[], int) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
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, 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).
- 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
- printStackTrace() - Method in exception class com.fasterxml.aalto.UncheckedStreamException
- printStackTrace(PrintStream) - Method in exception class com.fasterxml.aalto.UncheckedStreamException
- printStackTrace(PrintWriter) - Method in exception class com.fasterxml.aalto.UncheckedStreamException
- PROLOG - Enum constant in enum com.fasterxml.aalto.out.StreamWriterBase.State
- 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() - 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(byte[]) - Method in class com.fasterxml.aalto.in.MergedStream
- read(byte[], int, int) - Method in class com.fasterxml.aalto.in.MergedStream
- read(char[], int, int) - Method in class com.fasterxml.aalto.in.Utf32Reader
- 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() - Constructor for class com.fasterxml.aalto.in.ReaderConfig
- ReaderScanner - Class in com.fasterxml.aalto.in
-
This is the concrete scanner implementation used when input comes as a
Reader. - ReaderScanner(ReaderConfig, Reader) - Constructor for class com.fasterxml.aalto.in.ReaderScanner
- ReaderScanner(ReaderConfig, Reader, char[], int, int) - 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.
- 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.
- relink(OutputElementBase) - Method in class com.fasterxml.aalto.dom.OutputElementBase
-
Method called to reuse a pooled instance.
- remove() - Method in class com.fasterxml.aalto.util.EmptyIterator
- remove() - Method in class com.fasterxml.aalto.util.SingletonIterator
- 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
- 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
- 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
- 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
- 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
- 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) - Method in class com.fasterxml.aalto.in.ByteBasedScanner
- reportInvalidOther(int, int) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
- reportInvalidOther(int, int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
- 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
- reportPrologUnexpElement(boolean, int) - 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
- reportUnknownFeature(String) - Static method in class com.fasterxml.aalto.sax.SAXUtil
- reportUnknownProperty(String) - Static method in class com.fasterxml.aalto.sax.SAXUtil
- reportXmlProblem(String) - Method in class com.fasterxml.aalto.in.InputBootstrapper
- require(int, String, String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
- 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).
- 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.
- 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
- RESOLVE_DTD_URIS - Enum constant in enum com.fasterxml.aalto.sax.SAXFeature
- 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
- reuseOrCreate(NsDeclaration) - Method in class com.fasterxml.aalto.in.FixedNsContext
-
Method called to either reuse this context or construct a new one.
S
- SAXFeature - Enum in com.fasterxml.aalto.sax
-
Enumeration for listing all currently (SAX 2.0.2) defined standard features
- 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
- SAXProperty - Enum in com.fasterxml.aalto.sax
-
Enumeration for listing all currently (SAX 2.0.2) defined standard properties.
- SAXUtil - Class in com.fasterxml.aalto.sax
-
Container for utility methods needed by the parser factory, or parser wrapper components.
- serializedLength() - Method in class com.fasterxml.aalto.out.ByteWName
- 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
- 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
- setEventAllocator(XMLEventAllocator) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
- setFeature(String, boolean) - Method in class com.fasterxml.aalto.sax.SAXParserFactoryImpl
- setFeature(String, Object) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Deprecated.
- setIllegalCharHandler(IllegalCharHandler) - Method in class com.fasterxml.aalto.in.ReaderConfig
- 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.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.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
- 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
- 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.WNameTable
- size() - Method in class com.fasterxml.aalto.util.NameTable
- size() - Method in class com.fasterxml.aalto.util.TextBuilder
- 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
- 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
- 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
- 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
- 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).
- 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.
- 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_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_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_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_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(XMLValidationSchema) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
- stopValidatingAgainst(XMLValidator) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- stopValidatingAgainst(XMLValidator) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
- StreamReaderImpl - Class in com.fasterxml.aalto.stax
-
Basic backend-independent
XMLStreamReaderimplementation. - 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
XMLStreamReaderimplementations. - StreamWriterBase(WriterConfig, XmlWriter, WNameTable) - Constructor for class com.fasterxml.aalto.out.StreamWriterBase
- StreamWriterBase.State - Enum in com.fasterxml.aalto.out
- STRING_INTERNING - Enum constant in enum com.fasterxml.aalto.sax.SAXFeature
- SURR1_FIRST - Static variable in class com.fasterxml.aalto.out.XmlWriter
- SURR1_LAST - Static variable in class com.fasterxml.aalto.out.XmlWriter
- SURR2_FIRST - Static variable in class com.fasterxml.aalto.out.XmlWriter
- SURR2_LAST - Static variable in class com.fasterxml.aalto.out.XmlWriter
T
- 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. - TextUtil - Class in com.fasterxml.aalto.util
- throwFromIOE(IOException) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
- throwFromIOE(IOException) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
- throwInternal() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
- throwInvalidSpace(int) - Method in class com.fasterxml.aalto.in.XmlScanner
- 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) - Method in class com.fasterxml.aalto.out.XmlWriter
- throwOutputError(String, Object) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
- throwOutputError(String, Object) - Method in class com.fasterxml.aalto.out.XmlWriter
- 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.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.
- 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.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.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 class 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 exception class com.fasterxml.aalto.ValidationException
- TREE - Enum constant in enum com.fasterxml.aalto.out.StreamWriterBase.State
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 Class 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.
- UNICODE_NORMALIZATION_CHECKING - Enum constant in enum com.fasterxml.aalto.sax.SAXFeature
- updateBBSymbols(ByteBasedPNameTable) - Method in class com.fasterxml.aalto.in.ReaderConfig
- updateCBSymbols(CharBasedPNameTable) - Method in class com.fasterxml.aalto.in.ReaderConfig
- 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
- 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
- USE_ATTRIBUTES2 - Enum constant in enum com.fasterxml.aalto.sax.SAXFeature
- USE_ENTITY_RESOLVER2 - Enum constant in enum com.fasterxml.aalto.sax.SAXFeature
- USE_LOCATOR2 - Enum constant in enum com.fasterxml.aalto.sax.SAXFeature
- 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-basedOutputStream, 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
- VALIDATION - Enum constant in enum com.fasterxml.aalto.sax.SAXFeature
- ValidationException - Exception Class 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 class com.fasterxml.aalto.ValidationException
- ValidationException(XMLValidationProblem, String, Location) - Constructor for exception class com.fasterxml.aalto.ValidationException
- validPublicIdChar(int) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
Checks that a character for a PublicId
- 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.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.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(char[], int, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- verifyCDataContent(String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- verifyCommentContent(String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- 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
W
- WFCException - Exception Class in com.fasterxml.aalto
-
Base class for reader-side Well-Formedness Constraint violation (fatal error) exceptions.
- WFCException(String, Location) - Constructor for exception class 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
- willRetainAttributeGeneralEntities() - Method in class com.fasterxml.aalto.in.ReaderConfig
-
Accessor for checking configured state of
AaltoInputProperties.P_RETAIN_ATTRIBUTE_GENERAL_ENTITIES. - 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
WNameTableinstances, to be able to constructWNameinstances 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
- 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(WName, char[], int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- writeAttribute(WName, char[], int, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- writeAttribute(WName, char[], int, int) - Method in class com.fasterxml.aalto.out.XmlWriter
- writeAttribute(WName, String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- writeAttribute(WName, String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- 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, AsciiValueEncoder) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- writeAttribute(WName, AsciiValueEncoder) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- writeAttribute(WName, AsciiValueEncoder) - Method in class com.fasterxml.aalto.out.XmlWriter
- writeAttribute(String, String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
- writeAttribute(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- writeAttribute(String, String, String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
- writeAttribute(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) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- writeAttribute(String, String, String, String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
- writeAttribute(String, String, String, String) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
- writeAttribute(String, String, String, String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
- writeAttribute(String, String, String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- writeAttrValue(char[], int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- 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.WName
- writeCData(char[], int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- writeCData(char[], int, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- writeCData(char[], int, int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- writeCData(char[], int, int) - Method in class com.fasterxml.aalto.out.XmlWriter
- writeCData(String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- writeCData(String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- writeCData(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- writeCData(String) - Method in class com.fasterxml.aalto.out.XmlWriter
- writeCDataContents(char[], int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- 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(char[], int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- 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(char[], int, int) - Method in class com.fasterxml.aalto.out.XmlWriter
- writeCharacters(String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- writeCharacters(String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- writeCharacters(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- writeCharacters(String) - 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.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 consecutive '--' (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
- 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(WName, String, String, String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- writeDTD(WName, String, String, String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- writeDTD(WName, String, String, String) - Method in class com.fasterxml.aalto.out.XmlWriter
- writeDTD(String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- writeDTD(String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- writeDTD(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(String, String, String, String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
- writeDTD(String, String, String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- writeDTD(DTDInfo) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- writeEmptyElement(String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
- 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.dom.DOMWriterImpl
- writeEmptyElement(String, String) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
- writeEmptyElement(String, String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
- writeEmptyElement(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- writeEmptyElement(String, String, String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
- writeEmptyElement(String, String, String) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
- writeEmptyElement(String, String, String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
- 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(byte, WName) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- writeName(WName) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- writeName(WName) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- writeName(WName, byte) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- 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
- 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(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(byte, byte) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- writeRaw(char[], int, int) - Method in class com.fasterxml.aalto.out.AsciiXmlWriter
- 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(char[], 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(char[], int, int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- writeRaw(char[], int, int) - Method in class com.fasterxml.aalto.out.Utf8XmlWriter
- writeRaw(char[], int, int) - Method in class com.fasterxml.aalto.out.XmlWriter
- writeRaw(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- writeRaw(String, int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- writeRaw(String, int, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- writeRaw(String, int, int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- writeRaw(String, 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() - Constructor for class com.fasterxml.aalto.out.WriterConfig
- writeSegmentedCData(char[], int, int, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- writeSegmentedCData(String, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- writeSegmentedComment(String, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- writeSpace(char[], int, int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- writeSpace(char[], int, int) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- writeSpace(char[], int, int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- writeSpace(char[], int, int) - Method in class com.fasterxml.aalto.out.XmlWriter
- writeSpace(String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
- writeSpace(String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
- writeSpace(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- writeSpace(String) - Method in class com.fasterxml.aalto.out.XmlWriter
- 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) - 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.dom.DOMWriterImpl
- writeStartElement(String, String) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
- writeStartElement(String, String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
- writeStartElement(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
- writeStartElement(String, String, String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
- writeStartElement(String, String, String) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
- writeStartElement(String, String, String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
- 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.
- 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
X
- XML_1_1 - Enum constant in enum com.fasterxml.aalto.sax.SAXFeature
- 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_STRING - Enum constant in enum com.fasterxml.aalto.sax.SAXProperty
- 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
- 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. for encodings never needed, which may be the case for ascii etc).
- 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_URIS - Enum constant in enum com.fasterxml.aalto.sax.SAXFeature
- 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
_
- _activateEncoding() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
Initialization method to call when encoding has been definitely figured out, from XML declarations, or, from lack of one (using defaults).
- _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
- _attrCount - Variable in class com.fasterxml.aalto.in.XmlScanner
- _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
- _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.
- _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
- _charTypes - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
This is a simple container object that is used to access the decoding tables for characters.
- _charTypes - Variable in class com.fasterxml.aalto.in.StreamScanner
-
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
- _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.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.OutputFactoryImpl
- _constructUnexpectedInTyped(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
- _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.
- _currentByte() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
- _currentByte() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
- _currentByte() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
- _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.
- _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.
- _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).
- _defaultNsURI - Variable in class com.fasterxml.aalto.dom.OutputElementBase
- _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.
- _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.
- _dtdRootElemName - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
Value passed as the expected root element, when using the multiple argument
StreamWriterBase.writeDTD(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
- _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
- _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
- _entityValue - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
Entity value accumulated so far
- _findXmlDeclName(int, int) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
- _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).
- _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.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.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
- _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.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_ELEMENTorEND_ELEMENT, to indicate if the underlying physical tag is a so-called empty tag (one ending with "/>") - _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 toXmlScanner.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.
- _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.
- _nameBuffer - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Similarly, need a char buffer for actual String construction (in future, could perhaps use StringBuilder?).
- _namespaceBinding - Variable in class com.fasterxml.aalto.in.PName
-
Binding of this qualified/prefixed name.
- _nextByte() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
- _nextByte() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
- _nextByte() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
- _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.
- _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._nsMappingis a shared copy from the parent; false if a local copy was created (which happens when namespaces get bound etc). - _openElement - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
-
This element is non-null right after a call to either
writeStartElementandwriteEmptyElement, 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
- _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
- _prevByte() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
- _prevByte() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
- _prevByte() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
- _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.async.AsyncByteScanner
-
This buffer is used for name parsing.
- _quadBuffer - Variable in class com.fasterxml.aalto.in.StreamScanner
-
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
AsyncByteScanner._quadBuffer). - _releaseBuffers() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
- _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
- _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.
- _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.stax.StreamReaderImpl
-
Underlying XML scanner
- _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
_attrMaparray. - _startColumn - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Current column at start of current (last returned) token
- _startDocumentNoXmlDecl() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
Helper method called when it is determined that the document does NOT start with an xml declaration.
- _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.
- _suggestedDefNs - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
- _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.async.AsyncByteScanner
-
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.in.StreamScanner
-
For now, symbol table contains prefixed names.
- _symbols - Variable in class com.fasterxml.aalto.out.StreamWriterBase
- _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.
- _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).
- _valueEncoderFactory - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
When outputting using Typed Access API, we will need encoders.
- _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
- _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. name and text characters) and normalization (linefeeds) is to be done using xml 1.1 rules, or basic xml 1.0 rules.
- _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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form