- DataUtil - Class in com.fasterxml.aalto.util
-
- DataUtil() - Constructor for class com.fasterxml.aalto.util.DataUtil
-
- decodeAttrBinaryValue(int, Base64Variant, CharArrayBase64Decoder) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- decodeAttrValue(int, TypedValueDecoder) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- decodeAttrValues(int, TypedArrayDecoder) - Method in class com.fasterxml.aalto.in.XmlScanner
-
Method called to decode the attribute value that consists of
zero or more space-separated tokens.
- decodeBinaryValue(int, Base64Variant, CharArrayBase64Decoder, XmlScanner) - Method in class com.fasterxml.aalto.in.AttributeCollector
-
- decodeCharForError(byte) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- decodeCharForError(byte) - Method in class com.fasterxml.aalto.in.ByteBasedScanner
-
Method called by methods when encountering a byte that
can not be part of a valid character in the current context.
- decodeCharForError(byte) - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
Method called called to decode a full UTF-8 characters, given
its first byte.
- decodeDecEntity() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- decodeDecEntity() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- decodeElements(TypedArrayDecoder, boolean) - Method in class com.fasterxml.aalto.in.XmlScanner
-
Method called by the stream reader to decode space-separated tokens
that are part of the current text event, using given decoder.
- decodeElements(TypedArrayDecoder, boolean) - Method in class com.fasterxml.aalto.util.TextBuilder
-
Method called by the stream reader to decode space-separated tokens
that are part of the current text event (contents of which
are stored within this buffer), using given decoder.
- decodeGeneralEntity(PName) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
Method that verifies that given named entity is followed by
a semi-colon (meaning next byte must be available for reading);
and if so, whether it is one of pre-defined general entities.
- decodeGeneralEntity(PName) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
Method that verifies that given named entity is followed by
a semi-colon (meaning next byte must be available for reading);
and if so, whether it is one of pre-defined general entities.
- decodeHexEntity() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- decodeHexEntity() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- decodeMultiByteChar(int, int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- decodeMultiByteChar(int, int) - Method in class test.TestScannerPerf
-
- decodeSurrogate(char) - Method in class com.fasterxml.aalto.in.ReaderScanner
-
This method is similar to checkSurrogate
, but
returns the actual character code encoded by the surrogate
pair.
- decodeUtf8_2(int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
Note: caller must guarantee enough data is available before
calling the method
- decodeUtf8_2(int) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
Note: caller must guarantee enough data is available before
calling the method
- decodeUtf8_2(int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- decodeUtf8_3(int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
Note: caller must guarantee enough data is available before
calling the method
- decodeUtf8_3(int, int, int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- decodeUtf8_3(int) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
Note: caller must guarantee enough data is available before
calling the method
- decodeUtf8_3(int, int, int) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- decodeUtf8_3(int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- decodeUtf8_3fast(int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- decodeUtf8_4(int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- decodeUtf8_4(int, int, int, int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- decodeUtf8_4(int) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- decodeUtf8_4(int, int, int, int) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- decodeUtf8_4(int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- decodeValue(int, TypedValueDecoder) - Method in class com.fasterxml.aalto.in.AttributeCollector
-
- decodeValues(int, TypedArrayDecoder, XmlScanner) - Method in class com.fasterxml.aalto.in.AttributeCollector
-
- decodeValues(TypedArrayDecoder, char[], int, int, XmlScanner) - Method in class com.fasterxml.aalto.in.AttributeCollector
-
- DEF_INITIAL_BUFFER_SIZE - Static variable in class com.fasterxml.aalto.util.TextBuilder
-
Size of the first text segment buffer to allocate.
- DEFAULT_ARRAY_SIZE - Static variable in class com.fasterxml.aalto.dom.BijectiveNsMap
-
Let's plan for having up to 14 explicit namespace declarations (2
defaults, for 'xml' and 'xmlns', are pre-populated)
- DEFAULT_ARRAY_SIZE - Static variable in class com.fasterxml.aalto.out.NsBinder
-
Let's plan for having up to 14 explicit namespace declarations (in
addition to 2 defaults, 'xml' and 'xmlns')
- DEFAULT_AUTOMATIC_NS_PREFIX - Static variable in class com.fasterxml.aalto.out.WriterConfig
-
- DEFAULT_BUFFER_LENGTH - Static variable in class com.fasterxml.aalto.in.AttributeCollector
-
The default length of the value buffer is also chosen more
to minimize overhead than to eliminate all need for resizing.
- DEFAULT_BUFFER_SIZE - Static variable in class com.fasterxml.aalto.in.CharSourceBootstrapper
-
Whether to use a bigger (4000, ie.
- DEFAULT_CHAR_BUFFER_LEN - Static variable in class com.fasterxml.aalto.in.ReaderConfig
-
- DEFAULT_COPY_BUFFER_SIZE - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
Default intermediate copy buffer size, to be used for efficient
access to String content.
- DEFAULT_COPYBUFFER_LEN - Static variable in class com.fasterxml.aalto.out.XmlWriter
-
- DEFAULT_ENTRY_COUNT - Static variable in class com.fasterxml.aalto.in.AttributeCollector
-
Let's guess that most of the time there won't be more than
12 attributes.
- DEFAULT_FILL_FACTOR - Static variable in class com.fasterxml.aalto.in.CharBasedPNameTable
-
- DEFAULT_FLAGS - Static variable in class com.fasterxml.aalto.in.ReaderConfig
-
These are the default settigs for XMLInputFactory.
- DEFAULT_FLAGS - Static variable in class com.fasterxml.aalto.out.WriterConfig
-
- DEFAULT_FULL_BUFFER_SIZE - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
And this value determines size of the intermediate copy buffer
to use.
- DEFAULT_FULL_BUFFER_SIZE - Static variable in class com.fasterxml.aalto.out.CharXmlWriter
-
And this value determines size of the intermediate copy buffer
to use.
- DEFAULT_SECS - Static variable in class test.BasePerfTest
-
- DEFAULT_SIZE - Static variable in class com.fasterxml.aalto.util.UriCanonicalizer.BoundedHashMap
-
Let's create cache big enough to usually have enough space for
all/most entries for normal cases, but that won't grow
indefinitely for degenerate cases
- DEFAULT_SMALL_BUFFER_LEN - Static variable in class com.fasterxml.aalto.in.ReaderConfig
-
- DEFAULT_SMALL_SIZE - Static variable in class com.fasterxml.aalto.out.CharXmlWriter
-
This value determines a threshold to choose how much data do
we want to buffer at minimum, before output.
- determineStreamEncoding() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
-
Method called to figure out what the physical encoding of the
file appears to be (in case it can be determined from BOM, or
xml declaration, either of which may be present)
- DO_INTERN - Static variable in class com.fasterxml.aalto.in.ByteBasedPNameFactory
-
Can be set to false for debugging (for example, to test memory
usage)
- doAddSymbol(int, ByteBasedPName) - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
- doAutoCloseInput(boolean) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- doAutoCloseOutput(boolean) - Method in class com.fasterxml.aalto.out.WriterConfig
-
- doBootstrap() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
-
- doBootstrap() - Method in class com.fasterxml.aalto.in.CharSourceBootstrapper
-
- DocHandlerWrapper(DocumentHandler) - Constructor for class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
-
- doCoalesceText(boolean) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- doConstructName(String) - Method in class com.fasterxml.aalto.out.AsciiXmlWriter
-
- doConstructName(String, String) - Method in class com.fasterxml.aalto.out.AsciiXmlWriter
-
- doConstructName(String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
-
- doConstructName(String, String) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
-
- doConstructName(String) - Method in class com.fasterxml.aalto.out.Latin1XmlWriter
-
- doConstructName(String, String) - Method in class com.fasterxml.aalto.out.Latin1XmlWriter
-
- doConstructName(String) - Method in class com.fasterxml.aalto.out.Utf8XmlWriter
-
- doConstructName(String, String) - Method in class com.fasterxml.aalto.out.Utf8XmlWriter
-
- DOMOutputElement - Class in com.fasterxml.aalto.dom
-
Context object that holds information about an open element
(one for which START_ELEMENT has been sent, but no END_ELEMENT)
- DOMOutputElement() - Constructor for class com.fasterxml.aalto.dom.DOMOutputElement
-
Constructor for the virtual root element
- DOMOutputElement(DOMOutputElement, Element, BijectiveNsMap) - Constructor for class com.fasterxml.aalto.dom.DOMOutputElement
-
- DOMReaderImpl - Class in com.fasterxml.aalto.dom
-
Concrete DOM-backed implementation, based on the Stax2 reference
implementation's default implementation.
- DOMReaderImpl(DOMSource, ReaderConfig) - Constructor for class com.fasterxml.aalto.dom.DOMReaderImpl
-
- DOMWriterImpl - Class in com.fasterxml.aalto.dom
-
This is an adapter class that allows building a DOM tree using
XMLStreamWriter
interface.
- DOMWriterImpl(WriterConfig, Node) - Constructor for class com.fasterxml.aalto.dom.DOMWriterImpl
-
- doParseLazily(boolean) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- doPreserveLocation(boolean) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- doReportCData(boolean) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- DTD_CHARS - Variable in class com.fasterxml.aalto.util.XmlCharTypes
-
Character type table used for DTD subsets; contains a few
additional types beyond most tables
- F_AUTO_CLOSE_INPUT - Static variable in class com.fasterxml.aalto.in.ReaderConfig
-
- F_AUTO_CLOSE_OUTPUT - Static variable in class com.fasterxml.aalto.out.WriterConfig
-
- F_AUTO_EMPTY_ELEMS - Static variable in class com.fasterxml.aalto.out.WriterConfig
-
- F_COALESCING - Static variable in class com.fasterxml.aalto.in.ReaderConfig
-
- F_DTD_AWARE - Static variable in class com.fasterxml.aalto.in.ReaderConfig
-
- F_DTD_VALIDATING - Static variable in class com.fasterxml.aalto.in.ReaderConfig
-
- F_EXPAND_ENTITIES - Static variable in class com.fasterxml.aalto.in.ReaderConfig
-
- F_INTERN_NAMES - Static variable in class com.fasterxml.aalto.in.ReaderConfig
-
- F_INTERN_NS_URIS - Static variable in class com.fasterxml.aalto.in.ReaderConfig
-
- F_LAZY_PARSING - Static variable in class com.fasterxml.aalto.in.ReaderConfig
-
- F_NS_AWARE - Static variable in class com.fasterxml.aalto.in.ReaderConfig
-
- F_NS_AWARE - Static variable in class com.fasterxml.aalto.out.WriterConfig
-
- F_NS_REPAIRING - Static variable in class com.fasterxml.aalto.out.WriterConfig
-
- F_PRESERVE_LOCATION - Static variable in class com.fasterxml.aalto.in.ReaderConfig
-
- F_REPORT_CDATA - Static variable in class com.fasterxml.aalto.in.ReaderConfig
-
- fastWriteAttrValue(char[], int, int, byte[], int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
-
Method called to copy given attribute value, when it's known that
it will completely fit in the output buffer without further checks
- fastWriteRaw(char) - Method in class com.fasterxml.aalto.out.CharXmlWriter
-
- fastWriteRaw(char, char) - Method in class com.fasterxml.aalto.out.CharXmlWriter
-
- fastWriteRaw(String) - Method in class com.fasterxml.aalto.out.CharXmlWriter
-
- feedInput(byte[], int, int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- feedInput(ByteBuffer) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- feedInput(byte[], int, int) - Method in interface com.fasterxml.aalto.AsyncByteArrayFeeder
-
- feedInput(ByteBuffer) - Method in interface com.fasterxml.aalto.AsyncByteBufferFeeder
-
- fileToSystemId(File) - Static method in class com.fasterxml.aalto.util.URLUtil
-
- fileToURL(File) - Static method in class com.fasterxml.aalto.util.URLUtil
-
This method is added because the default conversion using
file.toURL()
turns out to be rather slow, as
it tries to figure out if the file is actually a directory.
- fillIn8BitAttrRange(int[]) - Static method in class com.fasterxml.aalto.util.XmlCharTypes
-
Called to set state of 7-bit chars in attribute values
- fillIn8BitDtdRange(int[]) - Static method in class com.fasterxml.aalto.util.XmlCharTypes
-
- fillIn8BitNameRange(int[]) - Static method in class com.fasterxml.aalto.util.XmlCharTypes
-
- fillIn8BitTextRange(int[]) - Static method in class com.fasterxml.aalto.util.XmlCharTypes
-
Called to set state of 7-bit chars in text content
- fillInCommonTextRange(int[]) - Static method in class com.fasterxml.aalto.util.XmlCharTypes
-
- fillInIllegalAsciiRange(int[]) - Static method in class com.fasterxml.aalto.in.InputCharTypes
-
- fillInLatin1Chars(int[], int[], int[], int[], int[]) - Static method in class com.fasterxml.aalto.util.XmlCharTypes
-
- fillInMultiByteNameRange(int[]) - Static method in class com.fasterxml.aalto.in.InputCharTypes
-
- fillInMultiByteTextRange(int[]) - Static method in class com.fasterxml.aalto.in.InputCharTypes
-
- fillInUtf8Chars(int[], int[], int[], int[], int[]) - Static method in class com.fasterxml.aalto.in.InputCharTypes
-
- find(int, int, int) - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable.Bucket
-
- find(int, int[], int) - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable.Bucket
-
- find(char[], int, int, int) - Method in class com.fasterxml.aalto.in.CharBasedPNameTable.Bucket
-
- find(String) - Method in class com.fasterxml.aalto.out.WNameTable.Bucket
-
- find(String, String) - Method in class com.fasterxml.aalto.out.WNameTable.Bucket
-
- findAttributeIndex(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- findAttributeIndex(String, String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- findAttrIndex(String, String) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- findBestBucket() - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
Method called to find the best bucket to spill a PName over to:
usually the first bucket that has only one entry, but in general
first one of the buckets with least number of entries
- findBestBucket() - Method in class com.fasterxml.aalto.out.WNameTable
-
Method called to find the best bucket to spill a WName over to:
usually the first bucket that has only one entry, but in general
first one of the buckets with least number of entries
- findCurrNsDecl(int) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- findElemPrefix(String, DOMOutputElement) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
-
Method called to find an existing prefix for the given namespace,
if any exists in the scope.
- findEncodingFor(Writer) - Static method in class com.fasterxml.aalto.util.CharsetNames
-
Because of legacy encodings used by earlier JDK versions, we
need to be careful when accessing encoding names via JDK
classes.
- findFirstValue(InputStream) - Method in class test.TestTypedSpeed
-
- findIllegalNameChar(String, boolean) - Static method in class com.fasterxml.aalto.util.XmlNames
-
Method that can be used to verify whether given String is
a valid xml name or not.
- findIndex(String, String) - Method in class com.fasterxml.aalto.in.AttributeCollector
-
- findOrCreateAttrPrefix(String, String, DOMOutputElement) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
-
Method called to somehow find a prefix for given namespace, to be
used for a new start element; either use an existing one, or
generate a new one.
- findOrCreateBinding(String) - Method in class com.fasterxml.aalto.in.XmlScanner
-
Method called when a namespace declaration needs to find the
binding object (essentially a per-prefix-per-document canonical
container object)
- findPName(int, int) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
Method called to process a sequence of bytes that is likely to
be a PName.
- findPName(int, int) - Method in class com.fasterxml.aalto.in.StreamScanner
-
Method called to process a sequence of bytes that is likely to
be a PName.
- findPName(int, int, int) - Method in class com.fasterxml.aalto.in.StreamScanner
-
Method called to process a sequence of bytes that is likely to
be a PName.
- findPName(int, int[], int, int) - Method in class com.fasterxml.aalto.in.StreamScanner
-
Method called to process a sequence of bytes that is likely to
be a PName.
- findPName(int, int, int, int, int[]) - Method in class com.fasterxml.aalto.in.StreamScanner
-
Method called to process a sequence of bytes that is likely to
be a PName.
- findPName(int, int) - Method in class test.TestPNamePerf
-
- findPName(int, int, int) - Method in class test.TestPNamePerf
-
- findPName(int, int[], int, int) - Method in class test.TestPNamePerf
-
- findPName(int, int, int, int, int[]) - Method in class test.TestPNamePerf
-
- findPrefixByUri(String) - Method in class com.fasterxml.aalto.dom.BijectiveNsMap
-
- findPrefixByUri(String) - Method in class com.fasterxml.aalto.out.NsBinder
-
- findPropertyId(String) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- findStdFeature(String) - Static method in class com.fasterxml.aalto.sax.SAXUtil
-
- findStdProperty(String) - Static method in class com.fasterxml.aalto.sax.SAXUtil
-
- findSymbol(int, int, int) - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
Finds and returns name matching the specified symbol, if such
name already exists in the table; or if not, creates name object,
adds to the table, and returns it.
- findSymbol(int, int[], int) - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
Finds and returns name matching the specified symbol, if such
name already exists in the table; or if not, creates name object,
adds to the table, and returns it.
- findSymbol(char[], int, int, int) - Method in class com.fasterxml.aalto.in.CharBasedPNameTable
-
- findSymbol(String) - Method in class com.fasterxml.aalto.out.WNameTable
-
- findSymbol(String, String) - Method in class com.fasterxml.aalto.out.WNameTable
-
Finds and returns name matching the specified symbol, if such
name already exists in the table; or if not, creates name object,
adds to the table, and returns it.
- findUriByPrefix(String) - Method in class com.fasterxml.aalto.dom.BijectiveNsMap
-
- findUriByPrefix(String) - Method in class com.fasterxml.aalto.out.NsBinder
-
- finishCData() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- finishCData() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishCData() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- finishCData() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- finishCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
This method only gets called in non-coalescing mode; and if so,
needs to parse as many characters of the current text segment
from the current input block as possible.
- finishCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
This method only gets called in non-coalescing mode; and if so,
needs to parse as many characters of the current text segment
from the current input block as possible.
- finishCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- finishCharacters() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishCharacters() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- finishCharacters() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- finishCharactersCoalescing() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
TODO: Method not yet implemented
- finishCharactersCoalescing() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
TODO: Method not yet implemented
- finishCoalescedCData() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishCoalescedCData() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- finishCoalescedCharacters() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishCoalescedCharacters() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- finishCoalescedText() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
Method that gets called after a primary text segment (of type
CHARACTERS or CDATA, not applicable to SPACE) has been read in
text buffer.
- finishCoalescedText() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
Method that gets called after a primary text segment (of type
CHARACTERS or CDATA, not applicable to SPACE) has been read in
text buffer.
- finishComment() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- finishComment() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishComment() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- finishComment() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- finishCurrentSegment() - Method in class com.fasterxml.aalto.util.TextBuilder
-
- finishDTD(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- finishDTD(boolean) - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishDTD(boolean) - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
When this method gets called we know that we have an internal subset,
and that the opening '[' has already been read.
- finishDTD(boolean) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- finishLastValue(int) - Method in class com.fasterxml.aalto.in.AttributeCollector
-
Method called after all attribute entries have been parsed,
and thus the end of the last value in the buffer is known.
- finishLastValue2() - Method in class com.fasterxml.aalto.in.AttributeCollector
-
- finishPI() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- finishPI() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishPI() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- finishPI() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- finishSpace() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- finishSpace() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishSpace() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
Note: this method is only called in cases where it is known
that only space chars are legal.
- finishSpace() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- finishStartElement(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
Method called to wrap up settings when the whole start
(or empty) element has been parsed.
- finishStartElement(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
Method called to wrap up settings when the whole start
(or empty) element has been parsed.
- finishToken() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- finishToken() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishToken() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- finishToken() - Method in class com.fasterxml.aalto.in.XmlScanner
-
This method is called to ensure that the current token/event has been
completely parsed, such that we have all the data needed to return
it (textual content, PI data, comment text etc)
- fireAuxEvent(int, boolean) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
-
- fireEndTag() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
-
- fireEvents() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
-
This is the actual "tight event loop" that will send all events
between start and end document events.
- fireSaxCharacterEvents(ContentHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- fireSaxCharacterEvents(ContentHandler) - Method in class com.fasterxml.aalto.util.TextBuilder
-
This is a specialized "accessor" method, which is basically
to fire SAX characters() events in an optimal way, based on
which internal buffers are being used
- fireSaxCommentEvent(LexicalHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- fireSaxCommentEvent(LexicalHandler) - Method in class com.fasterxml.aalto.util.TextBuilder
-
- fireSaxEndElement(ContentHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- fireSaxPIEvent(ContentHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- fireSaxSpaceEvents(ContentHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- fireSaxSpaceEvents(ContentHandler) - Method in class com.fasterxml.aalto.util.TextBuilder
-
- fireSaxStartElement(ContentHandler, Attributes) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- fireStartTag() - Method in class com.fasterxml.aalto.sax.SAXParserImpl
-
- FixedNsContext - Class in com.fasterxml.aalto.in
-
Non-transient implementation of NamespaceContext
.
- FixedNsContext(NsDeclaration, String[]) - Constructor for class com.fasterxml.aalto.in.FixedNsContext
-
- flush() - Method in class com.fasterxml.aalto.io.UTF8Writer
-
- flush() - Method in class com.fasterxml.aalto.out.ByteXmlWriter
-
- flush() - Method in class com.fasterxml.aalto.out.CharXmlWriter
-
- flush() - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- flush() - Method in class com.fasterxml.aalto.out.XmlWriter
-
- flushBuffer() - Method in class com.fasterxml.aalto.out.ByteXmlWriter
-
- flushBuffer() - Method in class com.fasterxml.aalto.out.CharXmlWriter
-
- freeBuffers() - Method in class com.fasterxml.aalto.in.MergedStream
-
- freeBuffers() - Method in class com.fasterxml.aalto.in.Utf32Reader
-
- freeFullBBuffer(byte[]) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- freeFullBBuffer(byte[]) - Method in class com.fasterxml.aalto.out.WriterConfig
-
- freeFullCBuffer(char[]) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- freeFullCBuffer(char[]) - Method in class com.fasterxml.aalto.out.WriterConfig
-
- freeMediumCBuffer(char[]) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- freeMediumCBuffer(char[]) - Method in class com.fasterxml.aalto.out.WriterConfig
-
- freeSmallCBuffer(char[]) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- freeSmallCBuffer(char[]) - Method in class com.fasterxml.aalto.out.WriterConfig
-
- fromZeroBased(String, String, long, int, int) - Static method in class com.fasterxml.aalto.impl.LocationImpl
-
Helper method that will adjust given internal zero-based values
to 1-based values that should be externally visible.
- handleAndAppendPending() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
Method called to handle split multi-byte character, by decoding
it and appending to the text buffer, if possible.
- handleAndAppendPending() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
Method called to handle split multi-byte character, by decoding
it and appending to the text buffer, if possible.
- handleAttrValue() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handleAttrValue() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handleAttrValue() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- handleAttrValuePending() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handleAttrValuePending() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handleAttrValuePendingUTF8() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handleAttrValuePendingUTF8() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handleCData() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handleCData() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handleCDataPending() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handleCDataPending() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handleCDataStartMarker(byte) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handleCDataStartMarker(byte) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handleCharEntity() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- handleCharEntity() - Method in class com.fasterxml.aalto.in.StreamScanner
-
- handleComment() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handleComment() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handleCommentOrCdataStart() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- handleCommentOrCdataStart() - Method in class com.fasterxml.aalto.in.StreamScanner
-
- handleCommentPending() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handleCommentPending() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handleDecEntityInAttribute(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handleDecEntityInAttribute(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handleDecEntityInCharacters(int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handleDecEntityInCharacters(int) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handleDTD() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handleDTD() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handleDTDInternalSubset(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handleDTDInternalSubset(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handleDtdStart() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- handleDtdStart() - Method in class com.fasterxml.aalto.in.StreamScanner
-
- handleEndElement() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
This method is "slow" version of above, used when name of
the end element can split input buffer boundary
- handleEndElement() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
This method is "slow" version of above, used when name of
the end element can split input buffer boundary
- handleEndElement() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- handleEndElement() - Method in class com.fasterxml.aalto.in.StreamScanner
-
Note that this method is currently also shareable for all Ascii-based
encodings, and at least between UTF-8 and ISO-Latin1.
- handleEndElementSlow(int) - Method in class com.fasterxml.aalto.in.StreamScanner
-
- handleEndElementStart() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handleEndElementStart() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handleEntityInAttributeValue() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
Method called to handle entity encountered inside attribute value.
- handleEntityInAttributeValue() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
Method called to handle entity encountered inside attribute value.
- handleEntityInCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
Method called to handle entity encountered inside
CHARACTERS segment, when trying to complete a non-coalescing text segment.
- handleEntityInCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
Method called to handle entity encountered inside
CHARACTERS segment, when trying to complete a non-coalescing text segment.
- handleEntityInText(boolean) - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- handleEntityInText(boolean) - Method in class com.fasterxml.aalto.in.StreamScanner
-
- handleEntityInText(boolean) - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
Method called when an ampersand is encounter in text segment.
- handleEntityStartingToken() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
Method called when a new token (within tree) starts with an
entity.
- handleEntityStartingToken() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
Method called when a new token (within tree) starts with an
entity.
- handleEq(String) - Method in class com.fasterxml.aalto.in.InputBootstrapper
-
- handleHexEntityInAttribute(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handleHexEntityInAttribute(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handleHexEntityInCharacters(int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handleHexEntityInCharacters(int) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handleInvalidXmlChar(int) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- handleNamedEntityStartingToken() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
Method called when we see an entity that is starting a new token,
and part of its name has been decoded (but not all)
- handleNamedEntityStartingToken() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
Method called when we see an entity that is starting a new token,
and part of its name has been decoded (but not all)
- handleNsDecl() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handleNsDecl() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handleNsDecl() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- handleNsDeclaration(PName, char) - Method in class com.fasterxml.aalto.in.ReaderScanner
-
Method called from the main START_ELEMENT handling loop, to
parse namespace URI values.
- handleNsDeclaration(PName, byte) - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
Method called from the main START_ELEMENT handling loop, to
parse namespace URI values.
- handleNsValuePending() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handleNsValuePending() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handleNumericEntityStartingToken() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
Method called to handle cases where we find something other than
a character entity (or one of 4 pre-defined general entities that
act like character entities)
- handleNumericEntityStartingToken() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
Method called to handle cases where we find something other than
a character entity (or one of 4 pre-defined general entities that
act like character entities)
- handlePartialCR() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
Method called when there is a pending \r (from past buffer),
and we need to see
- handlePartialCR() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
Method called when there is a pending \r (from past buffer),
and we need to see
- handlePI() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handlePI() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handlePIPending() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handlePIPending() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handlePIStart() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- handlePIStart() - Method in class com.fasterxml.aalto.in.StreamScanner
-
Method called after leading '' has been parsed; needs to parse
target.
- handlePrologDeclStart(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handlePrologDeclStart(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handlePrologDeclStart(boolean) - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- handlePrologDeclStart(boolean) - Method in class com.fasterxml.aalto.in.StreamScanner
-
- handlePrologEoi(boolean) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- handleStartElement() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- handleStartElement() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- handleStartElement(char) - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- handleStartElement(byte) - Method in class com.fasterxml.aalto.in.StreamScanner
-
Parsing of start element requires parsing of the element name
(and attribute names), and is thus encoding-specific.
- handleStartElement(byte) - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- handleStartElementStart(byte) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
Method called when '<' and (what appears to be) a name
start character have been seen.
- handleStartElementStart(byte) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
Method called when '<' and (what appears to be) a name
start character have been seen.
- handleTreeEoi() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Method called when hitting an end-of-input within tree, after
a valid token
- handleXmlDeclaration() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
Method called to complete parsing of XML declaration, once it has
been reliably detected.
- handleXmlDeclaration() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
Method called to complete parsing of XML declaration, once it has
been reliably detected.
- hasEmptyDefaultNs() - Method in class com.fasterxml.aalto.out.OutputElement
-
- hasEmptyStack() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- hasExplicitFlag(int) - Method in class com.fasterxml.aalto.impl.CommonConfig
-
- hasFlag(int) - Method in class com.fasterxml.aalto.impl.CommonConfig
-
- hasFlagBeenModified(int) - Method in class com.fasterxml.aalto.impl.CommonConfig
-
Method for checking whether specific configuration flag
has been explicitly modified (set, clear; regardless of
whether state actually changed), or is it the default
value.
- hashCode() - Method in class com.fasterxml.aalto.evt.IncompleteEvent
-
- hashCode() - Method in class com.fasterxml.aalto.in.ByteBasedPName
-
Whether we should use internal hash, or the hash of prefixed
name string itself is an open question.
- hashCode() - Method in class com.fasterxml.aalto.in.PName
-
- hashCode() - Method in class com.fasterxml.aalto.in.PNameC
-
Whether we should use internal hash, or the hash of prefixed
name string itself is an open question.
- hashCode() - Method in class com.fasterxml.aalto.out.OutputElement
-
- hashCode() - Method in class com.fasterxml.aalto.out.WName
-
Whether we should use internal hash, or the hash of prefixed
name string itself is an open question.
- hashCode() - Method in class com.fasterxml.aalto.util.UriCanonicalizer.CanonicalKey
-
- hashEquals(int, int, int) - Method in class com.fasterxml.aalto.in.ByteBasedPName
-
- hashEquals(int, int[], int) - Method in class com.fasterxml.aalto.in.ByteBasedPName
-
- hashEquals(int, int, int) - Method in class com.fasterxml.aalto.in.PName1
-
- hashEquals(int, int[], int) - Method in class com.fasterxml.aalto.in.PName1
-
- hashEquals(int, int, int) - Method in class com.fasterxml.aalto.in.PName2
-
- hashEquals(int, int[], int) - Method in class com.fasterxml.aalto.in.PName2
-
- hashEquals(int, int, int) - Method in class com.fasterxml.aalto.in.PName3
-
- hashEquals(int, int[], int) - Method in class com.fasterxml.aalto.in.PName3
-
- hashEquals(int, int, int) - Method in class com.fasterxml.aalto.in.PNameN
-
- hashEquals(int, int[], int) - Method in class com.fasterxml.aalto.in.PNameN
-
- hasInternNamesBeenEnabled() - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- hasInternNsURIsBeenEnabled() - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- hasName(String) - Method in class com.fasterxml.aalto.out.WName
-
- hasName(String, String) - Method in class com.fasterxml.aalto.out.WName
-
- hasName() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- hasNext() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- hasNext() - Method in class com.fasterxml.aalto.util.EmptyIterator
-
- hasNext() - Method in class com.fasterxml.aalto.util.SingletonIterator
-
- hasNsURI(String) - Method in class com.fasterxml.aalto.in.NsDeclaration
-
- hasPrefix(String) - Method in class com.fasterxml.aalto.in.NsDeclaration
-
- hasPrefix() - Method in class com.fasterxml.aalto.in.PName
-
- hasPrefix() - Method in class com.fasterxml.aalto.out.OutputElement
-
- hasPrefix() - Method in class com.fasterxml.aalto.out.WName
-
- hasPrefixedName(String) - Method in class com.fasterxml.aalto.in.PName
-
- hasText() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- hasText() - Method in class com.fasterxml.aalto.util.TextAccumulator
-
- hasXmlDeclaration() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
-
- mActualEncoding - Variable in class com.fasterxml.aalto.in.ReaderConfig
-
Name of the actual encoding that input was found to be in (if any
-- can't be determined if a Reader was passed in).
- main(String[]) - Static method in class test.RunStreamWriter
-
- main(String[]) - Static method in class test.TestAsyncReader
-
- main(String[]) - Static method in class test.TestBase64Reader
-
- main(String[]) - Static method in class test.TestEventReader
-
- main(String[]) - Static method in class test.TestLineReader
-
- main(String[]) - Static method in class test.TestNameHashing
-
- main(String[]) - Static method in class test.TestNameTable
-
- main(String[]) - Static method in class test.TestPNamePerf
-
- main(String[]) - Static method in class test.TestRawStream
-
- main(String[]) - Static method in class test.TestSaxReader
-
- main(String[]) - Static method in class test.TestScannerPerf
-
- main(String[]) - Static method in class test.TestStreamCopier
-
- main(String[]) - Static method in class test.TestStreamReader
-
- main(String[]) - Static method in class test.TestTypedSpeed
-
- main(String[]) - Static method in class test.TestUTF8
-
- MAIN_TABLE_SIZE - Static variable in class com.fasterxml.aalto.out.OutputCharTypes
-
Although many encodings (Latin1, Ascii) could use shorter tables,
for UTF-8 2k makes sense, as it will then cover both one and
type byte sequences.
- mark(int) - Method in class com.fasterxml.aalto.in.MergedStream
-
- markAsShared() - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
- markAsShared() - Method in class com.fasterxml.aalto.out.WNameTable
-
- markLF(int) - Method in class com.fasterxml.aalto.in.ByteBasedScanner
-
- markLF() - Method in class com.fasterxml.aalto.in.ByteBasedScanner
-
- markLF(int) - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- markLF() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- markSupported() - Method in class com.fasterxml.aalto.in.MergedStream
-
- mAsciiTable - Variable in class com.fasterxml.aalto.in.ReaderConfig.EncodingContext
-
- mAsciiTable - Variable in class com.fasterxml.aalto.out.WriterConfig.EncodingContext
-
- MASK_GET_ELEMENT_TEXT - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- MASK_GET_TEXT - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Bitmask for determining if it's ok to call 'getText'
- MASK_GET_TEXT_WITH_WRITER - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
This mask is used with Stax2 getText() method (one that takes
Writer as an argument): accepts even wider range of event types.
- MASK_GET_TEXT_XXX - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Bitmask for determining if it's ok to call 'getTextXXX' methods
(not including 'getText' itself)
- MASK_TYPED_ACCESS_ARRAY - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- MASK_TYPED_ACCESS_BINARY - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- matchAsciiKeyword(String) - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- matchAsciiKeyword(String) - Method in class com.fasterxml.aalto.in.StreamScanner
-
- mAttrs - Variable in class com.fasterxml.aalto.sax.SAXParserImpl.AttributesWrapper
-
- mAttrWrapper - Variable in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
-
- mAutoCloseOutput - Variable in class com.fasterxml.aalto.io.UTF8Writer
-
- MAX_INDENT_SPACES - Static variable in class com.fasterxml.aalto.util.TextBuilder
-
- MAX_INDENT_TABS - Static variable in class com.fasterxml.aalto.util.TextBuilder
-
- MAX_POOL_SIZE - Static variable in class com.fasterxml.aalto.out.StreamWriterBase
-
Although pooled objects are small, let's limit the pool size
nonetheless, to minimize extra memory usage for deeply nested
documents.
- MAX_RUN_TIME - Static variable in class test.TestTypedSpeed
-
Let's keep per-run times below 300 milliseconds
- MAX_SEGMENT_LENGTH - Static variable in class com.fasterxml.aalto.util.TextBuilder
-
- MAX_SIZE - Static variable in class com.fasterxml.aalto.util.UriCanonicalizer.BoundedHashMap
-
- MAX_UNICODE_CHAR - Static variable in class com.fasterxml.aalto.in.XmlScanner
-
This constant defines the highest Unicode character allowed
in XML content.
- MAX_UNICODE_CHAR - Static variable in interface com.fasterxml.aalto.util.XmlConsts
-
This constant defines the highest Unicode character allowed
in XML content.
- maybeDirty() - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
Method called to check to quickly see if a child symbol table
may have gotten additional entries.
- maybeDirty() - Method in class com.fasterxml.aalto.in.CharBasedPNameTable
-
- maybeDirty() - Method in class com.fasterxml.aalto.out.WNameTable
-
Method called to check to quickly see if a child symbol table
may have gotten additional entries.
- maybeDirty() - Method in class com.fasterxml.aalto.util.NameTable
-
Method called to check to quickly see if a child symbol table
may have gotten additional entries.
- MB_CODE_BASE - Static variable in class test.TestScannerPerf
-
- mBigEndian - Variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
-
- mBigEndian - Variable in class com.fasterxml.aalto.in.Utf32Reader
-
- mBinding - Variable in class com.fasterxml.aalto.in.NsDeclaration
-
Reference to the actual binding that will be updated by this
declaration (URI changed when declaration comes in and goes out
of scope)
- mBracketCount - Variable in class test.TestScannerPerf
-
- mBuffer - Variable in class com.fasterxml.aalto.in.Utf32Reader
-
- mBuffer - Variable in class test.TestNameTable
-
- mBuffer - Variable in class test.TestRawStream
-
- mBuilder - Variable in class com.fasterxml.aalto.util.TextAccumulator
-
- mByteCount - Variable in class com.fasterxml.aalto.in.Utf32Reader
-
Total read byte count; used for error reporting purposes
- mByteCount - Variable in class test.TestScannerPerf
-
- mByteSizeFound - Variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
-
- mBytesPerChar - Variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
-
- mCanonicalizer - Variable in class com.fasterxml.aalto.in.ReaderConfig
-
For efficient access by qualified name, as well as uniqueness
checks, namespace URIs need to be canonicalized.
- mCharCount - Variable in class com.fasterxml.aalto.in.Utf32Reader
-
Total read character count; used for error reporting purposes
- mCharCount - Variable in class test.TestNameHashing
-
- mChars - Variable in class com.fasterxml.aalto.util.UriCanonicalizer.CanonicalKey
-
Array containing characters of the canonicalized String.
- mCharTable - Variable in class com.fasterxml.aalto.out.WriterConfig.EncodingContext
-
- mCharTypes - Variable in class com.fasterxml.aalto.out.CharXmlWriter
-
Validation tables used for verifying validity (and need for quoting)
- mCharTypes - Variable in class test.TestPNamePerf
-
- mCollCount - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
Total number of PNames in collision buckets (included in
mCount
along with primary entries)
- mCollCount - Variable in class com.fasterxml.aalto.out.WNameTable
-
Total number of WNames in collision buckets (included in
mCount
along with primary entries)
- mCollEnd - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
Index of the first unused collision bucket entry (== size of
the used portion of collision list): less than
or equal to 0xFF (255), since max number of entries is 255
(8-bit, minus 0 used as 'empty' marker)
- mCollEnd - Variable in class com.fasterxml.aalto.out.WNameTable
-
Index of the first unused collision bucket entry (== size of
the used portion of collision list): less than
or equal to 0xFF (255), since max number of entries is 255
(8-bit, minus 0 used as 'empty' marker)
- mCollList - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
Array of heads of collision bucket chains; size dynamically
- mCollList - Variable in class com.fasterxml.aalto.out.WNameTable
-
Array of heads of collision bucket chains; size dynamically
- mCollListShared - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
Flag that indicates whether underlying data structures for
the collision list are shared or not.
- mCollListShared - Variable in class com.fasterxml.aalto.out.WNameTable
-
Flag that indicates whether underlying data structures for
the collision list are shared or not.
- mConfig - Variable in class com.fasterxml.aalto.in.MergedStream
-
- mConfig - Variable in class com.fasterxml.aalto.in.Utf32Reader
-
- mConfig - Variable in class com.fasterxml.aalto.io.UTF8Writer
-
- mCount - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
Total number of PNames in the symbol table
- mCount - Variable in class com.fasterxml.aalto.out.WNameTable
-
Total number of WNames in the symbol table
- mData - Variable in class com.fasterxml.aalto.in.MergedStream
-
- mData - Variable in class test.TestScannerPerf
-
- mDeclaredXmlVersion - Variable in class com.fasterxml.aalto.in.InputBootstrapper
-
XML declaration from the input (1.0, 1.1 or 'unknown')
- mDocHandler - Variable in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
-
- mEncCtxt - Variable in class com.fasterxml.aalto.in.ReaderConfig
-
A single encoding context instance is shared between all ReaderConfig
instances created for readers by an input factory.
- mEncHighChar - Variable in class com.fasterxml.aalto.out.CharXmlWriter
-
First Unicode character (one with lowest value) after (and including)
which character entities have to be used.
- mEnd - Variable in class com.fasterxml.aalto.in.MergedStream
-
- mEntityCount - Variable in class test.TestScannerPerf
-
- MergedStream - Class in com.fasterxml.aalto.in
-
Simple InputStream
implementation that is used to "unwind" some
data previously read from an input stream; so that as long as some of
that data remains, it's returned; but as long as it's read, we'll
just use data from the underlying original stream.
- MergedStream(ReaderConfig, InputStream, byte[], int, int) - Constructor for class com.fasterxml.aalto.in.MergedStream
-
- mergeFromChild(ByteBasedPNameTable) - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
- mergeFromChild(CharBasedPNameTable) - Method in class com.fasterxml.aalto.in.CharBasedPNameTable
-
Method that allows contents of child table to potentially be
"merged in" with contents of this symbol table.
- mergeFromChild(WNameTable) - Method in class com.fasterxml.aalto.out.WNameTable
-
- mergeToParent() - Method in class com.fasterxml.aalto.out.WNameTable
-
- mExtEncoding - Variable in class com.fasterxml.aalto.in.ReaderConfig
-
Encoding passed in as external information, possibly from source
from which xml content was gained from (for example, as an HTTP
header, or file metadata).
- mFactory - Variable in class test.TestEventReader
-
- mFoundEncoding - Variable in class com.fasterxml.aalto.in.InputBootstrapper
-
Value of encoding pseudo-attribute from xml declaration, if
one was found; null otherwise.
- mFullBBuffer - Variable in class com.fasterxml.aalto.util.BufferRecycler
-
- mFullCBuffer - Variable in class com.fasterxml.aalto.util.BufferRecycler
-
- mGeneralTable - Variable in class com.fasterxml.aalto.in.ReaderConfig.EncodingContext
-
If there is no encoding to worry about, we only need a single
symbol table.
- mHadBOM - Variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
-
- mHash - Variable in class com.fasterxml.aalto.in.ByteBasedPName
-
Since the hash is calculated different from the way eventual
String's hash will be (bit faster, not significantly worse
hashing uniformness), we need to store that hash here.
- mHash - Variable in class com.fasterxml.aalto.in.PNameC
-
Since the hash may be calculated different from the way eventual
String's hash will be (right now it is not), we better store
"our" hash here.
- mHash - Variable in class com.fasterxml.aalto.util.UriCanonicalizer.CanonicalKey
-
Hash of the URI string, calculated using fast(er) hash
function (compared to regular String).
- mIn - Variable in class com.fasterxml.aalto.in.MergedStream
-
- mIn - Variable in class com.fasterxml.aalto.in.Utf32Reader
-
- mIn - Variable in class test.TestScannerPerf
-
- mIn - Variable in class test.TestTypedSpeed
-
- MIN_ARRAYCOPY - Static variable in class com.fasterxml.aalto.out.XmlWriter
-
- MIN_HASH_SIZE - Static variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
- MIN_HASH_SIZE - Static variable in class com.fasterxml.aalto.in.CharBasedPNameTable
-
- MIN_HASH_SIZE - Static variable in class com.fasterxml.aalto.out.WNameTable
-
- MIN_RUN_TIME - Static variable in class test.TestTypedSpeed
-
Let's keep per-run times above 50 milliseconds
- mInputBuffer - Variable in class test.TestPNamePerf
-
- mInputBuffer - Variable in class test.TestScannerPerf
-
- mInputFactory - Variable in class test.TestTypedSpeed
-
- mInputLen - Variable in class test.TestPNamePerf
-
- mInputLen - Variable in class test.TestScannerPerf
-
- mInputPtr - Variable in class test.TestPNamePerf
-
- mInputPtr - Variable in class test.TestScannerPerf
-
- mKeyword - Variable in class com.fasterxml.aalto.in.InputBootstrapper
-
Need a short buffer to read in values of pseudo-attributes (version,
encoding, standalone).
- mLatin1Table - Variable in class com.fasterxml.aalto.in.ReaderConfig.EncodingContext
-
- mLatin1Table - Variable in class com.fasterxml.aalto.out.WriterConfig.EncodingContext
-
- mLength - Variable in class com.fasterxml.aalto.in.Utf32Reader
-
- mLength - Variable in class com.fasterxml.aalto.util.UriCanonicalizer.CanonicalKey
-
Length of canonicalized String
- mLevel - Variable in class com.fasterxml.aalto.in.NsDeclaration
-
Nesting level of this declaration.
- mLineNr - Variable in class test.TestScannerPerf
-
- mMainHash - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
Array of 2^N size, which contains combination
of 24-bits of hash (0 to indicate 'empty' slot),
and 8-bit collision bucket index (0 to indicate empty
collision bucket chain; otherwise subtract one from index)
- mMainHash - Variable in class com.fasterxml.aalto.out.WNameTable
-
Array of 2^N size, which contains combination
of 24-bits of hash (0 to indicate 'empty' slot),
and 8-bit collision bucket index (0 to indicate empty
collision bucket chain; otherwise subtract one from index)
- mMainHashMask - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
Mask used to truncate 32-bit hash value to current hash array
size; essentially, hash array size - 1 (since hash array sizes
are 2^N).
- mMainHashMask - Variable in class com.fasterxml.aalto.out.WNameTable
-
Mask used to truncate 32-bit hash value to current hash array
size; essentially, hash array size - 1 (since hash array sizes
are 2^N).
- mMainHashShared - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
Flag that indicates whether underlying data structures for
the main hash area are shared or not.
- mMainHashShared - Variable in class com.fasterxml.aalto.out.WNameTable
-
Flag that indicates whether underlying data structures for
the main hash area are shared or not.
- mMainNames - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
Array that contains PName
instances matching
entries in mMainHash
.
- mMainNames - Variable in class com.fasterxml.aalto.out.WNameTable
-
Array that contains WName
instances matching
entries in mMainHash
.
- mMainNamesShared - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
- mMainNamesShared - Variable in class com.fasterxml.aalto.out.WNameTable
-
- mMediumCBuffer - Variable in class com.fasterxml.aalto.util.BufferRecycler
-
- mMsg - Variable in exception com.fasterxml.aalto.impl.StreamExceptionBase
-
D'oh.
- mName - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable.Bucket
-
- mName - Variable in class com.fasterxml.aalto.in.ElementScope
-
- mName - Variable in class com.fasterxml.aalto.out.WNameTable.Bucket
-
- mNameBuffer - Variable in class test.TestPNamePerf
-
- mNameFactory - Variable in class com.fasterxml.aalto.out.WNameTable
-
- mNeedRehash - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
This flag is set if, after adding a new entry, it is deemed
that a rehash is warranted if any more entries are to be added.
- mNeedRehash - Variable in class com.fasterxml.aalto.out.WNameTable
-
This flag is set if, after adding a new entry, it is deemed
that a rehash is warranted if any more entries are to be added.
- mNext - Variable in class com.fasterxml.aalto.in.ByteBasedPNameTable.Bucket
-
- mNext - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable.Bucket
-
- mNext - Variable in class com.fasterxml.aalto.out.WNameTable.Bucket
-
- modifyAsciiNames(int[]) - Static method in class com.fasterxml.aalto.out.OutputCharTypes
-
- modifyForAscii(int[]) - Static method in class com.fasterxml.aalto.out.OutputCharTypes
-
- modifyForAttrWrite(int[]) - Static method in class com.fasterxml.aalto.out.OutputCharTypes
-
- modifyForLatin1(int[]) - Static method in class com.fasterxml.aalto.out.OutputCharTypes
-
- modifyForUtf8(int[]) - Static method in class com.fasterxml.aalto.out.OutputCharTypes
-
- modifyLatin1Names(int[]) - Static method in class com.fasterxml.aalto.out.OutputCharTypes
-
- modifyUtf8Names(int[]) - Static method in class com.fasterxml.aalto.out.OutputCharTypes
-
- mOut - Variable in class com.fasterxml.aalto.io.UTF8Writer
-
- mOutBuffer - Variable in class com.fasterxml.aalto.io.UTF8Writer
-
- mOutBufferLast - Variable in class com.fasterxml.aalto.io.UTF8Writer
-
- mOutPtr - Variable in class com.fasterxml.aalto.io.UTF8Writer
-
- mOutputBuffer - Variable in class test.TestScannerPerf
-
- mParent - Variable in class com.fasterxml.aalto.in.ElementScope
-
- mParent - Variable in class com.fasterxml.aalto.out.WNameTable
-
Parent reference is needed to be able to merge new symbols
if and as necessary
- mPrefix - Variable in class com.fasterxml.aalto.in.NsBinding
-
- mPrevDeclaration - Variable in class com.fasterxml.aalto.in.NsDeclaration
-
- mPreviousURI - Variable in class com.fasterxml.aalto.in.NsDeclaration
-
- mPtr - Variable in class com.fasterxml.aalto.in.MergedStream
-
- mPtr - Variable in class com.fasterxml.aalto.in.Utf32Reader
-
- mPublicId - Variable in class com.fasterxml.aalto.in.ReaderConfig
-
- mQuad - Variable in class com.fasterxml.aalto.in.PName1
-
- mQuad1 - Variable in class com.fasterxml.aalto.in.PName2
-
- mQuad1 - Variable in class com.fasterxml.aalto.in.PName3
-
- mQuad2 - Variable in class com.fasterxml.aalto.in.PName2
-
- mQuad2 - Variable in class com.fasterxml.aalto.in.PName3
-
- mQuad3 - Variable in class com.fasterxml.aalto.in.PName3
-
- mQuadBuffer - Variable in class test.TestPNamePerf
-
- mQuadLen - Variable in class com.fasterxml.aalto.in.PNameN
-
- mQuads - Variable in class com.fasterxml.aalto.in.PNameN
-
- mRecyclerRef - Static variable in class com.fasterxml.aalto.out.WriterConfig
-
This
ThreadLocal
contains a
SoftRerefence
to a
BufferRecycler
used to provide a low-cost
buffer recycling between Reader instances.
- mRepCount - Variable in class test.TestPNamePerf
-
- mRepCount - Variable in class test.TestScannerPerf
-
- mReporter - Variable in class com.fasterxml.aalto.in.ReaderConfig
-
- mResolver - Variable in class com.fasterxml.aalto.in.ReaderConfig
-
- mSmallCBuffer - Variable in class com.fasterxml.aalto.util.BufferRecycler
-
- mSmallWriteSize - Variable in class com.fasterxml.aalto.out.CharXmlWriter
-
This is the threshold used to check what is considered a "small"
write; small writes will be buffered until resulting size will
be above the threshold.
- mStandalone - Variable in class com.fasterxml.aalto.in.InputBootstrapper
-
- mStaxFactory - Variable in class com.fasterxml.aalto.sax.SAXParserFactoryImpl
-
- mSuffix - Variable in enum com.fasterxml.aalto.sax.SAXFeature
-
- mSuffix - Variable in enum com.fasterxml.aalto.sax.SAXProperty
-
- mSurrogate - Variable in class com.fasterxml.aalto.in.Utf32Reader
-
Although input is fine with full Unicode set, Java still uses
16-bit chars, so we may have to split high-order chars into
surrogate pairs.
- mSurrogate - Variable in class com.fasterxml.aalto.io.UTF8Writer
-
When outputting chars from BMP, surrogate pairs need to be coalesced.
- mSymbol - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable.Bucket
-
- mSymbols - Variable in class test.TestPNamePerf
-
- mSystemId - Variable in class com.fasterxml.aalto.in.ReaderConfig
-
- mTable - Variable in class test.TestNameHashing
-
- mTable - Variable in class test.TestNameTable
-
- mTableCheckEnd - Variable in class com.fasterxml.aalto.out.CharXmlWriter
-
First Unicode character that is NOT to be checked against static
validity table.
- mTagCount - Variable in class test.TestScannerPerf
-
- mText - Variable in class com.fasterxml.aalto.util.TextAccumulator
-
- mTmpBuf - Variable in class com.fasterxml.aalto.in.Utf32Reader
-
- mTmpChar - Variable in class com.fasterxml.aalto.in.ReaderScanner
-
Storage location for a single character that can not be pushed
back (for example, multi-byte char)
- mTmpChar - Variable in class test.TestPNamePerf
-
- mTmpChar - Variable in class test.TestScannerPerf
-
- mTmpType - Variable in class test.TestScannerPerf
-
- mType - Variable in class test.TestTypedSpeed
-
- mURI - Variable in class com.fasterxml.aalto.in.NsBinding
-
- mURIs - Variable in class com.fasterxml.aalto.util.UriCanonicalizer
-
- mUseAttr - Variable in class test.TestTypedSpeed
-
Data in attributes? If true, yes; if no, in elements
- mUtf8Table - Variable in class com.fasterxml.aalto.in.ReaderConfig.EncodingContext
-
- mUtf8Table - Variable in class com.fasterxml.aalto.out.WriterConfig.EncodingContext
-
- mXmlDeclEncoding - Variable in class com.fasterxml.aalto.in.ReaderConfig
-
- mXmlDeclStandalone - Variable in class com.fasterxml.aalto.in.ReaderConfig
-
- mXmlDeclVersion - Variable in class com.fasterxml.aalto.in.ReaderConfig
-
- MyContentHandler() - Constructor for class test.TestSaxReader.MyContentHandler
-
- safeClone() - Method in class com.fasterxml.aalto.util.UriCanonicalizer.CanonicalKey
-
- sAsciiCharTypes - Static variable in class com.fasterxml.aalto.in.InputCharTypes
-
- sAsciiCharTypes - Static variable in class com.fasterxml.aalto.out.OutputCharTypes
-
- SAXFeature - Enum in com.fasterxml.aalto.sax
-
Enumeration for listing all currently (SAX 2.0.2) defined standard
features
- SAXFeature(String) - Constructor for enum com.fasterxml.aalto.sax.SAXFeature
-
- SAXParserFactoryImpl - Class in com.fasterxml.aalto.sax
-
This is implementation of the main JAXP SAX factory, and as such
acts as the entry point from JAXP.
- SAXParserFactoryImpl() - Constructor for class com.fasterxml.aalto.sax.SAXParserFactoryImpl
-
- SAXParserImpl - Class in com.fasterxml.aalto.sax
-
- SAXParserImpl(InputFactoryImpl) - Constructor for class com.fasterxml.aalto.sax.SAXParserImpl
-
- SAXParserImpl.AttributesWrapper - Class in com.fasterxml.aalto.sax
-
- SAXParserImpl.DocHandlerWrapper - Class in com.fasterxml.aalto.sax
-
- SAXProperty - Enum in com.fasterxml.aalto.sax
-
Enumeration for listing all currently (SAX 2.0.2) defined standard
properties.
- SAXProperty(String) - Constructor for enum com.fasterxml.aalto.sax.SAXProperty
-
- SAXUtil - Class in com.fasterxml.aalto.sax
-
Container for utility methods needed by the parser factory, or
parser wrapper components.
- SAXUtil() - Constructor for class com.fasterxml.aalto.sax.SAXUtil
-
- sCharTypes - Static variable in class com.fasterxml.aalto.in.ReaderScanner
-
Although java chars are basically UTF-16 in memory, the closest
match for char types is Latin1.
- serializedLength() - Method in class com.fasterxml.aalto.out.ByteWName
-
- serializedLength() - Method in class com.fasterxml.aalto.out.CharWName
-
- serializedLength() - Method in class com.fasterxml.aalto.out.WName
-
- setActualEncoding(String) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- setActualEncodingIfNotSet(String) - Method in class com.fasterxml.aalto.out.WriterConfig
-
- setAttributes(Attributes) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.AttributesWrapper
-
- SETBITS(int[], int, int) - Static method in class com.fasterxml.aalto.util.XmlChars
-
- SETBITS(int[], int) - Static method in class com.fasterxml.aalto.util.XmlChars
-
- setContentHandler(ContentHandler) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
-
- setCurrentLength(int) - Method in class com.fasterxml.aalto.util.TextBuilder
-
- setDefaultNamespace(String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
-
- setDefaultNamespace(String) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
-
- setDefaultNamespace(String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
-
With repairing writer, this is only taken as a suggestion as to how
the caller would prefer prefixes to be mapped.
- setDefaultNamespace(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- setDefaultNsUri(String) - Method in class com.fasterxml.aalto.dom.DOMOutputElement
-
- setDefaultNsUri(String) - Method in class com.fasterxml.aalto.dom.OutputElementBase
-
- setDefaultNsURI(String) - Method in class com.fasterxml.aalto.out.OutputElement
-
- setDocumentHandler(DocumentHandler) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
-
- setDocumentLocator(Locator) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
-
- setDocumentLocator(Locator) - Method in class test.TestSaxReader.MyContentHandler
-
- setDTDHandler(DTDHandler) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
-
- setEntityResolver(EntityResolver) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
-
- setErrorHandler(ErrorHandler) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
-
- setEventAllocator(XMLEventAllocator) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
-
- setFeature(String, boolean) - Method in class com.fasterxml.aalto.sax.SAXParserFactoryImpl
-
- setFeature(String, boolean) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
-
- setFeature(String, Object) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- setFlag(int, boolean) - Method in class com.fasterxml.aalto.impl.CommonConfig
-
- setIllegalCharHandler(IllegalCharHandler) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- setLocale(Locale) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
-
- setNamespaceAware(boolean) - Method in class com.fasterxml.aalto.sax.SAXParserFactoryImpl
-
- setNamespaceContext(NamespaceContext) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- setPrefix(String, String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
-
- setPrefix(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- setProperty(String, Object) - Method in class com.fasterxml.aalto.dom.DOMReaderImpl
-
- setProperty(String, Object) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
-
- setProperty(String, Object) - Method in class com.fasterxml.aalto.evt.EventReaderImpl
-
- setProperty(String, Object) - Method in class com.fasterxml.aalto.impl.CommonConfig
-
- setProperty(String, Object) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- setProperty(String, Object) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- setProperty(String, Object) - Method in class com.fasterxml.aalto.out.WriterConfig
-
- setProperty(String, Object) - Method in class com.fasterxml.aalto.sax.SAXParserImpl
-
- setProperty(String, Object) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
-
- setProperty(String, Object) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
-
- setProperty(String, Object) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- setRootNsContext(NamespaceContext) - Method in class com.fasterxml.aalto.dom.DOMOutputElement
-
- setRootNsContext(NamespaceContext) - Method in class com.fasterxml.aalto.dom.OutputElementBase
-
- setStartLocation() - Method in class com.fasterxml.aalto.in.ByteBasedScanner
-
- setStartLocation() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- setValidating(boolean) - Method in class com.fasterxml.aalto.sax.SAXParserFactoryImpl
-
- setValidationProblemHandler(ValidationProblemHandler) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- setValidationProblemHandler(ValidationProblemHandler) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- setXmlDeclInfo(int, String, String) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- setXmlEncoding(String) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- setXMLReporter(XMLReporter) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- setXMLReporter(XMLReporter) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
-
- setXMLResolver(XMLResolver) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- setXMLResolver(XMLResolver) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
-
- setXmlStandalone(Boolean) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- setXmlVersion(String) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- sIndSpaces - Static variable in class com.fasterxml.aalto.util.TextBuilder
-
- sIndSpacesArray - Static variable in class com.fasterxml.aalto.util.TextBuilder
-
- sIndSpacesStrings - Static variable in class com.fasterxml.aalto.util.TextBuilder
-
- sIndTabs - Static variable in class com.fasterxml.aalto.util.TextBuilder
-
- sIndTabsArray - Static variable in class com.fasterxml.aalto.util.TextBuilder
-
- sIndTabsStrings - Static variable in class com.fasterxml.aalto.util.TextBuilder
-
- SingleByteXmlWriter - Class in com.fasterxml.aalto.out
-
This is the common base class for writers that output to byte-backed
output sources, and use Ascii or ISO-8859-1 (Latin1) encoding.
- SingleByteXmlWriter(WriterConfig, OutputStream, XmlCharTypes) - Constructor for class com.fasterxml.aalto.out.SingleByteXmlWriter
-
- SingletonIterator - Class in com.fasterxml.aalto.util
-
Simple read-only iterator that iterators over one specific item, passed
in as constructor argument.
- SingletonIterator(String) - Constructor for class com.fasterxml.aalto.util.SingletonIterator
-
- sInstance - Static variable in class com.fasterxml.aalto.in.ByteBasedPNameFactory
-
- sInstance - Static variable in class com.fasterxml.aalto.util.EmptyIterator
-
- size() - Method in class com.fasterxml.aalto.dom.BijectiveNsMap
-
- size() - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
- size() - Method in class com.fasterxml.aalto.in.CharBasedPNameTable
-
- size() - Method in class com.fasterxml.aalto.out.NsBinder
-
- size() - Method in class com.fasterxml.aalto.out.WNameTable
-
- size() - Method in class com.fasterxml.aalto.util.NameTable
-
- size() - Method in class com.fasterxml.aalto.util.TextBuilder
-
- SIZE - Static variable in class com.fasterxml.aalto.util.XmlChars
-
- sizeInQuads() - Method in class com.fasterxml.aalto.in.ByteBasedPName
-
- sizeInQuads() - Method in class com.fasterxml.aalto.in.PName
-
- sizeInQuads() - Method in class com.fasterxml.aalto.in.PName1
-
- sizeInQuads() - Method in class com.fasterxml.aalto.in.PName2
-
- sizeInQuads() - Method in class com.fasterxml.aalto.in.PName3
-
- sizeInQuads() - Method in class com.fasterxml.aalto.in.PNameC
-
This method should never get called on instances of this class,
so let's throw an exception if that does happen.
- sizeInQuads() - Method in class com.fasterxml.aalto.in.PNameN
-
- skip(long) - Method in class com.fasterxml.aalto.in.MergedStream
-
- skipCData() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- skipCData() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- skipCData() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- skipCData() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- skipCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
Method that will be called to skip all possible characters
from the input buffer, but without blocking.
- skipCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
Method that will be called to skip all possible characters
from the input buffer, but without blocking.
- skipCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- skipCharacters() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- skipCharacters() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- skipCharacters() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- skipCoalescedText() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
Coalescing mode is (and will) not be implemented for non-blocking
parsers, so this method should never get called.
- skipCoalescedText() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
Coalescing mode is (and will) not be implemented for non-blocking
parsers, so this method should never get called.
- skipCoalescedText() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
Method that gets called after a primary text segment (of type
CHARACTERS or CDATA, not applicable to SPACE) has been skipped.
- skipCoalescedText() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
Method that gets called after a primary text segment (of type
CHARACTERS or CDATA, not applicable to SPACE) has been skipped.
- skipCoalescedText() - Method in class com.fasterxml.aalto.in.XmlScanner
-
Secondary skip method called after primary text segment
has been skipped, and we are in coalescing mode.
- skipComment() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- skipComment() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- skipComment() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- skipComment() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- skipCRLF(char) - Method in class com.fasterxml.aalto.in.CharSourceBootstrapper
-
- skipElement() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- skipEntityInCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
Method called to handle entity encountered inside
CHARACTERS segment, when trying to complete a non-coalescing text segment.
- skipEntityInCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
Method called to handle entity encountered inside
CHARACTERS segment, when trying to complete a non-coalescing text segment.
- skipInternalWs(boolean, String) - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- skipInternalWs(boolean, String) - Method in class com.fasterxml.aalto.in.StreamScanner
-
- skipMbLF(int) - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
-
- skipMbWs() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
-
- skippedEntity(String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
-
- skippedEntity(String) - Method in class test.TestSaxReader.MyContentHandler
-
- skipPending() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- skipPending() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- skipPI() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- skipPI() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- skipPI() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- skipPI() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- skipSbLF(byte) - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
-
- skipSbWs() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
-
- skipSpace() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- skipSpace() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- skipSpace() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- skipSpace() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- skipToken() - Method in class com.fasterxml.aalto.in.XmlScanner
-
This method is called to essentially skip remaining of the
current token (data of PI etc)
- skipUtf8_2(int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- skipUtf8_2(int) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- skipUtf8_2(int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- skipUtf8_3(int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- skipUtf8_4(int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- skipUtf8_4Slow(int) - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- sLatin1CharTypes - Static variable in class com.fasterxml.aalto.in.InputCharTypes
-
- sLatin1CharTypes - Static variable in class com.fasterxml.aalto.out.OutputCharTypes
-
- SMALL_WRITE - Static variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
Let's try avoid short writes, since some output streams have
high per-call penalty (like network streams).
- sNoChars - Static variable in class com.fasterxml.aalto.util.TextBuilder
-
- sProperties - Static variable in class com.fasterxml.aalto.in.ReaderConfig
-
- sProperties - Static variable in class com.fasterxml.aalto.out.WriterConfig
-
- sStdFeatures - Static variable in class com.fasterxml.aalto.sax.SAXUtil
-
- sStdInstance - Static variable in class com.fasterxml.aalto.evt.EventAllocatorImpl
-
- sStdProperties - Static variable in class com.fasterxml.aalto.impl.CommonConfig
-
Map to use for converting from String property ids to enumeration
(ints).
- sStdProperties - Static variable in class com.fasterxml.aalto.sax.SAXUtil
-
- STANDALONE_NO - Static variable in class com.fasterxml.aalto.in.ReaderConfig
-
- STANDALONE_UNKNOWN - Static variable in class com.fasterxml.aalto.in.ReaderConfig
-
- STANDALONE_YES - Static variable in class com.fasterxml.aalto.in.ReaderConfig
-
- standaloneSet() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- startCDATA() - Method in class test.TestSaxReader.MyContentHandler
-
- startCharacters(byte) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- startCharacters(byte) - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
- startCharacters(byte) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
Method called to initialize state for CHARACTERS event, after
just a single byte has been seen.
- startCharactersPending() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
This method gets called, if the first character of a
CHARACTERS event could not be fully read (multi-byte,
split over buffer boundary).
- startCharactersPending() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
This method gets called, if the first character of a
CHARACTERS event could not be fully read (multi-byte,
split over buffer boundary).
- startDocument() - Method in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
-
- startDocument() - Method in class test.TestSaxReader.MyContentHandler
-
- startDTD(String, String, String) - Method in class test.TestSaxReader.MyContentHandler
-
- startElement(String, String, String, Attributes) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
-
- startElement(String, String, String, Attributes) - Method in class test.TestSaxReader.MyContentHandler
-
- startEntity(String) - Method in class test.TestSaxReader.MyContentHandler
-
- startNewValue(PName, int) - Method in class com.fasterxml.aalto.in.AttributeCollector
-
Method called by the parser right after attribute name has been
parsed, but before value has been parsed.
- startPrefixMapping(String, String) - Method in class com.fasterxml.aalto.sax.SAXParserImpl.DocHandlerWrapper
-
- startPrefixMapping(String, String) - Method in class test.TestSaxReader.MyContentHandler
-
- startXmlDeclaration() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
Method that deals with recognizing XML declaration, but not with parsing
its contents.
- startXmlDeclaration() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
Method that deals with recognizing XML declaration, but not with parsing
its contents.
- State() - Constructor for enum com.fasterxml.aalto.out.StreamWriterBase.State
-
- STATE_CDATA_C - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_CDATA_CD - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_CDATA_CDA - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_CDATA_CDAT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_CDATA_CDATA - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_CDATA_CONTENT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_CLOSED - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- STATE_COMMENT_CONTENT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_COMMENT_HYPHEN - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_COMMENT_HYPHEN2 - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_DEFAULT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
Default starting state for many events/contexts -- nothing has been
seen so far, no event incomplete.
- STATE_DTD_AFTER_DOCTYPE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_DTD_AFTER_PUBLIC - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_DTD_AFTER_PUBLIC_ID - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_DTD_AFTER_ROOT_NAME - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_DTD_AFTER_SYSTEM - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_DTD_AFTER_SYSTEM_ID - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_DTD_BEFORE_IDS - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_DTD_BEFORE_PUBLIC_ID - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_DTD_BEFORE_ROOT_NAME - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_DTD_BEFORE_SYSTEM_ID - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_DTD_DOCTYPE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_DTD_EXPECT_CLOSING_GT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_DTD_INT_SUBSET - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_DTD_PUBLIC_ID - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_DTD_PUBLIC_OR_SYSTEM - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_DTD_ROOT_NAME - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_DTD_SYSTEM_ID - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_EE_NEED_GT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_EPILOG - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- STATE_PI_AFTER_TARGET - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_PI_AFTER_TARGET_QMARK - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_PI_AFTER_TARGET_WS - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_PI_IN_DATA - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_PI_IN_TARGET - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_PROLOG - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- STATE_PROLOG_DECL - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_PROLOG_INITIAL - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
State in which a less-than sign has been seen
- STATE_PROLOG_SEEN_LT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_SE_ATTR_NAME - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_SE_ATTR_VALUE_NORMAL - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_SE_ATTR_VALUE_NSDECL - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_SE_ELEM_NAME - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_SE_SEEN_SLASH - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_SE_SPACE_OR_ATTRNAME - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_SE_SPACE_OR_ATTRVALUE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_SE_SPACE_OR_END - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_SE_SPACE_OR_EQ - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_TEXT_AMP - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_TEXT_AMP_NAME - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_TREE - Static variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- STATE_TREE_NAMED_ENTITY_START - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_TREE_NUMERIC_ENTITY_START - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_TREE_SEEN_AMP - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_TREE_SEEN_EXCL - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_TREE_SEEN_LT - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_TREE_SEEN_SLASH - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_AFTER_ENCODING - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_AFTER_ENCODING_VALUE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_AFTER_STANDALONE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_AFTER_STANDALONE_VALUE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_AFTER_VERSION - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_AFTER_VERSION_VALUE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_AFTER_XML - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_BEFORE_ENCODING - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_BEFORE_STANDALONE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_BEFORE_VERSION - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_ENCODING - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_ENCODING_EQ - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_ENCODING_VALUE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_ENDQ - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_STANDALONE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_STANDALONE_EQ - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_STANDALONE_VALUE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_VERSION - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_VERSION_EQ - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STATE_XMLDECL_VERSION_VALUE - Static variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- STAX_DEFAULT_OUTPUT_ENCODING - Static variable in interface com.fasterxml.aalto.util.XmlConsts
-
- STAX_DEFAULT_OUTPUT_VERSION - Static variable in interface com.fasterxml.aalto.util.XmlConsts
-
- STD_FEATURE_PREFIX - Static variable in enum com.fasterxml.aalto.sax.SAXFeature
-
- STD_PROPERTY_PREFIX - Static variable in enum com.fasterxml.aalto.sax.SAXProperty
-
- stopValidatingAgainst(XMLValidationSchema) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- stopValidatingAgainst(XMLValidator) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- stopValidatingAgainst(XMLValidationSchema) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- stopValidatingAgainst(XMLValidator) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- StreamExceptionBase - Exception in com.fasterxml.aalto.impl
-
Base class for all XMLStreamException
instances that
we use.
- StreamExceptionBase(String) - Constructor for exception com.fasterxml.aalto.impl.StreamExceptionBase
-
- StreamExceptionBase(Throwable) - Constructor for exception com.fasterxml.aalto.impl.StreamExceptionBase
-
- StreamExceptionBase(String, Location) - Constructor for exception com.fasterxml.aalto.impl.StreamExceptionBase
-
- StreamExceptionBase(String, Location, Throwable) - Constructor for exception com.fasterxml.aalto.impl.StreamExceptionBase
-
- StreamReaderImpl - Class in com.fasterxml.aalto.stax
-
Basic backend-independent XMLStreamReader
implementation.
- StreamReaderImpl(XmlScanner) - Constructor for class com.fasterxml.aalto.stax.StreamReaderImpl
-
- StreamScanner - Class in com.fasterxml.aalto.in
-
Base class for various byte stream based scanners (generally one
for each type of encoding supported).
- StreamScanner(ReaderConfig, InputStream, byte[], int, int) - Constructor for class com.fasterxml.aalto.in.StreamScanner
-
- StreamWriterBase - Class in com.fasterxml.aalto.out
-
Base class for XMLStreamReader
implementations.
- StreamWriterBase(WriterConfig, XmlWriter, WNameTable) - Constructor for class com.fasterxml.aalto.out.StreamWriterBase
-
- StreamWriterBase.State - Enum in com.fasterxml.aalto.out
-
- SUFFIX_IN_EPILOG - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
-
- SUFFIX_IN_PROLOG - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
-
- SUFFIX_IN_TREE - Static variable in class com.fasterxml.aalto.impl.ErrorConsts
-
- SURR1_FIRST - Static variable in class com.fasterxml.aalto.io.UTF8Writer
-
- SURR1_FIRST - Static variable in class com.fasterxml.aalto.out.XmlWriter
-
- SURR1_LAST - Static variable in class com.fasterxml.aalto.io.UTF8Writer
-
- SURR1_LAST - Static variable in class com.fasterxml.aalto.out.XmlWriter
-
- SURR2_FIRST - Static variable in class com.fasterxml.aalto.io.UTF8Writer
-
- SURR2_FIRST - Static variable in class com.fasterxml.aalto.out.XmlWriter
-
- SURR2_LAST - Static variable in class com.fasterxml.aalto.io.UTF8Writer
-
- SURR2_LAST - Static variable in class com.fasterxml.aalto.out.XmlWriter
-
- sUtf8CharTypes - Static variable in class com.fasterxml.aalto.in.InputCharTypes
-
- sUtf8CharTypes - Static variable in class com.fasterxml.aalto.out.OutputCharTypes
-
- sXml10Chars - Static variable in class com.fasterxml.aalto.util.XmlChars
-
- sXml10StartChars - Static variable in class com.fasterxml.aalto.util.XmlChars
-
- _allAttrValues - Variable in class com.fasterxml.aalto.in.AttributeCollector
-
Concatenated String that contains all the attribute values
for the element.
- _allocator - Variable in class com.fasterxml.aalto.stax.InputFactoryImpl
-
- _asyncScanner - Variable in class com.fasterxml.aalto.async.AsyncStreamReaderImpl
-
- _attrCollector - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _attrCollector - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
-
- _attrCount - Variable in class com.fasterxml.aalto.in.AttributeCollector
-
Number of attributes currently held by this collector.
- _attrCount - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _attrCount - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
-
- _attrCount - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
If the current event is START_ELEMENT
, number
of attributes the start element has.
- _attrMap - Variable in class com.fasterxml.aalto.in.AttributeCollector
-
Int-based compact data structure that contains mapping from
attribute names to attribute indexes in the main attribute name array.
- _automaticNsPrefix - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
-
- _autoNsSeq - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
-
for NsRepairing mode
- _autoNsSeq - Variable in class com.fasterxml.aalto.out.RepairingStreamWriter
-
Sequence number used for generating dynamic namespace prefixes.
- _base64Decoder - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Lazily-constructed decoder object for decoding base64 encoded
element binary content.
- _base64Decoder() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- _buckets - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable
-
Overflow buckets; if primary doesn't match, lookup is done
from here.
- _buffer - Variable in class test.TestLineReader
-
- _buffer - Variable in class test.TestUTF8
-
- _bytes - Variable in class com.fasterxml.aalto.out.ByteWName
-
- _cfgAutomaticNsPrefix - Variable in class com.fasterxml.aalto.out.RepairingStreamWriter
-
- _cfgCDataAsText - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _cfgCheckAttrs - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _cfgCheckContent - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _cfgCheckStructure - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _cfgCoalesceText - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- _cfgCoalescing - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _cfgLazyParsing - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _cfgNsAware - Variable in class com.fasterxml.aalto.out.XmlWriter
-
- _cfgPreserveLocation - Variable in class com.fasterxml.aalto.evt.EventAllocatorImpl
-
- _cfgReportTextAsChars - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- _charOffset - Variable in class com.fasterxml.aalto.impl.LocationImpl
-
- _chars - Variable in class com.fasterxml.aalto.out.CharWName
-
- _charTypes - Variable in class com.fasterxml.aalto.in.ByteBasedScanner
-
This is a simple container object that is used to access the
decoding tables for characters.
- _charTypes - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
Validation tables used for verifying validity (and need for quoting)
- _checkContent - Variable in class com.fasterxml.aalto.out.XmlWriter
-
- _checkNames - Variable in class com.fasterxml.aalto.out.XmlWriter
-
- _closeScanner(boolean) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Method called to close scanner, by asking it to release resource
it has, and potentially also close the underlying stream.
- _closeSource() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
Since the async scanner has no access to whatever passes content,
there is no input source in same sense as with blocking scanner;
and there is nothing to close.
- _closeSource() - Method in class com.fasterxml.aalto.in.ByteBasedScanner
-
- _closeSource() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- _closeSource() - Method in class com.fasterxml.aalto.in.StreamScanner
-
- _closeSource() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- _closeStartElement(boolean) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
Method called to close an open start element, when another
main-level element (not namespace declaration or attribute)
is being output; except for end element which is handled differently.
- _closeTarget(boolean) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
-
- _closeTarget(boolean) - Method in class com.fasterxml.aalto.out.CharXmlWriter
-
- _closeTarget(boolean) - Method in class com.fasterxml.aalto.out.XmlWriter
-
- _col - Variable in class com.fasterxml.aalto.impl.LocationImpl
-
- _config - Variable in class com.fasterxml.aalto.dom.DOMReaderImpl
-
- _config - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
-
- _config - Variable in class com.fasterxml.aalto.in.AttributeCollector
-
- _config - Variable in class com.fasterxml.aalto.in.InputBootstrapper
-
- _config - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _config - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _config - Variable in class com.fasterxml.aalto.out.XmlWriter
-
- _config - Variable in class com.fasterxml.aalto.stax.InputFactoryImpl
-
This is the currently active configuration that will be used
for readers created by this factory.
- _config - Variable in class com.fasterxml.aalto.stax.OutputFactoryImpl
-
- _config - Variable in class com.fasterxml.aalto.util.TextBuilder
-
- _constructTypeException(IllegalArgumentException, String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Method called to wrap or convert given conversion-fail exception
into a full TypedXMLStreamException
.
- _constructTypeException(String, String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- _constructUnexpectedInTyped(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- _contentHandler - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
-
- _copyBuffer - Variable in class com.fasterxml.aalto.out.XmlWriter
-
Intermediate buffer, in which content (esp.
- _copyBufferLen - Variable in class com.fasterxml.aalto.out.XmlWriter
-
- _currElem - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
-
This element is the current context element, under which
all other nodes are added, until matching end element
is output.
- _currElem - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Information about the current element on the stack
- _currElem - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
We'll use a virtual root element (like a document node of sort),
to simplify other processing, basically such that there is
always a current output element instance, even when in prolog
or epilog.
- _currentSegment - Variable in class com.fasterxml.aalto.util.TextBuilder
-
- _currentSize - Variable in class com.fasterxml.aalto.util.TextBuilder
-
Number of characters in currently active (last) segment
- _currName - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Prefixed name associated with the current event, if any.
- _currNsCount - Variable in class com.fasterxml.aalto.in.XmlScanner
-
This is a temporary state variable, valid during START_ELEMENT
event.
- _currQuad - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
Bytes parsed for the current, incomplete, quad
- _currQuadBytes - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- _currRecycler - Variable in class com.fasterxml.aalto.in.ReaderConfig
-
This is the actually container of the recyclable buffers.
- _currRecycler - Variable in class com.fasterxml.aalto.out.WriterConfig
-
This is the actually container of the recyclable buffers.
- _currRow - Variable in class com.fasterxml.aalto.in.XmlScanner
-
The row on which the character to read next is on.
- _currToken - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _currToken - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- _declarationData - Variable in class com.fasterxml.aalto.in.FixedNsContext
-
Array that contains prefix/namespace-uri pairs, ordered from the
most recent declaration to older ones.
- _declHandler - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
-
- _decodeBuffer - Variable in class com.fasterxml.aalto.util.TextBuilder
-
- _decodeEnd - Variable in class com.fasterxml.aalto.util.TextBuilder
-
- _decodePtr - Variable in class com.fasterxml.aalto.util.TextBuilder
-
- _decoderFactory - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Factory used for constructing decoders we need for typed access
- _decoderFactory() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- _defaultNs - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Default namespace binding is a per-document singleton, like
explicit bindings, and used for elements (never for attributes).
- _defaultNsSet - Variable in class com.fasterxml.aalto.dom.DOMOutputElement
-
- _defaultNsURI - Variable in class com.fasterxml.aalto.dom.OutputElementBase
-
- _defaultNsURI - Variable in class com.fasterxml.aalto.out.OutputElement
-
Namespace context end application may have supplied, and that
(if given) should be used to augment explicitly defined bindings.
- _depth - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Number of START_ELEMENT events returned for which no END_ELEMENT
has been returned; including current event.
- _desc - Variable in class com.fasterxml.aalto.impl.LocationImpl
-
- _dirty - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable
-
Flag that indicates if any changes have been made to the data;
used to both determine if bucket array needs to be copied when
(first) change is made, and potentially if updated bucket list
is to be resync'ed back to master instance.
- _done - Variable in class com.fasterxml.aalto.util.SingletonIterator
-
- _dtdHandler - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
-
- _dtdRootElemName - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _dtdRootName - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Prefixed root-name DOCTYPE declaration gave us, if any (note: also
serves as a marker to know if we have seen DOCTYPE yet)
- _elemAllNsBound - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- _elemAttrCount - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- _elemAttrName - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- _elemAttrPtr - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
Pointer for the next character of currently being parsed value
within attribute value buffer
- _elemAttrQuote - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- _element - Variable in class com.fasterxml.aalto.dom.DOMOutputElement
-
Actual DOM element for which this element object acts as a proxy.
- _elemNsPtr - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
Pointer for the next character of currently being parsed namespace
URI for the current namespace declaration
- _encoding - Variable in class com.fasterxml.aalto.out.WriterConfig
-
Encoding passed in either during construction, or via xml
declaration write.
- _encodingContext - Variable in class com.fasterxml.aalto.out.WriterConfig
-
A single encoding context instance is shared between all WriterConfig
instances created for readers by an output factory.
- _endOfInput - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
Flag that is sent when calling application indicates that there will
be no more input to parse.
- _entityPending - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Flag set to indicate that an entity is pending
- _entityResolver - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
-
- _entityValue - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
Entity value accumulated so far
- _errorHandler - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
-
- _errorMsg - Variable in class com.fasterxml.aalto.in.AttributeCollector
-
For some errors, we'll have to temporarily store error message,
to be thrown at a later point.
- _finishDocument(boolean) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _flagMods - Variable in class com.fasterxml.aalto.impl.CommonConfig
-
Bitset that indicates all explicit changes to on/off values; clear
bits indicate settings that are unmodified default values.
- _flags - Variable in class com.fasterxml.aalto.impl.CommonConfig
-
Bitset for all on/off values for this configuration object.
- _generateAttrName(String, String, String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
-
- _generateElemPrefix(String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
-
Method called if given URI is not yet bound, and no suggested prefix
is given (or one given can't be used).
- _handleEmptyValue(TypedValueDecoder) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Method called to handle value that has empty String
as representation.
- _hashAreaSize - Variable in class com.fasterxml.aalto.in.AttributeCollector
-
Size of hash area in _attrMap
; generally at least 20%
more than number of attributes (_attrCount
).
- _in - Variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
-
Underlying InputStream to use for reading content.
- _in - Variable in class com.fasterxml.aalto.in.CharSourceBootstrapper
-
Underlying Reader to use for reading content.
- _in - Variable in class com.fasterxml.aalto.in.ReaderScanner
-
Underlying InputStream to use for reading content.
- _in - Variable in class com.fasterxml.aalto.in.StreamScanner
-
Underlying InputStream to use for reading content.
- _indexMask - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable
-
Mask used to get index from hash values; equal to
mBuckets.length - 1
, when mBuckets.length is
a power of two.
- _inDtdDeclaration - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
Flag that indicates whether we are inside a declaration during parsing
of internal DTD subset.
- _inputBuffer - Variable in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
This buffer is actually provided by caller
- _inputBuffer - Variable in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
This buffer is actually provided by caller
- _inputBuffer - Variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
-
- _inputBuffer - Variable in class com.fasterxml.aalto.in.CharSourceBootstrapper
-
- _inputBuffer - Variable in class com.fasterxml.aalto.in.ReaderScanner
-
- _inputBuffer - Variable in class com.fasterxml.aalto.in.StreamScanner
-
- _inputEnd - Variable in class com.fasterxml.aalto.in.ByteBasedScanner
-
Pointer to the first byte after the end of valid content.
- _inputEnd - Variable in class com.fasterxml.aalto.in.ReaderScanner
-
- _inputLast - Variable in class com.fasterxml.aalto.in.CharSourceBootstrapper
-
Offset of the first character after the end of valid buffer
contents.
- _inputLen - Variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
-
- _inputProcessed - Variable in class com.fasterxml.aalto.in.InputBootstrapper
-
Current number of input units (bytes or chars) that were processed in
previous blocks,
before contents of current input buffer.
- _inputPtr - Variable in class com.fasterxml.aalto.in.ByteBasedScanner
-
Pointer to the next unread byte in the input buffer.
- _inputPtr - Variable in class com.fasterxml.aalto.in.ByteSourceBootstrapper
-
- _inputPtr - Variable in class com.fasterxml.aalto.in.CharSourceBootstrapper
-
- _inputPtr - Variable in class com.fasterxml.aalto.in.ReaderScanner
-
- _inputRow - Variable in class com.fasterxml.aalto.in.InputBootstrapper
-
Current row location of current point in input buffer, using
zero-based counting.
- _inputRowStart - Variable in class com.fasterxml.aalto.in.InputBootstrapper
-
Current index of the first character of the current row in input
buffer.
- _isEmptyTag - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Flag that is used if the current state is START_ELEMENT
or END_ELEMENT
, to indicate if the underlying physical
tag is a so-called empty tag (one ending with "/>")
- _isIndentation - Variable in class com.fasterxml.aalto.util.TextBuilder
-
Marker to know if the contents currently stored were created
using "indentation detection".
- _lastDeclaration - Variable in class com.fasterxml.aalto.in.FixedNsContext
-
We will keep a reference to the last namespace declaration
in effect at point when this instance was created.
- _lastLocation - Variable in class com.fasterxml.aalto.evt.EventAllocatorImpl
-
Last used location info; only relevant to non-accurate-location
allocators.
- _lastNsContext - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _lastNsDecl - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Pointer to the last namespace declaration encountered.
- _lexicalHandler - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
-
- _localName - Variable in class com.fasterxml.aalto.in.PName
-
- _localName - Variable in class com.fasterxml.aalto.out.WName
-
- _locPastChars - Variable in class com.fasterxml.aalto.out.XmlWriter
-
Number of characters output prior to currently buffered output
- _locRowNr - Variable in class com.fasterxml.aalto.out.XmlWriter
-
- _locRowStartOffset - Variable in class com.fasterxml.aalto.out.XmlWriter
-
Offset of the first character on this line.
- _name - Variable in class com.fasterxml.aalto.out.OutputElement
-
Prefixed name used for serialization.
- _nameBuffer - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Similarly, need a char buffer for actual String construction
(in future, could perhaps use StringBuilder?).
- _names - Variable in class com.fasterxml.aalto.in.AttributeCollector
-
- _namespaceBinding - Variable in class com.fasterxml.aalto.in.PName
-
Binding of this qualified/prefixed name.
- _needToResetValues - Variable in class com.fasterxml.aalto.in.AttributeCollector
-
Flag used to indicate that all attribute values for an element
have been parsed, and that next call to startNewValue
should reset the value structures
- _nextEntity() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
Helper method used to isolate things that need to be (re)set in
cases where
- _nextEntity() - Method in class com.fasterxml.aalto.in.StreamScanner
-
Helper method used to isolate things that need to be (re)set in
cases where
- _nextEvent - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
Due to asynchronous nature of parsing, we may know what
event we are trying to parse, even if it's not yet
complete.
- _nsBinder - Variable in class com.fasterxml.aalto.out.OutputElement
-
- _nsBindingCache - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Although unbound pname instances can be easily and safely reused,
bound ones are per-document.
- _nsBindingCount - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _nsBindings - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Array containing all prefix bindings needed within the current
document, so far (if any).
- _nsBindMisses - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _nsMapping - Variable in class com.fasterxml.aalto.dom.OutputElementBase
-
Mapping of namespace prefixes to URIs and back.
- _nsMapShared - Variable in class com.fasterxml.aalto.dom.OutputElementBase
-
True, if
OutputElementBase._nsMapping
is a shared copy from the parent;
false if a local copy was created (which happens when namespaces
get bound etc).
- _nsStrings - Variable in class com.fasterxml.aalto.dom.BijectiveNsMap
-
- _nsStrings - Variable in class com.fasterxml.aalto.out.NsBinder
-
Array that contains { prefix, ns-uri } pairs, up to (but not including)
index
NsBinder._scopeEnd
.
- _openElement - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
-
This element is non-null right after a call to
either writeStartElement
and
writeEmptyElement
, and can be used to
add attributes and namespace declarations.
- _origBufferLen - Variable in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
In addition to current buffer pointer, and end pointer,
we will also need to know number of bytes originally
contained.
- _origBufferLen - Variable in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
In addition to current buffer pointer, and end pointer,
we will also need to know number of bytes originally
contained.
- _out - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
Actual Writer to use for outputting buffered data as appropriate.
- _out - Variable in class com.fasterxml.aalto.out.CharXmlWriter
-
Actual Writer to use for outputting buffered data as appropriate.
- _outputBuffer - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
- _outputBuffer - Variable in class com.fasterxml.aalto.out.CharXmlWriter
-
- _outputBufferLen - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
- _outputBufferLen - Variable in class com.fasterxml.aalto.out.CharXmlWriter
-
- _outputElemPool - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _outputPtr - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
- _outputPtr - Variable in class com.fasterxml.aalto.out.CharXmlWriter
-
- _parent - Variable in class com.fasterxml.aalto.dom.DOMOutputElement
-
Reference to the parent element, element enclosing this element.
- _parent - Variable in class com.fasterxml.aalto.out.OutputElement
-
Reference to either the parent (enclosing element) of this
element, when part of active output context; or link to next
reusable unused element after this one (if not part of active
context).
- _parseState - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Main parsing/tokenization state (STATE_xxx)
- _pastBytesOrChars - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Number of bytes that were read and processed before the contents
of the current buffer; used for calculating absolute offsets.
- _pendingInput - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
There are some multi-byte combinations that must be handled
as a unit: CR+LF linefeeds, multi-byte UTF-8 characters, and
multi-character end markers for comments and PIs.
- _poolSize - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _prefix - Variable in class com.fasterxml.aalto.in.PName
-
- _prefix - Variable in class com.fasterxml.aalto.out.WName
-
- _prefixedName - Variable in class com.fasterxml.aalto.in.PName
-
- _propAutoNsPrefix - Variable in class com.fasterxml.aalto.out.WriterConfig
-
- _publicId - Variable in class com.fasterxml.aalto.impl.LocationImpl
-
- _publicId - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Public id of the current event (DTD), if any.
- _quadBuffer - Variable in class com.fasterxml.aalto.in.ByteBasedScanner
-
This buffer is used for name parsing.
- _quadCount - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
- _recyclerRef - Static variable in class com.fasterxml.aalto.in.ReaderConfig
-
This
ThreadLocal
contains a
SoftRerefence
to a
BufferRecycler
used to provide a low-cost
buffer recycling between Reader instances.
- _releaseBuffers() - Method in class com.fasterxml.aalto.in.ByteBasedScanner
-
- _releaseBuffers() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- _releaseBuffers() - Method in class com.fasterxml.aalto.in.StreamScanner
-
- _releaseBuffers() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- _releaseBuffers() - Method in class com.fasterxml.aalto.out.ByteXmlWriter
-
- _releaseBuffers() - Method in class com.fasterxml.aalto.out.CharXmlWriter
-
- _releaseBuffers() - Method in class com.fasterxml.aalto.out.XmlWriter
-
- _reportInvalidContent(int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _reportNonTextEvent(int) - Method in class com.fasterxml.aalto.async.AsyncStreamReaderImpl
-
- _reportNonTextEvent(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- _reportNwfAttr(String) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
-
This is the method called when an output method call violates
attribute well-formedness checks (trying to output dup attrs)
and name validaty checking
is enabled.
- _reportNwfAttr(String, Object) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _reportNwfContent(String) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
-
This is the method called when an output method call violates
content well-formedness checks
and content validation
is enabled.
- _reportNwfContent(String, Object) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _reportNwfName(String) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _reportNwfStructure(String) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
-
This is the method called when an output method call violates
structural well-formedness checks
and structural checking
is enabled.
- _reportNwfStructure(String, Object) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _reportValidationProblem(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _resultArray - Variable in class com.fasterxml.aalto.util.TextBuilder
-
- _resultLen - Variable in class com.fasterxml.aalto.util.TextBuilder
-
Indicator for length of data with _resultArray
, iff
the primary indicator (_currentSize) is invalid (-1).
- _resultString - Variable in class com.fasterxml.aalto.util.TextBuilder
-
String that will be constructed when the whole contents are
needed; will be temporarily stored in case asked for again.
- _rootNsContext - Variable in class com.fasterxml.aalto.dom.OutputElementBase
-
Namespace context end application may have supplied, and that
(if given) should be used to augment explicitly defined bindings.
- _rootNsContext - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
Root namespace context defined for this writer, if any.
- _row - Variable in class com.fasterxml.aalto.impl.LocationImpl
-
- _rowStartOffset - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Offset used to calculate the column value given current input
buffer pointer.
- _scanner - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
-
Since the stream reader would mostly be just a wrapper around
the underlying scanner (its main job is to implement Stax
interface), we can and should just use the scanner.
- _scanner - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Underlying XML scanner
- _scopeEnd - Variable in class com.fasterxml.aalto.dom.BijectiveNsMap
-
- _scopeEnd - Variable in class com.fasterxml.aalto.out.NsBinder
-
- _scopeStart - Variable in class com.fasterxml.aalto.dom.BijectiveNsMap
-
- _scopeStart - Variable in class com.fasterxml.aalto.out.NsBinder
-
- _segments - Variable in class com.fasterxml.aalto.util.TextBuilder
-
List of segments prior to currently active segment.
- _segmentSize - Variable in class com.fasterxml.aalto.util.TextBuilder
-
Amount of characters in segments in _segments
- _serializeQName(QName) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
-
- _serializeQName(QName) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
-
- _serializeQName(QName) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _setPrefix(String, String) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
-
- _setPrefix(String, String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
-
- _setPrefix(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _size - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable
-
Current size (number of entries); needed to know if and when
rehash.
- _sizeThreshold - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable
-
Limit that indicates maximum size this instance can hold before
it needs to be expanded and rehashed.
- _spillAreaEnd - Variable in class com.fasterxml.aalto.in.AttributeCollector
-
Pointer to int slot right after last spill entry, in
_attrMap
array.
- _startColumn - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Current column at start of current (last returned) token
- _startRawOffset - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Offset (in chars or bytes) at start of current token
- _startRow - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Current row at start of current (last returned) token
- _state - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
In addition to the event type, there is need for additional
state information
- _state - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _stateAnyOutput - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
Flag that is set to true first time something has been output.
- _stateEmptyElement - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
Flag that indicates that current element is an empty element (one
that is explicitly defined as one, by calling a method -- NOT one
that just happens to be empty).
- _stateStartElementOpen - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
Flag that is set during time that a start element is "open", ie.
- _staxFactory - Variable in class com.fasterxml.aalto.sax.SAXParserImpl
-
- _suggestedDefNs - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
-
- _suggestedDefNs - Variable in class com.fasterxml.aalto.out.RepairingStreamWriter
-
- _suggestedPrefixes - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
-
Map that contains URI-to-prefix entries that point out suggested
prefixes for URIs.
- _suggestedPrefixes - Variable in class com.fasterxml.aalto.out.RepairingStreamWriter
-
Map that contains URI-to-prefix entries that point out suggested
prefixes for URIs.
- _surrogate - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
In case a split surrogate pair is output (which can occur for only
some of the methods, possibly depending on encoding),
the first part is temporarily stored within this member variable.
- _surroundingEvent - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
For token/state combinations that are 'shared' between
events (or embedded in them), this is where the surrounding
event state is retained.
- _symbols - Variable in class com.fasterxml.aalto.in.ByteBasedScanner
-
For now, symbol table contains prefixed names.
- _symbols - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable
-
Primary matching symbols; it's expected most match occur from
here.
- _symbols - Variable in class com.fasterxml.aalto.in.ReaderScanner
-
For now, symbol table contains prefixed names.
- _symbols - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _systemId - Variable in class com.fasterxml.aalto.impl.LocationImpl
-
- _systemId - Variable in class com.fasterxml.aalto.in.XmlScanner
-
System id of the current event (DTD), if any.
- _textBuilder - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Textual content of the current event
- _tmpChar - Variable in class com.fasterxml.aalto.in.ByteBasedScanner
-
Storage location for a single character that can not be easily
pushed back (for example, multi-byte char; or char entity
expansion).
- _tmpDecl - Variable in class com.fasterxml.aalto.in.FixedNsContext
-
Temporary List used for constructing compact namespace binding
information that we will actually use.
- _tokenIncomplete - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _tokenName - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Current name associated with the token, if any.
- _uri - Variable in class com.fasterxml.aalto.out.OutputElement
-
- _validator - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
Optional validator to use for validating output against
one or more schemas, and/or for safe pretty-printing (indentation).
- _value - Variable in class com.fasterxml.aalto.util.SingletonIterator
-
- _valueBuffer - Variable in class com.fasterxml.aalto.in.AttributeCollector
-
Consequtive character array, in which attribute values are
concatenated in
- _valueEncoderFactory - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
When outputting using Typed Access API, we will need
encoders.
- _valueOffsets - Variable in class com.fasterxml.aalto.in.AttributeCollector
-
Array that contains ending offsets of the values in the shared
buffer.
- _verifyRootElement(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _verifyStartElement(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
Method that is called to ensure that we can start writing an
element, both from structural point of view, and from syntactic
(close previously open start element, if any).
- _verifyWriteAttr(WName) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _verifyWriteCData() - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _verifyWriteDTD() - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _vldContent - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
State value used with validation, to track types of content
that is allowed at this point in output stream.
- _vldProblemHandler - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
Custom validation problem handler, if any.
- _writeAttribute(WName, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _writeAttribute(WName, AsciiValueEncoder) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _writeDefaultNamespace(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _writeNamespace(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _writeStartAndVerify(String, String, String, boolean) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
-
- _writeStartDocument(String, String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _writeStartOrEmpty(String, String, String, boolean) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
-
- _writeStartTag(WName, boolean) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _writeStartTag(WName, boolean, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _xml11 - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Whether validity checks (wrt.
- _xml11 - Variable in class com.fasterxml.aalto.out.XmlWriter
-
Indicates whether output is to be compliant; if false, is to be
xml 1.0 compliant, if true, xml 1.1 compliant.
- _xmlWriter - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
Actual physical writer to output serialized XML content to