- fastWriteAttrValue(char[], int, int, byte[], int) - Method in class com.fasterxml.aalto.out.ByteXmlWriter
-
Method called to copy given attribute value, when it's known that
it will completely fit in the output buffer without further checks
- feedInput(byte[], int, int) - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
- feedInput(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
- 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)
- findPName(int, int) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
Method called to process a sequence of bytes that is likely to
be a PName.
- findPrefixByUri(String) - Method in class com.fasterxml.aalto.dom.BijectiveNsMap
-
- findPropertyId(String) - Method in class com.fasterxml.aalto.in.ReaderConfig
-
- findStdFeature(String) - Static method in class com.fasterxml.aalto.sax.SAXUtil
-
- findStdProperty(String) - Static method in class com.fasterxml.aalto.sax.SAXUtil
-
- findSymbol(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.AsyncByteArrayScanner
-
This method only gets called in non-coalescing mode; and if so,
needs to parse as many characters of the current text segment
from the current input block as possible.
- finishCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
This method only gets called in non-coalescing mode; and if so,
needs to parse as many characters of the current text segment
from the current input block as possible.
- finishCharacters() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- finishCharacters() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishCharacters() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- finishCharacters() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- finishCharactersCoalescing() - Method in class com.fasterxml.aalto.async.AsyncByteArrayScanner
-
TODO: Method not yet implemented
- finishCharactersCoalescing() - Method in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
TODO: Method not yet implemented
- finishCoalescedCData() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishCoalescedCData() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- finishCoalescedCharacters() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishCoalescedCharacters() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- finishCoalescedText() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
Method that gets called after a primary text segment (of type
CHARACTERS or CDATA, not applicable to SPACE) has been read in
text buffer.
- finishCoalescedText() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
Method that gets called after a primary text segment (of type
CHARACTERS or CDATA, not applicable to SPACE) has been read in
text buffer.
- finishComment() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- finishComment() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishComment() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- finishComment() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- finishCurrentSegment() - Method in class com.fasterxml.aalto.util.TextBuilder
-
- finishDTD(boolean) - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- finishDTD(boolean) - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishDTD(boolean) - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
When this method gets called we know that we have an internal subset,
and that the opening '[' has already been read.
- finishDTD(boolean) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- finishLastValue(int) - Method in class com.fasterxml.aalto.in.AttributeCollector
-
Method called after all attribute entries have been parsed,
and thus the end of the last value in the buffer is known.
- finishLastValue2() - Method in class com.fasterxml.aalto.in.AttributeCollector
-
- finishPI() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- finishPI() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishPI() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- finishPI() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- finishSpace() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- finishSpace() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishSpace() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
Note: this method is only called in cases where it is known
that only space chars are legal.
- finishSpace() - Method in class com.fasterxml.aalto.in.XmlScanner
-
- finishToken() - Method in class com.fasterxml.aalto.async.AsyncByteScanner
-
- finishToken() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
- finishToken() - Method in class com.fasterxml.aalto.in.Utf8Scanner
-
- finishToken() - Method in class com.fasterxml.aalto.in.XmlScanner
-
This method is called to ensure that the current token/event has been
completely parsed, such that we have all the data needed to return
it (textual content, PI data, comment text etc)
- fireSaxCharacterEvents(ContentHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- fireSaxCharacterEvents(ContentHandler) - Method in class com.fasterxml.aalto.util.TextBuilder
-
This is a specialized "accessor" method, which is basically
to fire SAX characters() events in an optimal way, based on
which internal buffers are being used
- fireSaxCommentEvent(LexicalHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- fireSaxCommentEvent(LexicalHandler) - Method in class com.fasterxml.aalto.util.TextBuilder
-
- fireSaxEndElement(ContentHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- fireSaxPIEvent(ContentHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- fireSaxSpaceEvents(ContentHandler) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- fireSaxSpaceEvents(ContentHandler) - Method in class com.fasterxml.aalto.util.TextBuilder
-
- fireSaxStartElement(ContentHandler, Attributes) - Method in class com.fasterxml.aalto.in.XmlScanner
-
- FixedNsContext - Class in com.fasterxml.aalto.in
-
- 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, 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.
- _allocator - Variable in class com.fasterxml.aalto.stax.InputFactoryImpl
-
- _asyncScanner - Variable in class com.fasterxml.aalto.async.AsyncStreamReaderImpl
-
- _attrCollector - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _attrCount - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _attrCount - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
If the current event is START_ELEMENT
, number
of attributes the start element has.
- _attrMap - Variable in class com.fasterxml.aalto.in.AttributeCollector
-
Int-based compact data structure that contains mapping from
attribute names to attribute indexes in the main attribute name array.
- _automaticNsPrefix - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
-
- _autoNsSeq - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
-
for NsRepairing mode
- _base64Decoder - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Lazily-constructed decoder object for decoding base64 encoded
element binary content.
- _base64Decoder() - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- _buckets - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable
-
Overflow buckets; if primary doesn't match, lookup is done
from here.
- _cfgCDataAsText - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _cfgCheckAttrs - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _cfgCheckContent - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _cfgCheckStructure - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _cfgCoalesceText - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- _cfgCoalescing - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _cfgLazyParsing - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _cfgNsAware - Variable in class com.fasterxml.aalto.out.XmlWriter
-
- _cfgPreserveLocation - Variable in class com.fasterxml.aalto.evt.EventAllocatorImpl
-
- _cfgReportTextAsChars - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- _charOffset - Variable in class com.fasterxml.aalto.impl.LocationImpl
-
- _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.XmlScanner
-
- _config - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _config - Variable in class com.fasterxml.aalto.out.XmlWriter
-
- _config - Variable in class com.fasterxml.aalto.stax.OutputFactoryImpl
-
- _constructUnexpectedInTyped(int) - Method in class com.fasterxml.aalto.stax.StreamReaderImpl
-
- _copyBuffer - Variable in class com.fasterxml.aalto.out.XmlWriter
-
Intermediate buffer, in which content (esp.
- _copyBufferLen - Variable in class com.fasterxml.aalto.out.XmlWriter
-
- _currElem - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
-
This element is the current context element, under which
all other nodes are added, until matching end element
is output.
- _currElem - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Information about the current element on the stack
- _currElem - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
We'll use a virtual root element (like a document node of sort),
to simplify other processing, basically such that there is
always a current output element instance, even when in prolog
or epilog.
- _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.
- _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.
- _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.
- _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.ReaderScanner
-
- _inputBuffer - Variable in class com.fasterxml.aalto.in.StreamScanner
-
- _inputEnd - Variable in class com.fasterxml.aalto.in.ByteBasedScanner
-
Pointer to the first byte after the end of valid content.
- _inputEnd - Variable in class com.fasterxml.aalto.in.ReaderScanner
-
- _inputProcessed - Variable in class com.fasterxml.aalto.in.InputBootstrapper
-
Current number of input units (bytes or chars) that were processed in
previous blocks,
before contents of current input buffer.
- _inputPtr - Variable in class com.fasterxml.aalto.in.ByteBasedScanner
-
Pointer to the next unread byte in the input buffer.
- _inputPtr - Variable in class com.fasterxml.aalto.in.ReaderScanner
-
- _inputRow - Variable in class com.fasterxml.aalto.in.InputBootstrapper
-
Current row location of current point in input buffer, using
zero-based counting.
- _inputRowStart - Variable in class com.fasterxml.aalto.in.InputBootstrapper
-
Current index of the first character of the current row in input
buffer.
- _isEmptyTag - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Flag that is used if the current state is START_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.
- _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.
- _localName - Variable in class com.fasterxml.aalto.in.PName
-
- _localName - Variable in class com.fasterxml.aalto.out.WName
-
- _locPastChars - Variable in class com.fasterxml.aalto.out.XmlWriter
-
Number of characters output prior to currently buffered output
- _locRowNr - Variable in class com.fasterxml.aalto.out.XmlWriter
-
- _locRowStartOffset - Variable in class com.fasterxml.aalto.out.XmlWriter
-
Offset of the first character on this line.
- _nameBuffer - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Similarly, need a char buffer for actual String construction
(in future, could perhaps use StringBuilder?).
- _namespaceBinding - Variable in class com.fasterxml.aalto.in.PName
-
Binding of this qualified/prefixed name.
- _nextEntity() - Method in class com.fasterxml.aalto.in.ReaderScanner
-
Helper method used to isolate things that need to be (re)set in
cases where
- _nextEntity() - Method in class com.fasterxml.aalto.in.StreamScanner
-
Helper method used to isolate things that need to be (re)set in
cases where
- _nextEvent - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
Due to asynchronous nature of parsing, we may know what
event we are trying to parse, even if it's not yet
complete.
- _nsBindingCache - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Although unbound pname instances can be easily and safely reused,
bound ones are per-document.
- _nsBindingCount - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _nsBindings - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Array containing all prefix bindings needed within the current
document, so far (if any).
- _nsBindMisses - Variable in class com.fasterxml.aalto.in.XmlScanner
-
- _nsMapping - Variable in class com.fasterxml.aalto.dom.OutputElementBase
-
Mapping of namespace prefixes to URIs and back.
- _nsMapShared - Variable in class com.fasterxml.aalto.dom.OutputElementBase
-
True, if
OutputElementBase._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.AsyncByteArrayScanner
-
In addition to current buffer pointer, and end pointer,
we will also need to know number of bytes originally
contained.
- _origBufferLen - Variable in class com.fasterxml.aalto.async.AsyncByteBufferScanner
-
In addition to current buffer pointer, and end pointer,
we will also need to know number of bytes originally
contained.
- _out - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
Actual Writer to use for outputting buffered data as appropriate.
- _out - Variable in class com.fasterxml.aalto.out.CharXmlWriter
-
Actual Writer to use for outputting buffered data as appropriate.
- _outputBuffer - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
- _outputBuffer - Variable in class com.fasterxml.aalto.out.CharXmlWriter
-
- _outputBufferLen - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
- _outputBufferLen - Variable in class com.fasterxml.aalto.out.CharXmlWriter
-
- _outputElemPool - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _outputPtr - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
- _outputPtr - Variable in class com.fasterxml.aalto.out.CharXmlWriter
-
- _parseState - Variable in class com.fasterxml.aalto.stax.StreamReaderImpl
-
Main parsing/tokenization state (STATE_xxx)
- _pastBytesOrChars - Variable in class com.fasterxml.aalto.in.XmlScanner
-
Number of bytes that were read and processed before the contents
of the current buffer; used for calculating absolute offsets.
- _pendingInput - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
There are some multi-byte combinations that must be handled
as a unit: CR+LF linefeeds, multi-byte UTF-8 characters, and
multi-character end markers for comments and PIs.
- _poolSize - Variable in class com.fasterxml.aalto.out.StreamWriterBase
-
- _prefix - Variable in class com.fasterxml.aalto.in.PName
-
- _prefix - Variable in class com.fasterxml.aalto.out.WName
-
- _prefixedName - Variable in class com.fasterxml.aalto.in.PName
-
- _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
-
- _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
-
- _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.stax.StreamReaderImpl
-
Underlying XML scanner
- _serializeQName(QName) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
-
- _serializeQName(QName) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
-
- _serializeQName(QName) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _setPrefix(String, String) - Method in class com.fasterxml.aalto.out.NonRepairingStreamWriter
-
- _setPrefix(String, String) - Method in class com.fasterxml.aalto.out.RepairingStreamWriter
-
- _setPrefix(String, String) - Method in class com.fasterxml.aalto.out.StreamWriterBase
-
- _size - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable
-
Current size (number of entries); needed to know if and when
rehash.
- _sizeThreshold - Variable in class com.fasterxml.aalto.in.CharBasedPNameTable
-
Limit that indicates maximum size this instance can hold before
it needs to be expanded and rehashed.
- _spillAreaEnd - Variable in class com.fasterxml.aalto.in.AttributeCollector
-
Pointer to int slot right after last spill entry, in
_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.
- _suggestedDefNs - Variable in class com.fasterxml.aalto.dom.DOMWriterImpl
-
- _surrogate - Variable in class com.fasterxml.aalto.out.ByteXmlWriter
-
In case a split surrogate pair is output (which can occur for only
some of the methods, possibly depending on encoding),
the first part is temporarily stored within this member variable.
- _surroundingEvent - Variable in class com.fasterxml.aalto.async.AsyncByteScanner
-
For token/state combinations that are 'shared' between
events (or embedded in them), this is where the surrounding
event state is retained.
- _symbols - Variable in class com.fasterxml.aalto.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.
- _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.
- _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