- fastWriteAttrValue(char[], int, int, byte[], int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
-
Method called to copy given attribute value, when it's known that
it will completely fit in the output buffer without further checks
- feedInput(byte[], int, int) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- feedInput(byte[], int, int) - Method in class com.fasterxml.aalto.async.AsyncStreamReaderImpl
-
- feedInput(byte[], int, int) - Method in interface com.fasterxml.aalto.AsyncInputFeeder
-
- fileToSystemId(File) - Static method in class com.fasterxml.aalto.util.URLUtil
-
- fileToURL(File) - Static method in class com.fasterxml.aalto.util.URLUtil
-
This method is added because the default conversion using
file.toURL()
turns out to be rather slow, as
it tries to figure out if the file is actually a directory.
- fillIn8BitAttrRange(int[]) - Static method in class com.fasterxml.aalto.util.XmlCharTypes
-
Called to set state of 7-bit chars in attribute values
- fillIn8BitDtdRange(int[]) - Static method in class com.fasterxml.aalto.util.XmlCharTypes
-
- fillIn8BitNameRange(int[]) - Static method in class com.fasterxml.aalto.util.XmlCharTypes
-
- fillIn8BitTextRange(int[]) - Static method in class com.fasterxml.aalto.util.XmlCharTypes
-
Called to set state of 7-bit chars in text content
- fillInIllegalAsciiRange(int[]) - Static method in class com.fasterxml.aalto.in.InputCharTypes
-
- fillInLatin1Chars(int[], int[], int[], int[], int[]) - Static method in class com.fasterxml.aalto.util.XmlCharTypes
-
- fillInUtf8Chars(int[], int[], int[], int[], int[]) - Static method in class com.fasterxml.aalto.in.InputCharTypes
-
- findAttributeIndex(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- findAttributeIndex(String, String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- findAttrIndex(String, String) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- findElemPrefix(String, DOMOutputElement) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
-
Method called to find an existing prefix for the given namespace,
if any exists in the scope.
- findEncodingFor(Writer) - Static method in class com.fasterxml.aalto.util.CharsetNames
-
Because of legacy encodings used by earlier JDK versions, we
need to be careful when accessing encoding names via JDK
classes.
- findIllegalNameChar(String, boolean) - Static method in class com.fasterxml.aalto.util.XmlNames
-
Method that can be used to verify whether given String is
a valid xml name or not.
- findIndex(String, String) - Method in class com.fasterxml.aalto.in.AttributeCollector
-
- findOrCreateAttrPrefix(String, String, DOMOutputElement) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
-
Method called to somehow find a prefix for given namespace, to be
used for a new start element; either use an existing one, or
generate a new one.
- findOrCreateBinding(String) - Method in class com.fasterxml.aalto.in.XmlScanner
-
Method called when a namespace declaration needs to find the
binding object (essentially a per-prefix-per-document canonical
container object)
- findPrefixByUri(String) - Method in class com.fasterxml.aalto.dom.BijectiveNsMap
-
- findPropertyId(String) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- findStdFeature(String) - Static method in class com.fasterxml.aalto.sax.SAXUtil
-
- findStdProperty(String) - Static method in class com.fasterxml.aalto.sax.SAXUtil
-
- findSymbol(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
-
- 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.AsyncByteScanner
-
- finishCharacters() - Method in class com.fasterxml.aalto.async.AsyncUtfScanner
-
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.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.AsyncByteScanner
-
- finishCharactersCoalescing() - Method in class com.fasterxml.aalto.async.AsyncUtfScanner
-
- finishCoalescedCData() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishCoalescedCData() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- finishCoalescedCharacters() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishCoalescedCharacters() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- finishCoalescedText() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
Method that gets called after a primary text segment (of type
CHARACTERS or CDATA, not applicable to SPACE) has been read in
text buffer.
- finishCoalescedText() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
Method that gets called after a primary text segment (of type
CHARACTERS or CDATA, not applicable to SPACE) has been read in
text buffer.
- finishComment() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- finishComment() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishComment() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- finishComment() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- finishCurrentSegment() - Method in class com.fasterxml.aalto.util.TextBuilder
-
- finishDTD(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- finishDTD(boolean) - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishDTD(boolean) - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
When this method gets called we know that we have an internal subset,
and that the opening '[' has already been read.
- finishDTD(boolean) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- finishLastValue(int) - Method in class com.fasterxml.aalto.in.AttributeCollector
-
Method called after all attribute entries have been parsed,
and thus the end of the last value in the buffer is known.
- finishLastValue2() - Method in class com.fasterxml.aalto.in.AttributeCollector
-
- finishPI() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- finishPI() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishPI() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- finishPI() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- finishSpace() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- finishSpace() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishSpace() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
Note: this method is only called in cases where it is known
that only space chars are legal.
- finishSpace() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- finishToken() - Method in class com.fasterxml.aalto.in.XmlScanner
-
This token is called to ensure that the current token/event has been
completely parsed, such that we have all the data needed to return
it (textual content, PI data, comment text etc)
- fireSaxCharacterEvents(ContentHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- fireSaxCharacterEvents(ContentHandler) - Method in class com.fasterxml.aalto.util.TextBuilder
-
This is a specialized "accessor" method, which is basically
to fire SAX characters() events in an optimal way, based on
which internal buffers are being used
- fireSaxCommentEvent(LexicalHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- fireSaxCommentEvent(LexicalHandler) - Method in class com.fasterxml.aalto.util.TextBuilder
-
- fireSaxEndElement(ContentHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- fireSaxPIEvent(ContentHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- fireSaxSpaceEvents(ContentHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- fireSaxSpaceEvents(ContentHandler) - Method in class com.fasterxml.aalto.util.TextBuilder
-
- fireSaxStartElement(ContentHandler, Attributes) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- FixedNsContext - Class in com.fasterxml.aalto.in
-
- flush() - Method in class com.fasterxml.aalto.io.UTF8Writer
-
- flush() - Method in class com.fasterxml.aalto.out.ByteXmlWriter
-
- flush() - Method in class com.fasterxml.aalto.out.CharXmlWriter
-
- flush() - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- flush() - Method in class com.fasterxml.aalto.out.XmlWriter
-
- flushBuffer() - Method in class com.fasterxml.aalto.out.ByteXmlWriter
-
- freeBuffers() - Method in class com.fasterxml.aalto.in.Utf32Reader
-
- freeFullBBuffer(byte[]) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- freeFullBBuffer(byte[]) - Method in class com.fasterxml.aalto.out.WriterConfig
-
- freeFullCBuffer(char[]) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- freeFullCBuffer(char[]) - Method in class com.fasterxml.aalto.out.WriterConfig
-
- freeMediumCBuffer(char[]) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- freeMediumCBuffer(char[]) - Method in class com.fasterxml.aalto.out.WriterConfig
-
- freeSmallCBuffer(char[]) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- freeSmallCBuffer(char[]) - Method in class com.fasterxml.aalto.out.WriterConfig
-
- fromZeroBased(String, String, int, 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.
- generateElemPrefix(String, String, DOMOutputElement) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
-
- generateMapping(String, String, int[]) - Method in class com.fasterxml.aalto.dom.OutputElementBase
-
- getAbsOffset() - Method in class com.fasterxml.aalto.out.XmlWriter
-
- getActualEncoding() - Method in class com.fasterxml.aalto.impl.CommonConfig
-
- getActualEncoding() - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- getActualEncoding() - Method in class com.fasterxml.aalto.out.WriterConfig
-
- getAndClear() - Method in class com.fasterxml.aalto.util.TextAccumulator
-
- getAscii(String) - Static method in class com.fasterxml.aalto.out.ByteXmlWriter
-
- getAscii(String, byte[]) - Static method in class com.fasterxml.aalto.out.ByteXmlWriter
-
- getAscii(String, byte[], int) - Static method in class com.fasterxml.aalto.out.ByteXmlWriter
-
- getAsciiCharTypes() - Static method in class com.fasterxml.aalto.in.InputCharTypes
-
- getAsciiCharTypes() - Static method in class com.fasterxml.aalto.out.OutputCharTypes
-
- getAsciiSymbols(WNameFactory) - Method in class com.fasterxml.aalto.out.WriterConfig
-
- getAttrCollector() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getAttrCount() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getAttributeAs(int, TypedValueDecoder) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeAsArray(int, TypedArrayDecoder) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Method that allows reading contents of an attribute as an array
of whitespace-separate tokens, decoded using specified decoder.
- getAttributeAsBinary(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeAsBinary(int, Base64Variant) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeAsBoolean(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeAsDecimal(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeAsDouble(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeAsDoubleArray(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeAsFloat(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeAsFloatArray(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeAsInt(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeAsIntArray(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeAsInteger(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeAsLong(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeAsLongArray(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeAsQName(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeCount() - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- getAttributeCount() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeIndex(String, String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeInfo() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeLocalName(int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- getAttributeLocalName(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeName(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeNamespace(int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- getAttributeNamespace(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributePrefix(int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- getAttributePrefix(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeType(int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- getAttributeType(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeValue(int) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- getAttributeValue(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- getAttributeValue(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttributeValue(String, String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getAttrLocalName(int) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getAttrNsURI(int) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getAttrPrefix(int) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getAttrPrefixedName(int) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getAttrQName(int) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getAttrType(int) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getAttrValue(int) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getAttrValue(String, String) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getAutomaticNsPrefix() - Method in class com.fasterxml.aalto.out.WriterConfig
-
- getBaseUri() - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
As of now, there is no way to specify the base URI.
- getBBSymbols() - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- getBinding() - Method in class com.fasterxml.aalto.in.NsDeclaration
-
- getBufferWithoutReset() - Method in class com.fasterxml.aalto.util.TextBuilder
-
- getCBSymbols() - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- getCharacterEncodingScheme() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
As per Stax (1.0) specs, needs to return whatever xml declaration
claimed encoding is, if any; or null if no xml declaration found.
- getCharacterOffset() - Method in class com.fasterxml.aalto.impl.LocationImpl
-
- getCharDesc(int) - Static method in class com.fasterxml.aalto.util.XmlChars
-
- getCharSymbols(WNameFactory) - Method in class com.fasterxml.aalto.out.WriterConfig
-
- getCharTypes() - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- getColumn() - Method in class com.fasterxml.aalto.out.XmlWriter
-
- getColumnNumber() - Method in class com.fasterxml.aalto.impl.LocationImpl
-
- getConfig() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getContext() - Method in class com.fasterxml.aalto.impl.LocationImpl
-
- getCount() - Method in class com.fasterxml.aalto.in.AttributeCollector
-
- getCurrentColumnNr() - Method in class com.fasterxml.aalto.in.ByteBasedScanner
-
- getCurrentColumnNr() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- getCurrentColumnNr() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getCurrentElementName() - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- getCurrentLength() - Method in class com.fasterxml.aalto.util.TextBuilder
-
- getCurrentLineNr() - Method in class com.fasterxml.aalto.in.ByteBasedScanner
-
- getCurrentLineNr() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- getCurrentLineNr() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getCurrentLocation() - Method in class com.fasterxml.aalto.in.ByteBasedScanner
-
- getCurrentLocation() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- getCurrentLocation() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getCurrentLocation() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getCurrNsURI() - Method in class com.fasterxml.aalto.in.NsDeclaration
-
- getCustomHash() - Method in class com.fasterxml.aalto.in.PNameC
-
- getDefaultInstance() - Static method in class com.fasterxml.aalto.evt.EventAllocatorImpl
-
- getDefaultNsUri() - Method in class com.fasterxml.aalto.dom.OutputElementBase
-
- getDepth() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getDepth() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getDTDInfo() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Since this class implements DTDInfo
, method can just
return this
.
- getDTDInternalSubset() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getDTDPublicId() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getDTDPublicId() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getDTDRootName() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getDTDSystemId() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getDTDSystemId() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getElementAs(TypedValueDecoder) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getElementAsBinary() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getElementAsBinary(Base64Variant) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getElementAsBoolean() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getElementAsDecimal() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getElementAsDouble() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getElementAsFloat() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getElementAsInt() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getElementAsInteger() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getElementAsLong() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getElementAsQName() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getElementText() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
From StAX specs:
Reads the content of a text-only element, an exception is thrown if
this is not a text-only element.
- getEmptyCharArray() - Static method in class com.fasterxml.aalto.util.DataUtil
-
- getEmptyLocation() - Static method in class com.fasterxml.aalto.impl.LocationImpl
-
- getEncoding() - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- getEncoding() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
As per Stax (1.0) specs, needs to return whatever parser determined
the encoding was, if it was able to figure it out.
- getEndingByteOffset() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getEndingCharOffset() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getEndLocation() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getEndLocation() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getErrorDesc(int, int) - Method in class com.fasterxml.aalto.evt.EventReaderImpl
-
- getErrorMsg() - Method in class com.fasterxml.aalto.in.AttributeCollector
-
- getEventAllocator() - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
-
- getEventType() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Returns type of the last event returned; or START_DOCUMENT before
any events has been explicitly returned.
- getExplicitPrefix(String) - Method in class com.fasterxml.aalto.dom.OutputElementBase
-
- getExternalEncoding() - Method in class com.fasterxml.aalto.impl.CommonConfig
-
This method returns name of encoding that has been passed
explicitly to the reader or writer, from outside.
- getExternalEncoding() - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- getExternalEncoding() - Method in class com.fasterxml.aalto.out.WriterConfig
-
- getFactory() - Method in class test.RunStreamWriter
-
- getFactory() - Method in class test.TestStreamCopier
-
- getFactory() - Method in class test.TestStreamReader
-
- getFastInstance() - Static method in class com.fasterxml.aalto.evt.EventAllocatorImpl
-
- getFeature(String) - Method in class com.fasterxml.aalto.sax.SAXParserFactoryImpl
-
- getFeature(String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getFirstQuad() - Method in class com.fasterxml.aalto.in.ByteBasedPName
-
- getFirstQuad() - Method in class com.fasterxml.aalto.in.PName
-
- getFirstQuad() - Method in class com.fasterxml.aalto.in.PName1
-
- getFirstQuad() - Method in class com.fasterxml.aalto.in.PName2
-
- getFirstQuad() - Method in class com.fasterxml.aalto.in.PName3
-
- getFirstQuad() - Method in class com.fasterxml.aalto.in.PNameC
-
- getFirstQuad() - Method in class com.fasterxml.aalto.in.PNameN
-
- getFixedStdFeatureValue(SAXFeature) - Static method in class com.fasterxml.aalto.sax.SAXUtil
-
Convenience method that will return value (True/False) for the
given standard feature, iff it has fixed (immutable) value for
the current implementation.
- getFullBBuffer(int) - Method in class com.fasterxml.aalto.util.BufferRecycler
-
- getFullCBuffer(int) - Method in class com.fasterxml.aalto.util.BufferRecycler
-
- getHighestEncodable() - Method in class com.fasterxml.aalto.out.AsciiXmlWriter
-
- getHighestEncodable() - Method in class com.fasterxml.aalto.out.CharXmlWriter
-
- getHighestEncodable() - Method in class com.fasterxml.aalto.out.Latin1XmlWriter
-
- getHighestEncodable() - Method in class com.fasterxml.aalto.out.SingleByteXmlWriter
-
- getHighestEncodable() - Method in class com.fasterxml.aalto.out.Utf8XmlWriter
-
- getHighestEncodable() - Method in class com.fasterxml.aalto.out.XmlWriter
-
Method called by error reporting code, to figure out if a given
character is encodable (without using character entities) with
the current encoding or not.
- getIdAttributeIndex() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getInputFeeder() - Method in class com.fasterxml.aalto.async.AsyncStreamReaderImpl
-
- getInputFeeder() - Method in interface com.fasterxml.aalto.AsyncXMLStreamReader
-
- getInputPublicId() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getInputSystemId() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getInstance() - Static method in class com.fasterxml.aalto.in.ByteBasedPNameFactory
-
- getInstance() - Static method in class com.fasterxml.aalto.util.EmptyIterator
-
Since the actual type has no effect (as this iterator
never returns any value objects), we can just cast away
here: bit unclean, but safe.
- getLastCharLocation() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getLastQuad() - Method in class com.fasterxml.aalto.in.PName
-
- getLastQuad() - Method in class com.fasterxml.aalto.in.PName1
-
- getLastQuad() - Method in class com.fasterxml.aalto.in.PName2
-
- getLastQuad() - Method in class com.fasterxml.aalto.in.PName3
-
- getLastQuad() - Method in class com.fasterxml.aalto.in.PNameC
-
- getLastQuad() - Method in class com.fasterxml.aalto.in.PNameN
-
- getLatin1CharTypes() - Static method in class com.fasterxml.aalto.in.InputCharTypes
-
- getLatin1CharTypes() - Static method in class com.fasterxml.aalto.out.OutputCharTypes
-
- getLatin1Symbols(WNameFactory) - Method in class com.fasterxml.aalto.out.WriterConfig
-
- getLevel() - Method in class com.fasterxml.aalto.in.NsDeclaration
-
- getLineNumber() - Method in class com.fasterxml.aalto.impl.LocationImpl
-
- getLocalizedMessage() - Method in exception com.fasterxml.aalto.UncheckedStreamException
-
- getLocalName() - Method in class com.fasterxml.aalto.in.PName
-
- getLocalName() - Method in class com.fasterxml.aalto.out.WName
-
- getLocalName() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getLocation(XMLStreamReader) - Method in class com.fasterxml.aalto.evt.EventAllocatorImpl
-
Method used to get the
Location
object to use for
an event to create.
- getLocation() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
-
- getLocation() - Method in class com.fasterxml.aalto.in.CharSourceBootstrapper
-
- getLocation() - Method in class com.fasterxml.aalto.in.InputBootstrapper
-
- getLocation() - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- getLocation() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getLocationDesc() - Method in exception com.fasterxml.aalto.impl.StreamExceptionBase
-
- getLocationDesc() - Method in exception com.fasterxml.aalto.ValidationException
-
- getLocationInfo() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Location information is always accessible, for this reader.
- getMediumCBuffer(int) - Method in class com.fasterxml.aalto.util.BufferRecycler
-
- getMessage() - Method in exception com.fasterxml.aalto.impl.StreamExceptionBase
-
Method is overridden for two main reasons: first, default method
does not display public/system id information, even if it exists, and
second, default implementation can not handle nested Location
information.
- getMessage() - Method in exception com.fasterxml.aalto.UncheckedStreamException
-
- getMessage() - Method in exception com.fasterxml.aalto.ValidationException
-
Method is overridden for two main reasons: first, default method
does not display public/system id information, even if it exists, and
second, default implementation can not handle nested Location
information.
- getName(int) - Method in class com.fasterxml.aalto.in.AttributeCollector
-
- getName() - Method in class com.fasterxml.aalto.in.ElementScope
-
- getName() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getName() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getNameDesc() - Method in class com.fasterxml.aalto.dom.DOMOutputElement
-
- getNameDesc() - Method in class com.fasterxml.aalto.dom.OutputElementBase
-
- getNamespaceContext() - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
-
- getNamespaceContext() - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- getNamespaceContext() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getNamespaceCount() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getNamespacePrefix(int) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getNamespacePrefix(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getNamespaceURI(String) - Method in class com.fasterxml.aalto.dom.OutputElementBase
-
- getNamespaceURI(String) - Method in class com.fasterxml.aalto.in.FixedNsContext
-
- getNamespaceURI(int) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getNamespaceURI() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getNamespaceURI(String) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getNamespaceURI(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- getNamespaceURI() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getNamespaceURI(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getNamespaceURI(String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getNext() - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
-
- getNext() - Method in class com.fasterxml.aalto.in.CharSourceBootstrapper
-
- getNext() - Method in class com.fasterxml.aalto.in.InputBootstrapper
-
- getNextAfterWs(boolean) - Method in class com.fasterxml.aalto.in.ByteSourceBootstrapper
-
- getNextAfterWs(boolean) - Method in class com.fasterxml.aalto.in.CharSourceBootstrapper
-
- getNextAfterWs(boolean) - Method in class com.fasterxml.aalto.in.InputBootstrapper
-
- getNonSharedConfig(String, String, String, boolean, boolean) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
-
Method called when a non-shared copy of the current configuration
is needed.
- getNonTransientNamespaceContext() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getNonTransientNamespaceContext() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getNotationAttributeIndex() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getNsBinding() - Method in class com.fasterxml.aalto.in.PName
-
- getNsCount() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getNsUri() - Method in class com.fasterxml.aalto.in.PName
-
- getOutputFactory() - Method in class test.TestStreamCopier
-
- getOutputPtr() - Method in class com.fasterxml.aalto.out.ByteXmlWriter
-
- getOutputPtr() - Method in class com.fasterxml.aalto.out.CharXmlWriter
-
- getOutputPtr() - Method in class com.fasterxml.aalto.out.XmlWriter
-
- getParent() - Method in class com.fasterxml.aalto.dom.DOMOutputElement
-
- getParent() - Method in class com.fasterxml.aalto.in.ElementScope
-
- getPIData() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getPITarget() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getPreferredEncoding() - Method in class com.fasterxml.aalto.out.WriterConfig
-
- getPrefix(String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
-
- getPrefix(String) - Method in class com.fasterxml.aalto.dom.OutputElementBase
-
- getPrefix(String) - Method in class com.fasterxml.aalto.in.FixedNsContext
-
- getPrefix() - Method in class com.fasterxml.aalto.in.NsDeclaration
-
- getPrefix() - Method in class com.fasterxml.aalto.in.PName
-
- getPrefix(String) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getPrefix(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- getPrefix() - Method in class com.fasterxml.aalto.out.WName
-
- getPrefix() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getPrefixedName() - Method in class com.fasterxml.aalto.in.PName
-
- getPrefixedName() - Method in class com.fasterxml.aalto.out.WName
-
- getPrefixedName() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getPrefixes(String) - Method in class com.fasterxml.aalto.dom.OutputElementBase
-
- getPrefixes(String) - Method in class com.fasterxml.aalto.in.FixedNsContext
-
- getPrefixes(String) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getPrefixes(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- getPrefixesBoundToUri(String, List<String>) - Method in class com.fasterxml.aalto.dom.BijectiveNsMap
-
- getPrev() - Method in class com.fasterxml.aalto.in.NsDeclaration
-
- getProcessedDTD() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Note: DTD-handling sub-classes need to override this method.
- getProcessedDTDSchema() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Sub-class will override this method
- getProperty(String) - Method in class com.fasterxml.aalto.dom.DOMReaderImpl
-
- getProperty(String) - Method in class com.fasterxml.aalto.dom.DOMWriterImpl
-
- getProperty(String, boolean) - Method in class com.fasterxml.aalto.impl.CommonConfig
-
- getProperty(String, boolean) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- getProperty(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- getProperty(String, boolean) - Method in class com.fasterxml.aalto.out.WriterConfig
-
- getProperty(String) - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
-
- getProperty(String) - Method in class com.fasterxml.aalto.stax.OutputFactoryImpl
-
- getProperty(String) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getPublicId() - Method in class com.fasterxml.aalto.impl.LocationImpl
-
- getPublicId() - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- getQName(int) - Method in class com.fasterxml.aalto.in.AttributeCollector
-
- getQName() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getQuad(int) - Method in class com.fasterxml.aalto.in.ByteBasedPName
-
- getQuad(int) - Method in class com.fasterxml.aalto.in.PName
-
- getQuad(int) - Method in class com.fasterxml.aalto.in.PName1
-
- getQuad(int) - Method in class com.fasterxml.aalto.in.PName2
-
- getQuad(int) - Method in class com.fasterxml.aalto.in.PName3
-
- getQuad(int) - Method in class com.fasterxml.aalto.in.PNameC
-
- getQuad(int) - Method in class com.fasterxml.aalto.in.PNameN
-
- getRow() - Method in class com.fasterxml.aalto.out.XmlWriter
-
- getScanner() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Should not really be public, but needed by SAX code
- getSmallCBuffer(int) - Method in class com.fasterxml.aalto.util.BufferRecycler
-
- getStackTrace() - Method in exception com.fasterxml.aalto.UncheckedStreamException
-
- getStartingByteOffset() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getStartingCharOffset() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getStartLocation() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getStartLocation() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getSuffix() - Method in enum com.fasterxml.aalto.sax.SAXFeature
-
- getSuffix() - Method in enum com.fasterxml.aalto.sax.SAXProperty
-
- getSystemId() - Method in class com.fasterxml.aalto.impl.LocationImpl
-
- getSystemId() - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- getText() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getText(Writer, boolean) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getText() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getText(Writer, boolean) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getTextBuffer() - Method in class com.fasterxml.aalto.util.TextBuilder
-
- getTextCharacters() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getTextCharacters(int, char[], int, int) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getTextCharacters() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getTextCharacters(int, char[], int, int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getTextLength() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- getTextLength() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getTextStart() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getUtf8CharTypes() - Static method in class com.fasterxml.aalto.in.InputCharTypes
-
- getUtf8CharTypes() - Static method in class com.fasterxml.aalto.out.OutputCharTypes
-
- getUtf8Symbols(WNameFactory) - Method in class com.fasterxml.aalto.out.WriterConfig
-
- getValidationLocation() - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- getValue(int) - Method in class com.fasterxml.aalto.in.AttributeCollector
-
- getValue(String, String) - Method in class com.fasterxml.aalto.in.AttributeCollector
-
- getVersion() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- getXmlDeclEncoding() - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- getXmlDeclStandalone() - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- getXmlDeclVersion() - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- getXMLReporter() - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- getXMLReporter() - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
-
- getXMLResolver() - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- getXMLResolver() - Method in class com.fasterxml.aalto.stax.InputFactoryImpl
-
- getXmlVersion() - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- growAnyArrayBy(Object, int) - Static method in class com.fasterxml.aalto.util.DataUtil
-
- growArrayBy(String[], int) - Static method in class com.fasterxml.aalto.util.DataUtil
-
- growArrayBy(int[], int) - Static method in class com.fasterxml.aalto.util.DataUtil
-
- growArrayBy(char[], int) - Static method in class com.fasterxml.aalto.util.DataUtil
-
- guessEncodingBitSize(WriterConfig) - Static method in class com.fasterxml.aalto.out.XmlWriter
-
Method used to figure out which part of the Unicode char set the
encoding can natively support.
- 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
-
- 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
-
- MAX_INDENT_SPACES - Static variable in class com.fasterxml.aalto.util.TextBuilder
-
- MAX_INDENT_TABS - Static variable in class com.fasterxml.aalto.util.TextBuilder
-
- MAX_UNICODE_CHAR - Static variable in class com.fasterxml.aalto.in.XmlScanner
-
This constant defines the highest Unicode character allowed
in XML content.
- MAX_UNICODE_CHAR - Static variable in interface com.fasterxml.aalto.util.XmlConsts
-
This constant defines the highest Unicode character allowed
in XML content.
- maybeDirty() - Method in class com.fasterxml.aalto.in.ByteBasedPNameTable
-
Method called to check to quickly see if a child symbol table
may have gotten additional entries.
- maybeDirty() - Method in class com.fasterxml.aalto.in.CharBasedPNameTable
-
- maybeDirty() - Method in class com.fasterxml.aalto.out.WNameTable
-
Method called to check to quickly see if a child symbol table
may have gotten additional entries.
- maybeDirty() - Method in class com.fasterxml.aalto.util.NameTable
-
Method called to check to quickly see if a child symbol table
may have gotten additional entries.
- mBuckets - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable
-
Overflow buckets; if primary doesn't match, lookup is done
from here.
- mBuffer - Variable in class com.fasterxml.aalto.in.Utf32Reader
-
- mCfgNsAware - Variable in class com.fasterxml.aalto.out.XmlWriter
-
- mCharTypes - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
Validation tables used for verifying validity (and need for quoting)
- mCheckContent - Variable in class com.fasterxml.aalto.out.XmlWriter
-
- mCheckNames - Variable in class com.fasterxml.aalto.out.XmlWriter
-
- mCopyBuffer - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
- mCopyBufferLen - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
- mDirty - 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.
- 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.
- mergeToParent() - Method in class com.fasterxml.aalto.out.WNameTable
-
- mHash - Variable in class com.fasterxml.aalto.in.ByteBasedPName
-
Since the hash is calculated different from the way eventual
String's hash will be (bit faster, not significantly worse
hashing uniformness), we need to store that hash here.
- mHash - Variable in class com.fasterxml.aalto.in.PNameC
-
Since the hash may be calculated different from the way eventual
String's hash will be (right now it is not), we better store
"our" hash here.
- mIn - Variable in class com.fasterxml.aalto.in.Utf32Reader
-
- MIN_ARRAYCOPY - Static variable in class com.fasterxml.aalto.out.XmlWriter
-
- mIndexMask - 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.
- mLastLocation - Variable in class com.fasterxml.aalto.evt.EventAllocatorImpl
-
Last used location info; only relevant to non-accurate-location
allocators.
- mLength - Variable in class com.fasterxml.aalto.in.Utf32Reader
-
- mLocPastChars - Variable in class com.fasterxml.aalto.out.XmlWriter
-
Number of characters output prior to currently buffered output
- mLocRowNr - Variable in class com.fasterxml.aalto.out.XmlWriter
-
- mLocRowStartOffset - Variable in class com.fasterxml.aalto.out.XmlWriter
-
Offset of the first character on this line.
- mNameBuffer - Variable in class test.TestPNamePerf
-
- mPastChars - Variable in class com.fasterxml.aalto.in.ReaderScanner
-
Number of bytes that were read and processed before the contents
of the current buffer; used for calculating absolute offsets.
- mPreserveLocation - Variable in class com.fasterxml.aalto.evt.EventAllocatorImpl
-
- mPtr - Variable in class com.fasterxml.aalto.in.Utf32Reader
-
- mQuadBuffer - Variable in class test.TestPNamePerf
-
- mRowStartOffset - Variable in class com.fasterxml.aalto.in.ReaderScanner
-
Offset used to calculate the column value given current input
buffer pointer.
- mSize - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable
-
Current size (number of entries); needed to know if and when
rehash.
- mSizeThreshold - 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.
- mSmallWriteSize - Variable in class com.fasterxml.aalto.out.CharXmlWriter
-
This is the threshold used to check what is considered a "small"
write; small writes will be buffered until resulting size will
be above the threshold.
- mSurrogate - Variable in class com.fasterxml.aalto.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.
- mSymbols - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable
-
Primary matching symbols; it's expected most match occur from
here.
- 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)
- mXml11 - 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.
- _allocator - Variable in class com.fasterxml.aalto.stax.InputFactoryImpl
-
- _asyncScanner - Variable in class com.fasterxml.aalto.async.AsyncStreamReaderImpl
-
- _attrCollector - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _attrCount - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _attrCount - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
If the current event is START_ELEMENT
, number
of attributes the start element has.
- _attrMap - Variable in class com.fasterxml.aalto.in.AttributeCollector
-
Int-based compact data structure that contains mapping from
attribute names to attribute indexes in the main attribute name array.
- _automaticNsPrefix - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
-
- _autoNsSeq - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
-
for NsRepairing mode
- _base64Decoder - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Lazily-constructed decoder object for decoding base64 encoded
element binary content.
- _base64Decoder() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- _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
-
- _cfgReportTextAsChars - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- _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.
- _closeScanner(boolean) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Method called to close scanner, by asking it to release resource
it has, and potentially also close the underlying stream.
- _closeSource() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
Since the async scanner has no access to whatever passes content,
there is no input source in same sense as with blocking scanner;
and there is nothing to close.
- _closeSource() - Method in class com.fasterxml.aalto.in.ByteBasedScanner
-
- _closeSource() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- _closeSource() - Method in class com.fasterxml.aalto.in.StreamScanner
-
- _closeSource() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- _closeStartElement(boolean) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
Method called to close an open start element, when another
main-level element (not namespace declaration or attribute)
is being output; except for end element which is handled differently.
- _closeTarget(boolean) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
-
- _closeTarget(boolean) - Method in class com.fasterxml.aalto.out.CharXmlWriter
-
- _closeTarget(boolean) - Method in class com.fasterxml.aalto.out.XmlWriter
-
- _config - Variable in class com.fasterxml.aalto.dom.DOMReaderImpl
-
- _config - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
-
- _config - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _config - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _config - Variable in class com.fasterxml.aalto.stax.OutputFactoryImpl
-
- _constructUnexpectedInTyped(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- _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.
- _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.
- _currRow - Variable in class com.fasterxml.aalto.in.XmlScanner
-
The row on which the character to read next is on.
- _currToken - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _currToken - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- _declarationData - Variable in class com.fasterxml.aalto.in.FixedNsContext
-
Array that contains prefix/namespace-uri pairs, ordered from the
most recent declaration to older ones.
- _decoderFactory - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Factory used for constructing decoders we need for typed access
- _decoderFactory() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- _defaultNs - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Default namespace binding is a per-document singleton, like
explicit bindings, and used for elements (never for attributes).
- _defaultNsURI - Variable in class com.fasterxml.aalto.dom.OutputElementBase
-
- _depth - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Number of START_ELEMENT events returned for which no END_ELEMENT
has been returned; including current event.
- _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
-
- _elemNsPtr - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
Pointer for the next character of currently being parsed namespace
URI for the current namespace declaration
- _endOfInput - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
Flag that is sent when calling application indicates that there will
be no more input to parse.
- _entityPending - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Flag set to indicate that an entity is pending
- _entityValue - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
Entity value accumulated so far
- _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).
- _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.ReaderScanner
-
Underlying InputStream to use for reading content.
- _in - Variable in class com.fasterxml.aalto.in.StreamScanner
-
Underlying InputStream to use for reading content.
- _inDtdDeclaration - Variable in class com.fasterxml.aalto.async.AsyncUtfScanner
-
Flag that indicates whether we are inside a declaration during parsing
of internal DTD subset.
- _inputBuffer - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
This buffer is actually provided by caller
- _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
-
- _inputEnd - Variable in class com.fasterxml.aalto.in.StreamScanner
-
- _inputProcessed - Variable in class com.fasterxml.aalto.in.InputBootstrapper
-
Current number of input units (bytes or chars) that were processed in
previous blocks,
before contents of current input buffer.
- _inputPtr - Variable in class com.fasterxml.aalto.in.ByteBasedScanner
-
Pointer to the next unread byte in the input buffer.
- _inputPtr - Variable in class com.fasterxml.aalto.in.ReaderScanner
-
- _inputPtr - Variable in class com.fasterxml.aalto.in.StreamScanner
-
- _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 "/>")
- _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.
- _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.
- _localName - Variable in class com.fasterxml.aalto.in.PName
-
- _localName - Variable in class com.fasterxml.aalto.out.WName
-
- _nameBuffer - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Similarly, need a char buffer for actual String construction
(in future, could perhaps use StringBuilder?).
- _namespaceBinding - Variable in class com.fasterxml.aalto.in.PName
-
Binding of this qualified/prefixed name.
- _nextEvent - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
Due to asynchronous nature of parsing, we may know what
event we are trying to parse, even if it's not yet
complete.
- _nsBindingCache - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Although unbound pname instances can be easily and safely reused,
bound ones are per-document.
- _nsBindingCount - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _nsBindings - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Array containing all prefix bindings needed within the current
document, so far (if any).
- _nsBindMisses - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _nsMapping - Variable in class com.fasterxml.aalto.dom.OutputElementBase
-
Mapping of namespace prefixes to URIs and back.
- _nsMapShared - Variable in class com.fasterxml.aalto.dom.OutputElementBase
-
True, if
OutputElementBase._nsMapping
is a shared copy from the parent;
false if a local copy was created (which happens when namespaces
get bound etc).
- _openElement - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
-
This element is non-null right after a call to
either writeStartElement
and
writeEmptyElement
, and can be used to
add attributes and namespace declarations.
- _origBufferLen - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
In addition to current buffer pointer, and end pointer,
we will also need to know number of bytes originally
contained.
- _out - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
Actual Writer to use for outputting buffered data as appropriate.
- _out - Variable in class com.fasterxml.aalto.out.CharXmlWriter
-
Actual Writer to use for outputting buffered data as appropriate.
- _outputBuffer - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
- _outputBuffer - Variable in class com.fasterxml.aalto.out.CharXmlWriter
-
- _outputBufferLen - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
- _outputBufferLen - Variable in class com.fasterxml.aalto.out.CharXmlWriter
-
- _outputElemPool - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _outputPtr - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
- _outputPtr - Variable in class com.fasterxml.aalto.out.CharXmlWriter
-
- _parseState - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Main parsing/tokenization state (STATE_xxx)
- _pastBytes - Variable in class com.fasterxml.aalto.in.ByteBasedScanner
-
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
-
- _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
-
- _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
-
- _reportNwfAttr(String) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
-
This is the method called when an output method call violates
attribute well-formedness checks (trying to output dup attrs)
and name validaty checking
is enabled.
- _reportNwfAttr(String, Object) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _reportNwfContent(String) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
-
This is the method called when an output method call violates
content well-formedness checks
and content validation
is enabled.
- _reportNwfContent(String, Object) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _reportNwfName(String) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _reportNwfStructure(String) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
-
This is the method called when an output method call violates
structural well-formedness checks
and structural checking
is enabled.
- _reportNwfStructure(String, Object) - Static method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _reportValidationProblem(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _rootNsContext - Variable in class com.fasterxml.aalto.dom.OutputElementBase
-
Namespace context end application may have supplied, and that
(if given) should be used to augment explicitly defined bindings.
- _rootNsContext - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
Root namespace context defined for this writer, if any.
- _rowStartOffset - Variable in class com.fasterxml.aalto.in.ByteBasedScanner
-
Offset used to calculate the column value given current input
buffer pointer.
- _scanner - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Underlying XML scanner
- _serializeQName(QName) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
-
- _serializeQName(QName) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
-
- _serializeQName(QName) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _setPrefix(String, String) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
-
- _setPrefix(String, String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
-
- _setPrefix(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _spillAreaEnd - Variable in class com.fasterxml.aalto.in.AttributeCollector
-
Pointer to int slot right after last spill entry, in
_attrMap
array.
- _state - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
In addition to the event type, there is need for additional
state information
- _state - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _stateAnyOutput - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
Flag that is set to true first time something has been output.
- _stateEmptyElement - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
Flag that indicates that current element is an empty element (one
that is explicitly defined as one, by calling a method -- NOT one
that just happens to be empty).
- _stateStartElementOpen - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
Flag that is set during time that a start element is "open", ie.
- _suggestedDefNs - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
-
- _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.ReaderScanner
-
For now, symbol table contains prefixed names.
- _symbols - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _systemId - Variable in class com.fasterxml.aalto.in.XmlScanner
-
System id of the current event (DTD), if any.
- _textBuilder - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Textual content of the current event
- _tmpChar - Variable in class com.fasterxml.aalto.in.ByteBasedScanner
-
Storage location for a single character that can not be easily
pushed back (for example, multi-byte char; or char entity
expansion).
- _tmpDecl - Variable in class com.fasterxml.aalto.in.FixedNsContext
-
Temporary List used for constructing compact namespace binding
information that we will actually use.
- _tokenIncomplete - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _tokenName - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Current name associated with the token, if any.
- _validator - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
Optional validator to use for validating output against
one or more schemas, and/or for safe pretty-printing (indentation).
- _valueEncoderFactory - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
When outputting using Typed Access API, we will need
encoders.
- _verifyRootElement(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _verifyStartElement(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
Method that is called to ensure that we can start writing an
element, both from structural point of view, and from syntactic
(close previously open start element, if any).
- _verifyWriteAttr(WName) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _verifyWriteCData() - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _verifyWriteDTD() - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _vldContent - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
State value used with validation, to track types of content
that is allowed at this point in output stream.
- _vldProblemHandler - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
Custom validation problem handler, if any.
- _writeAttribute(WName, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _writeAttribute(WName, AsciiValueEncoder) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _writeDefaultNamespace(String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _writeNamespace(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _writeStartDocument(String, String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _writeStartOrEmpty(String, String, String, boolean) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
-
- _writeStartTag(WName, boolean) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _writeStartTag(WName, boolean, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _xml11 - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Whether validity checks (wrt.
- _xmlWriter - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
Actual physical writer to output serialized XML content to