- mAccepting - Variable in class com.ctc.wstx.dtd.DFAState
-
- mAccessKey - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
- mAccurateLocation - Variable in class com.ctc.wstx.evt.DefaultEventAllocator
-
- mAddSpaceAfterEmptyElem - Variable in class com.ctc.wstx.sw.XmlWriter
-
Whether to add a space after empty element (before closing "/>")
or not.
- makeChild() - Method in class com.ctc.wstx.util.SymbolTable
-
"Factory" method; will create a new child instance of this symbol
table.
- mAllocator - Variable in class com.ctc.wstx.evt.WstxEventReader
-
- mAllocator - Variable in class com.ctc.wstx.stax.WstxInputFactory
-
- mAllowedContent - Variable in class com.ctc.wstx.dtd.DTDElement
-
- mAllowXml11EscapedCharsInXml10 - Variable in class com.ctc.wstx.sr.StreamScanner
-
Flag that indicates whether all escaped chars are accepted in XML 1.0.
- mAnyDefaults - Variable in class com.ctc.wstx.dtd.DTDElement
-
Flag set to true if there are any attributes that have either
basic default value, or #FIXED default value.
- mAnyDTDppFeatures - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Flag that indicates if any DTD++ features have been encountered
(in DTD++-supporting mode).
- mAnyFixed - Variable in class com.ctc.wstx.dtd.DTDElement
-
- mAnyOutput - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
Flag that is set to true first time something has been output.
- mArity - Variable in class com.ctc.wstx.dtd.ChoiceContentSpec.Validator
-
- mArity - Variable in class com.ctc.wstx.dtd.ContentSpec
-
- mArity - Variable in class com.ctc.wstx.dtd.SeqContentSpec.Validator
-
- mArity - Variable in class com.ctc.wstx.dtd.TokenContentSpec.Validator
-
- mark(int) - Method in class com.ctc.wstx.io.MergedReader
-
- mark(int) - Method in class com.ctc.wstx.io.MergedStream
-
- mark(int) - Method in class com.ctc.wstx.util.TextBuffer.BufferReader
-
- markAsExternallyDeclared() - Method in class com.ctc.wstx.ent.EntityDecl
-
- markDefined(Location) - Method in class com.ctc.wstx.util.ElementId
-
- markLF() - Method in class com.ctc.wstx.sr.StreamScanner
-
- markLF(int) - Method in class com.ctc.wstx.sr.StreamScanner
-
- markSupported() - Method in class com.ctc.wstx.io.MergedReader
-
- markSupported() - Method in class com.ctc.wstx.io.MergedStream
-
- markSupported() - Method in class com.ctc.wstx.util.TextBuffer.BufferReader
-
- MASK_GET_ELEMENT_TEXT - Static variable in class com.ctc.wstx.sr.BasicStreamReader
-
- MASK_GET_TEXT - Static variable in class com.ctc.wstx.sr.BasicStreamReader
-
- MASK_GET_TEXT_WITH_WRITER - Static variable in class com.ctc.wstx.sr.BasicStreamReader
-
This mask is used with Stax2 getText() method (one that takes
Writer as an argument): accepts even wider range of event types.
- MASK_GET_TEXT_XXX - Static variable in class com.ctc.wstx.sr.BasicStreamReader
-
This mask covers all types for which extends
getTextXxx
methods can be called; which is less than those for which
BasicStreamReader.getText()
can be called.
- MASK_TYPED_ACCESS_ARRAY - Static variable in class com.ctc.wstx.sr.TypedStreamReader
-
Mask of event types that are legal (starting) states
to call Typed Access API from.
- MASK_TYPED_ACCESS_BINARY - Static variable in class com.ctc.wstx.sr.TypedStreamReader
-
- matches(String, String) - Method in class com.ctc.wstx.sr.InputElementStack
-
- matches(String, char[], int, int) - Static method in class com.ctc.wstx.util.StringUtil
-
- mAttrCollector - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
- mAttrCollector - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Object that stores information about currently accessible attributes.
- mAttrCollector - Variable in class com.ctc.wstx.sr.InputElementStack
-
- mAttrCount - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Number of attribute specification Objects in
DTDValidatorBase.mAttrSpecs
; needed to store in case type information
is requested later on.
- mAttrCount - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
Number of attributes accessible via Attributes
and
Attributes2
interfaces, for the current start element.
- mAttrCount - Variable in class com.ctc.wstx.sr.AttributeCollector
-
Actual number of attributes collected, including attributes
added via default values.
- mAttrHashSize - Variable in class com.ctc.wstx.sr.AttributeCollector
-
Size of hash area in mAttrMap
; generally at least 20%
more than number of attributes (mAttrCount
).
- mAttrHashSize - Variable in class com.ctc.wstx.sr.ElemAttrs
-
- mAttributes - Variable in class com.ctc.wstx.sr.AttributeCollector
-
Array of attributes collected for this element.
- mAttrList - Variable in class com.ctc.wstx.evt.CompactStartElement
-
Lazily created List that contains Attribute instances contained
in this list.
- mAttrMap - Variable in class com.ctc.wstx.dtd.DTDElement
-
- mAttrMap - Variable in class com.ctc.wstx.sr.AttributeCollector
-
Encoding of a data structure that contains mapping from
attribute names to attribute index in main attribute name arrays.
- mAttrMap - Variable in class com.ctc.wstx.sr.ElemAttrs
-
- mAttrName - Variable in class com.ctc.wstx.util.ElementId
-
Name of the attribute that contains this id value (often "id",
but need not be)
- mAttrNames - Variable in class com.ctc.wstx.sw.NonNsStreamWriter
-
Container for attribute names for current element; used only
if uniqueness of attribute names is to be enforced.
- mAttrs - Variable in class com.ctc.wstx.evt.CompactStartElement
-
Container object that has enough information about attributes to
be able to implement attribute accessor methods of this class.
- mAttrs - Variable in class com.ctc.wstx.evt.SimpleStartElement
-
- mAttrs - Variable in class com.ctc.wstx.sax.WstxSAXParser.AttributesWrapper
-
- mAttrSet - Variable in class com.ctc.wstx.sw.SimpleOutputElement
-
Map used to check for duplicate attribute declarations, if
feature is enabled.
- mAttrSpecs - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
List of attribute declarations/specifications, one for each
attribute of the current element, for which there is a matching
value (either explicitly defined, or assigned via defaulting).
- mAttrSpillEnd - Variable in class com.ctc.wstx.sr.AttributeCollector
-
Pointer to int slot right after last spill entr, in
mAttrMap
array.
- mAttrSpillEnd - Variable in class com.ctc.wstx.sr.ElemAttrs
-
- mAttrValueWriter - Variable in class com.ctc.wstx.sw.XmlWriter
-
Optional escaping writer used for escaping characters like '"'
'&' and '<' in attribute values.
- mAttrWrapper - Variable in class com.ctc.wstx.sax.WstxSAXParser.DocHandlerWrapper
-
- mAutoCloseOutput - Variable in class com.ctc.wstx.io.UTF8Writer
-
- mAutoCloseOutput - Variable in class com.ctc.wstx.sw.XmlWriter
-
Flag that defines whether close() on this writer should call
close on the underlying output object (stream, writer)
- mAutoDtdValidator - Variable in class com.ctc.wstx.sr.ValidatingStreamReader
-
Validating reader keeps of automatically created DTD-based
validator, since its handling may differ from that of application
managed validators.
- mAutomaticNS - Variable in class com.ctc.wstx.sw.BaseNsStreamWriter
-
True, if writer needs to automatically output namespace declarations
(we are in repairing mode)
- mAutomaticNsPrefix - Variable in class com.ctc.wstx.dom.WstxDOMWrappingWriter
-
- mAutomaticNsPrefix - Variable in class com.ctc.wstx.sw.RepairingNsStreamWriter
-
- mAutoNsSeq - Variable in class com.ctc.wstx.dom.WstxDOMWrappingWriter
-
for NsRepairing mode
- mAutoNsSeq - Variable in class com.ctc.wstx.sw.RepairingNsStreamWriter
-
Sequence number used for generating dynamic namespace prefixes.
- MAX_INDENT_SPACES - Static variable in class com.ctc.wstx.util.TextBuffer
-
- MAX_INDENT_TABS - Static variable in class com.ctc.wstx.util.TextBuffer
-
- MAX_LEN - Static variable in class com.ctc.wstx.util.TextBuilder
-
- MAX_LONG - Static variable in class com.ctc.wstx.util.DataUtil
-
- MAX_LOOP_FOR_NEW_PREFIX - Static variable in class com.ctc.wstx.util.BijectiveNsMap
-
As a simple protection against infinite loops, use an arbitrary but bound
limit for iterators
- MAX_POOL_SIZE - Static variable in class com.ctc.wstx.sw.BaseNsStreamWriter
-
Although pooled objects are small, let's limit the pool size
nonetheless, to optimize memory usage for deeply nested
documents.
- MAX_SEGMENT_LENGTH - Static variable in class com.ctc.wstx.util.TextBuffer
-
We will also restrict maximum length of individual segments
to allocate (not including cases where we must return a single
segment).
- MAX_SIZE - Static variable in class com.ctc.wstx.util.InternCache
-
Let's limit to hash area size of 1024.
- MAX_SYMBOL_TABLE_GENERATIONS - Static variable in class com.ctc.wstx.stax.WstxInputFactory
-
Number of generations should not matter as much as raw
size...
- MAX_SYMBOL_TABLE_SIZE - Static variable in class com.ctc.wstx.stax.WstxInputFactory
-
Let's limit max size to 3/4 of 16k, since this corresponds
to 64k main hash index.
- MAX_UNICODE_CHAR - Static variable in interface com.ctc.wstx.cfg.XmlConsts
-
This constant defines the highest Unicode character allowed
in XML content.
- MAX_UNICODE_CHAR - Static variable in class com.ctc.wstx.io.WstxInputData
-
This constant defines the highest Unicode character allowed
in XML content.
- MAX_WORDS - Static variable in class com.ctc.wstx.util.WordResolver
-
Maximum number of words (Strings) an instance can contain
- mayHaveNsDefaults(String, String) - Method in class com.ctc.wstx.dtd.DTDValidatorBase
-
- mayHaveNsDefaults(String, String) - Method in interface com.ctc.wstx.sr.NsDefaultProvider
-
- mBaseURL - Variable in class com.ctc.wstx.api.ReaderConfig
-
Base URL to use as the resolution context for relative entity
references
- mBigEndian - Variable in class com.ctc.wstx.io.StreamBootstrapper
-
- mBigEndian - Variable in class com.ctc.wstx.io.UTF32Reader
-
- mBranchBuffer - Variable in class com.ctc.wstx.io.BranchingReaderSource
-
- mBranchStartOffset - Variable in class com.ctc.wstx.io.BranchingReaderSource
-
- mBuckets - Variable in class com.ctc.wstx.dtd.LargePrefixedNameSet
-
Secondary (spill) area, in which keys whose hash values collide
with primary ones are added.
- mBuckets - Variable in class com.ctc.wstx.util.SymbolTable
-
Overflow buckets; if primary doesn't match, lookup is done
from here.
- mBuffer - Variable in class com.ctc.wstx.io.BaseInputSource
-
Input buffer this input source uses, if any.
- mBuffer - Variable in class com.ctc.wstx.sw.XmlWriterWrapper
-
- mBuffer - Variable in class com.ctc.wstx.util.TextBuilder
-
- mBufferLen - Variable in class com.ctc.wstx.util.TextBuilder
-
- mBuilder - Variable in class com.ctc.wstx.util.TextAccumulator
-
- mByteBuffer - Variable in class com.ctc.wstx.io.BaseReader
-
- mByteBuffer - Variable in class com.ctc.wstx.io.StreamBootstrapper
-
- mByteBufferEnd - Variable in class com.ctc.wstx.io.BaseReader
-
Pointed to the end marker, that is, position one after the last
valid available byte.
- mByteCount - Variable in class com.ctc.wstx.io.ISOLatinReader
-
Total read byte (and char) count; used for error reporting purposes
- mByteCount - Variable in class com.ctc.wstx.io.UTF32Reader
-
Total read byte count; used for error reporting purposes
- mByteCount - Variable in class com.ctc.wstx.io.UTF8Reader
-
Total read byte count; used for error reporting purposes
- mBytePtr - Variable in class com.ctc.wstx.io.BaseReader
-
Pointer to the next available byte (if any), iff less than
mByteBufferEnd
- mByteSizeFound - Variable in class com.ctc.wstx.io.StreamBootstrapper
-
- mBytesPerChar - Variable in class com.ctc.wstx.io.StreamBootstrapper
-
For most encodings, number of physical characters needed for
decoding xml declaration characters (which for variable length
encodings like UTF-8 will be 1).
- mCachedEntities - Variable in class com.ctc.wstx.sr.StreamScanner
-
Cache of internal character entities;
- mCause - Variable in exception com.ctc.wstx.sax.WrappedSaxException
-
- mCfgAutomaticEmptyElems - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
- mCfgCDataAsText - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
- mCfgCoalesceText - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
- mCfgCopyDefaultAttrs - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
- mCfgFullyValidating - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
This flag indicates whether we should build a validating 'real'
validator (true, the usual case),
or a simpler pseudo-validator that can do all non-validation tasks
that are based on DTD info (entity expansion, notation references,
default attribute values).
- mCfgLazyParsing - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
- mCfgMultiDocMode - Variable in class com.ctc.wstx.evt.WstxEventReader
-
Marker flag to allow specialized handling in "multi-document" reading
mode.
- mCfgNsAware - Variable in class com.ctc.wstx.dtd.DTDAttribute
-
- mCfgNsEnabled - Variable in class com.ctc.wstx.sr.StreamScanner
-
If true, Reader is namespace aware, and should do basic checks
(usually enforcing limitations on having colons in names)
- mCfgReplaceEntities - Variable in class com.ctc.wstx.sr.StreamScanner
-
note: left non-final on purpose: sub-class may need to modify
the default value after construction.
- mCfgReportTextAsChars - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
- mCfgSupportDTDPP - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
- mCfgTreatCharRefsAsEntities - Variable in class com.ctc.wstx.sr.StreamScanner
-
Flag for whether or not character references should be treated as entities
- mCfgXml11 - Variable in class com.ctc.wstx.dtd.DTDAttribute
-
- mChar - Variable in exception com.ctc.wstx.exc.WstxUnexpectedCharException
-
- mCharBuffer - Variable in class com.ctc.wstx.io.ReaderBootstrapper
-
- mCharCount - Variable in class com.ctc.wstx.io.AsciiReader
-
Total read character count; used for error reporting purposes
(note: byte count is the same, due to fixed one-byte-per char mapping)
- mCharCount - Variable in class com.ctc.wstx.io.UTF32Reader
-
Total read character count; used for error reporting purposes
- mCharCount - Variable in class com.ctc.wstx.io.UTF8Reader
-
Total read character count; used for error reporting purposes
- mCharOffset - Variable in class com.ctc.wstx.io.WstxInputLocation
-
- mCheckAttrs - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
- mCheckContent - Variable in class com.ctc.wstx.sw.XmlWriter
-
- mCheckForbiddenPEs - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
This flag is used to catch uses of PEs in the internal subset
within declarations (full declarations are ok, but not other types)
- mCheckIndentation - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Counter used for determining whether we are to try to heuristically
"intern" white space that seems to be used for indentation purposes
- mCheckNames - Variable in class com.ctc.wstx.sw.XmlWriter
-
- mCheckStructure - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
- mCheckStructure - Variable in class com.ctc.wstx.sw.XmlWriter
-
- mChildCount - Variable in class com.ctc.wstx.sr.Element
-
Count of child elements
- mCol - Variable in class com.ctc.wstx.io.WstxInputLocation
-
- mConfig - Variable in class com.ctc.wstx.dom.WstxDOMWrappingReader
-
- mConfig - Variable in class com.ctc.wstx.dom.WstxDOMWrappingWriter
-
- mConfig - Variable in class com.ctc.wstx.io.BaseReader
-
- mConfig - Variable in class com.ctc.wstx.io.MergedReader
-
- mConfig - Variable in class com.ctc.wstx.io.MergedStream
-
- mConfig - Variable in class com.ctc.wstx.io.ReaderSource
-
- mConfig - Variable in class com.ctc.wstx.io.UTF8Writer
-
- mConfig - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
- mConfig - Variable in class com.ctc.wstx.sr.InputElementStack
-
- mConfig - Variable in class com.ctc.wstx.sr.StreamScanner
-
Copy of the configuration object passed by the factory.
- mConfig - Variable in class com.ctc.wstx.stax.WstxInputFactory
-
Current configurations for this factory
- mConfig - Variable in class com.ctc.wstx.stax.WstxOutputFactory
-
- mConfig - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
- mConfig - Variable in class com.ctc.wstx.sw.XmlWriter
-
- mConfig - Variable in class com.ctc.wstx.util.TextBuffer
-
- mConfigFlagMods - Variable in class com.ctc.wstx.api.ReaderConfig
-
Bitset that indicates explicit changes to
ReaderConfig.mConfigFlags
through calls; empty bit means that the corresponding property
has its default value, set bit that an explicit call has been
made.
- mConfigFlags - Variable in class com.ctc.wstx.api.ReaderConfig
-
Bitset that contains state of on/off properties; initialized
to defaults, but can be set/cleared.
- mConfigFlags - Variable in class com.ctc.wstx.api.WriterConfig
-
- mConfigFlags - Variable in class com.ctc.wstx.dtd.DTDId
-
- mConfigFlags - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
- mConfigFlags - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Set of locally stored configuration flags
- mContentHandler - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
- mContentLocation - Variable in class com.ctc.wstx.ent.IntEntity
-
Location where entity content definition started;
points to the starting/opening quote for internal
entities.
- mContentSpecs - Variable in class com.ctc.wstx.dtd.ChoiceContentSpec
-
- mContentSpecs - Variable in class com.ctc.wstx.dtd.SeqContentSpec
-
- mContentStart - Variable in class com.ctc.wstx.io.CharArraySource
-
- mContext - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Validation context (owner) for this validator.
- mContext - Variable in class com.ctc.wstx.ent.EntityDecl
-
Context that is to be used to resolve references encountered from
expanded contents of this entity.
- mContext - Variable in class com.ctc.wstx.io.WstxInputLocation
-
Enclosing (parent) input location; location from which current
location is derived.
- mConvertLFs - Variable in class com.ctc.wstx.io.BranchingReaderSource
-
- mCopyBuffer - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
Intermediate buffer into which characters of a String can be
copied, in cases where such a copy followed by array access
is faster than calling String.charAt()
(which
perhaps surprisingly is often case, and especially significant
for longer buffers).
- mCount - Variable in class com.ctc.wstx.dtd.ChoiceContentSpec.Validator
-
- mCount - Variable in class com.ctc.wstx.dtd.TokenContentSpec.Validator
-
- mCurrAttrDefault - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
This is the attribute default value that is currently being parsed.
- mCurrAttrDefs - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Attribute definitions for attributes the current element may have
- mCurrDeclaration - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Keyword of the declaration being currently parsed (if any).
- mCurrDefaultAttrs - Variable in class com.ctc.wstx.dtd.DTDTypingNonValidator
-
Bitset used for keeping track of defaulted attributes for which values
have been found.
- mCurrDepth - Variable in class com.ctc.wstx.sr.StreamScanner
-
This is the current depth of the input stack (same as what input
element stack would return as its depth).
- mCurrElem - Variable in class com.ctc.wstx.dom.WstxDOMWrappingWriter
-
This element is the current context element, under which
all other nodes are added, until matching end element
is output.
- mCurrElem - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
This is the element that is currently being validated; valid
during
validateElementStart
,
validateAttribute
,
validateElementAndAttributes
calls.
- mCurrElem - Variable in class com.ctc.wstx.sw.BaseNsStreamWriter
-
- mCurrElement - Variable in class com.ctc.wstx.sr.InputElementStack
-
Currently open element, if any; null outside root element.
- mCurrEntity - Variable in class com.ctc.wstx.sr.StreamScanner
-
Entity reference stream currently points to.
- mCurrentSegment - Variable in class com.ctc.wstx.util.TextBuffer
-
- mCurrentSize - Variable in class com.ctc.wstx.util.TextBuffer
-
Number of characters in currently active (last) segment
- mCurrHasAnyFixed - Variable in class com.ctc.wstx.dtd.DTDValidator
-
- mCurrInputProcessed - Variable in class com.ctc.wstx.io.WstxInputData
-
Number of characters that were contained in previous blocks
(blocks that were already processed prior to the current buffer).
- mCurrInputRow - Variable in class com.ctc.wstx.io.WstxInputData
-
Current row location of current point in input buffer, starting
from 1
- mCurrInputRowStart - Variable in class com.ctc.wstx.io.WstxInputData
-
Current index of the first character of the current row in input
buffer.
- mCurrName - Variable in class com.ctc.wstx.sr.StreamScanner
-
Local full name for the event, if it has one (note: element events
do NOT use this variable; those names are stored in element stack):
target for processing instructions.
- mCurrRecycler - Variable in class com.ctc.wstx.api.ReaderConfig
-
This is the actually container of the recyclable buffers.
- mCurrRecycler - Variable in class com.ctc.wstx.api.WriterConfig
-
This is the actually container of the recyclable buffers.
- mCurrSpecialAttrs - Variable in class com.ctc.wstx.dtd.DTDValidator
-
Bitset used for keeping track of required and defaulted attributes
for which values have been found.
- mCurrTextLength - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Sized of currentTextLength for CDATA, CHARACTERS, WHITESPACE.
- mCurrToken - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
- mData - Variable in class com.ctc.wstx.io.MergedReader
-
This buffer contains the partially read remains left over after
bootstrapper has consumed xml declaration (if one found).
- mData - Variable in class com.ctc.wstx.io.MergedStream
-
- mData - Variable in class com.ctc.wstx.util.WordResolver.Builder
-
- mData - Variable in class com.ctc.wstx.util.WordResolver
-
Compressed presentation of the word set.
- mData - Variable in class com.ctc.wstx.util.WordSet.Builder
-
- mData - Variable in class com.ctc.wstx.util.WordSet
-
Compressed presentation of the word set.
- mDeclaredExternally - Variable in class com.ctc.wstx.ent.EntityDecl
-
Flag that can be set to indicate that the declaration was in the
external DTD subset.
- mDeclaredXmlVersion - Variable in class com.ctc.wstx.io.InputBootstrapper
-
XML declaration from the input (1.0, 1.1 or 'unknown')
- mDeclHandler - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
- mDefaultNsDeclared - Variable in class com.ctc.wstx.sr.AttributeCollector
-
Flag to indicate whether the default namespace has already been declared
for the current element.
- mDefaultNsSet - Variable in class com.ctc.wstx.dom.DOMOutputElement
-
- mDefaultNsURI - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Currently active default namespace URI.
- mDefaultNsURI - Variable in class com.ctc.wstx.sr.Element
-
Default namespace for this element.
- mDefaultNsURI - Variable in class com.ctc.wstx.sw.OutputElementBase
-
- mDefaultOffset - Variable in class com.ctc.wstx.sr.ElemAttrs
-
Raw offset (in mRawAttrs
) of the first attribute
instance that was created through default value expansion.
- mDefined - Variable in class com.ctc.wstx.util.ElementId
-
Flag that indicates whether this Object presents a defined id
value (value of an ID attribute) or just a reference to one.
- mDefinedPEs - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Map (name-to-WEntityDeclaration) that contains all parameter entities
defined by this subset.
- mDefValue - Variable in class com.ctc.wstx.dtd.DTDAttribute
-
- mDefValueType - Variable in class com.ctc.wstx.dtd.DefaultAttrValue
-
- mDepth - Variable in class com.ctc.wstx.sr.InputElementStack
-
- mDesc - Variable in class com.ctc.wstx.io.WstxInputLocation
-
- mDirty - Variable in class com.ctc.wstx.util.SymbolTable
-
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.
- mDocHandler - Variable in class com.ctc.wstx.sax.WstxSAXParser.DocHandlerWrapper
-
- mDocInputEncoding - Variable in class com.ctc.wstx.sr.StreamScanner
-
Input stream encoding, if known (passed in, or determined by
auto-detection); null if not.
- mDocStandalone - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Status about "stand-aloneness" of document; set to 'yes'/'no'/'unknown'
based on whether there was xml declaration, and if so, whether
it had standalone attribute.
- mDocXmlEncoding - Variable in class com.ctc.wstx.sr.StreamScanner
-
Character encoding from xml declaration, if any; null if no
declaration, or it didn't specify encoding.
- mDocXmlVersion - Variable in class com.ctc.wstx.sr.StreamScanner
-
- mDoRealClose - Variable in class com.ctc.wstx.io.ReaderSource
-
If true, will close the underlying Reader when this source is closed;
if false will leave it open.
- mDTD - Variable in class com.ctc.wstx.sr.ValidatingStreamReader
-
Combined DTD set, constructed from parsed internal and external
entities (which may have been set via override DTD functionality).
- mDTDCache - Variable in class com.ctc.wstx.stax.WstxInputFactory
-
- mDTDHandler - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
- mDtdPublicId - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Public id of the DTD, if one exists and has been parsed.
- mDtdResolver - Variable in class com.ctc.wstx.api.ReaderConfig
-
- mDtdRootElem - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
- mDtdSystemId - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
System id of the DTD, if one exists and has been parsed.
- mDtdValidatorSet - Variable in class com.ctc.wstx.sr.ValidatingStreamReader
-
Flag that indicates whether a DTD validator has been automatically
set (as per DOCTYPE declaration or override)
- mEBCDIC - Variable in class com.ctc.wstx.io.StreamBootstrapper
-
Special case for 1-byte encodings: EBCDIC is problematic
as it's not 7-bit ascii compatible.
- mElemCount - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
- mElement - Variable in class com.ctc.wstx.dom.DOMOutputElement
-
Actual DOM element for which this element object acts as a proxy.
- mElements - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
- mElements - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Contains definition of elements and matching content specifications.
- mElements - Variable in class com.ctc.wstx.sw.NonNsStreamWriter
-
Stack of currently open start elements; only local names
are included.
- mElementStack - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Currently open element tree
- mElemName - Variable in class com.ctc.wstx.dtd.TokenContentSpec
-
- mElemName - Variable in class com.ctc.wstx.dtd.TokenContentSpec.Validator
-
- mElemName - Variable in class com.ctc.wstx.dtd.TokenModel
-
- mElemName - Variable in class com.ctc.wstx.util.ElementId
-
Name of element for which this id refers.
- mElems - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Stack of element definitions matching the current active element stack.
- mElemSpecs - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Map that contains element specifications from DTD; null if no
DOCTYPE declaration found.
- mElemStack - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
- mEmptyElement - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
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).
- mEmptyElementHandler - Variable in class com.ctc.wstx.sw.BaseNsStreamWriter
-
- mEmptyElements - Variable in class com.ctc.wstx.api.EmptyElementHandler.SetEmptyElementHandler
-
- mEncHighChar - Variable in class com.ctc.wstx.sw.BufferingXmlWriter
-
First Unicode character (one with lowest value) after (and including)
which character entities have to be used.
- mEncoding - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
- mEncoding - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
- mEncoding - Variable in class com.ctc.wstx.sw.XmlWriter
-
- mEncQuoteChar - Variable in class com.ctc.wstx.sw.BufferingXmlWriter
-
Character that is considered to be the enclosing quote character;
for XML either single or double quote.
- mEncQuoteEntity - Variable in class com.ctc.wstx.sw.BufferingXmlWriter
-
Entity String to use for escaping the quote character.
- mEnd - Variable in class com.ctc.wstx.io.MergedReader
-
- mEnd - Variable in class com.ctc.wstx.io.MergedStream
-
- mEntities - Variable in class com.ctc.wstx.evt.WDTD
-
- mEntityDepth - Variable in class com.ctc.wstx.io.WstxInputSource
-
Number of parent entities that have been expanded to get to this
input source; 0 for root-level input that is not generated via
entity expansion.
- mEntityExpansionCount - Variable in class com.ctc.wstx.sr.StreamScanner
-
Number of times a parsed general entity has been expanded; used for
(optionally) limiting number of expansion to guard against
denial-of-service attacks like "Billion Laughs".
- mEntityResolver - Variable in class com.ctc.wstx.api.ReaderConfig
-
- mEntityResolver - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
- mEntityResolver - Variable in class com.ctc.wstx.sr.StreamScanner
-
Custom resolver used to handle external entities that are to be expanded
by this reader (external param/general entity expander)
- mEnumValues - Variable in class com.ctc.wstx.dtd.DTDEnumAttr
-
- mEnumValues - Variable in class com.ctc.wstx.dtd.DTDNotationAttr
-
- mergeChild(SymbolTable) - Method in class com.ctc.wstx.util.SymbolTable
-
Method that allows contents of child table to potentially be
"merged in" with contents of this symbol table.
- MergedNsContext - Class in com.ctc.wstx.evt
-
Hierarchic NamespaceContext
implementation used when constructing
event and namespace information explicitly via
XMLEventFactory
,
not by a stream reader.
- MergedNsContext(NamespaceContext, List<Namespace>) - Constructor for class com.ctc.wstx.evt.MergedNsContext
-
- MergedReader - Class in com.ctc.wstx.io
-
Simple Reader
implementation that is used to "unwind" some
data previously read from a Reader; 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 Reader.
- MergedReader(ReaderConfig, Reader, char[], int, int) - Constructor for class com.ctc.wstx.io.MergedReader
-
- MergedStream - Class in com.ctc.wstx.io
-
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.ctc.wstx.io.MergedStream
-
- mergeMissingAttributesFrom(InputProblemReporter, DTDElement, boolean) - Method in class com.ctc.wstx.dtd.DTDElement
-
- mErrorHandler - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
- mErrorMsg - Variable in class com.ctc.wstx.dtd.EmptyValidator
-
- mEscapeCR - Variable in class com.ctc.wstx.sw.XmlWriter
-
Whether to escape CR (\r) character.
- mEventListener - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
- mExpandingPE - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Flag that indicates if the currently expanding (or last expanded)
entity is a Parameter Entity or General Entity.
- mFeatNsPrefixes - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
- mFeatNsPrefixes - Variable in class com.ctc.wstx.sax.WstxSAXParserFactory
-
Sax feature that determines whether namespace declarations need
to be also reported as attributes or not.
- mFirstLocalNs - Variable in class com.ctc.wstx.sr.CompactNsContext
-
Index of first namespace pair in mNamespaces that is declared
in scope of element for which this context was constructed.
- mFirstPos - Variable in class com.ctc.wstx.dtd.ChoiceModel
-
- mFirstPos - Variable in class com.ctc.wstx.dtd.ConcatModel
-
- mFixContent - Variable in class com.ctc.wstx.sw.XmlWriter
-
- mFlattenStart - Variable in class com.ctc.wstx.dtd.DTDWriter
-
Pointer to first character in the current input buffer that
has not yet been written to flatten writer.
- mFlattenWriter - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
- mFoundEncoding - Variable in class com.ctc.wstx.io.InputBootstrapper
-
Value of encoding pseudo-attribute from xml declaration, if
one was found; null otherwise.
- mFreeElement - Variable in class com.ctc.wstx.sr.InputElementStack
-
- mFromEntity - Variable in class com.ctc.wstx.io.WstxInputSource
-
Name/id of the entity that was expanded to produce this input source;
null if not entity-originated.
- mFullBBuffer - Variable in class com.ctc.wstx.io.BufferRecycler
-
- mFullCBuffer - Variable in class com.ctc.wstx.io.BufferRecycler
-
- mFullyValidating - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Whether this subset has full validation information; and
consequently whether it will do actual validation, or just allow
access to type information, notations, entities, and add default
attribute values.
- mGeneralEntities - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Map (name-to-EntityDecl) of general entity declarations (internal,
external) for this DTD subset.
- mGeneralEntities - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
General entities defined in DTD subsets; needed for validating
ENTITY/ENTITIES attributes.
- mGeneralEntities - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Set of generic entities defined so far in this subset.
- mGeneralEntities - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Entities parsed from internal/external DTD subsets.
- mGeneralEntityList - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Lazily instantiated List that contains all notations from
DTDSubsetImpl.mGeneralEntities
(preferably in their declaration order; depends
on whether platform, ie.
- mGotCR - Variable in class com.ctc.wstx.io.BranchingReaderSource
-
Flag that indicates that last char from previous buffer was
'\r', and that following '\n' (if there is one) needs to be
ignored.
- mHadBOM - Variable in class com.ctc.wstx.io.StreamBootstrapper
-
- mHasAttrDefaults - Variable in class com.ctc.wstx.dtd.DTDTypingNonValidator
-
Flag that indicates if current element has any attributes that
have default values.
- mHash - Variable in class com.ctc.wstx.util.PrefixedName
-
- mHashCode - Variable in class com.ctc.wstx.dtd.DTDId
-
- mHashCode - Variable in class com.ctc.wstx.sw.SimpleOutputElement.AttrName
-
Let's cache the hash code, since although hash calculation is
fast, hash code is needed a lot as this is always used as a
HashSet/TreeMap key.
- mHasMixed - Variable in class com.ctc.wstx.dtd.ChoiceContentSpec
-
Whether this is a mixed content model; mostly affects String
representation
- mHasNormalizableAttrs - Variable in class com.ctc.wstx.dtd.DTDTypingNonValidator
-
Flag that indicates whether any of the attributes is potentially
normalizable, and we are in attribute-normalizing mode.
- mHasNsDefaults - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Flag that indicates whether any of the elements declarared
has any attribute default values for namespace pseudo-attributes.
- mHasNsDefaults - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Flag that indicates whether any of the elements declared has default
attribute values for namespace declaration pseudo-attributes.
- mHasSegments - Variable in class com.ctc.wstx.util.TextBuffer
-
- mHead - Variable in class com.ctc.wstx.util.ElementIdMap
-
- mIdAttr - Variable in class com.ctc.wstx.dtd.DTDElement
-
Id attribute instance, if one already declared for this element;
can only have up to one such attribute per element.
- mIdAttrIndex - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Index of the attribute of type ID, within current element's
attribute list.
- mIdAttrIndex - Variable in class com.ctc.wstx.sr.InputElementStack
-
Index of the attribute with type of ID, if known (most likely
due to Xml:id support); -1 if not available, or no ID attribute
for current element.
- mIdMap - Variable in class com.ctc.wstx.dtd.DTDValidator
-
Information about declared and referenced element ids (unique
ids that attributes may defined, as defined by DTD)
- mIdValue - Variable in class com.ctc.wstx.util.ElementId
-
Actual id value
- mIn - Variable in class com.ctc.wstx.io.BaseReader
-
- mIn - Variable in class com.ctc.wstx.io.MergedReader
-
- mIn - Variable in class com.ctc.wstx.io.MergedStream
-
- mIn - Variable in class com.ctc.wstx.io.ReaderBootstrapper
-
Underlying Reader to use for reading content.
- mIn - Variable in class com.ctc.wstx.io.StreamBootstrapper
-
Underlying InputStream to use for reading content.
- MIN_ARRAYCOPY - Static variable in class com.ctc.wstx.sw.BaseStreamWriter
-
This constant defines minimum length of a String, for which it
is beneficial to do an intermediate copy (using String.getChars()),
and iterate over intermediate array, instead of iterating using
String.charAt().
- MIN_BINARY_CHUNK - Static variable in class com.ctc.wstx.sr.TypedStreamReader
-
Minimum length of text chunks to parse before base64 decoding.
- MIN_BINARY_SEARCH - Static variable in class com.ctc.wstx.util.WordResolver
-
This is actually just a guess; but in general linear search should
be faster for short sequences (definitely for 4 or less; maybe up
to 8 or less?)
- MIN_BINARY_SEARCH - Static variable in class com.ctc.wstx.util.WordSet
-
This is actually just a guess; but in general linear search should
be faster for short sequences (definitely for 4 or less; maybe up
to 8 or less?)
- MIN_BUF_SIZE - Static variable in class com.ctc.wstx.io.StreamBootstrapper
-
Let's size buffer at least big enough to contain the longest possible
prefix of a document needed to positively identify it starts with
the XML declaration.
- MIN_HASH_AREA - Static variable in class com.ctc.wstx.dtd.LargePrefixedNameSet
-
Let's not bother creating tiny hash areas; should seldom be a problem
as smaller sets are usually created using different impl.
- MIN_INPUT_BUFFER_LENGTH - Static variable in class com.ctc.wstx.api.ReaderConfig
-
Need to set a minimum size, since there are some limitations to
smallest consequtive block that can be used.
- MIN_LEN - Static variable in class com.ctc.wstx.util.TextBuilder
-
- MIN_SIZE - Static variable in class com.ctc.wstx.util.ElementIdMap
-
- mIncludeComments - Variable in class com.ctc.wstx.dtd.DTDWriter
-
- mIncludeConditionals - Variable in class com.ctc.wstx.dtd.DTDWriter
-
- mIncludeCount - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Nesting count for conditionally included sections; 0 means that
we are not inside such a section.
- mIncludePEs - Variable in class com.ctc.wstx.dtd.DTDWriter
-
- mIndex - Variable in class com.ctc.wstx.dtd.DFAState
-
- mIndexMask - Variable in class com.ctc.wstx.util.ElementIdMap
-
Mask used to get index from hash values; equal to
mBuckets.length - 1
, when mBuckets.length is
a power of two.
- mIndexMask - Variable in class com.ctc.wstx.util.SymbolTable
-
Mask used to get index from hash values; equal to
mBuckets.length - 1
, when mBuckets.length is
a power of two.
- MinimalDTDReader - Class in com.ctc.wstx.dtd
-
Minimal DTD reader implementation that only knows how to skip
internal DTD subsets.
- MinimalDTDReader(WstxInputSource, ReaderConfig) - Constructor for class com.ctc.wstx.dtd.MinimalDTDReader
-
Constructor used for reading/skipping internal subset.
- MinimalDTDReader(WstxInputSource, ReaderConfig, boolean) - Constructor for class com.ctc.wstx.dtd.MinimalDTDReader
-
Common initialization part of int/ext subset constructors.
- mInput - Variable in class com.ctc.wstx.sr.StreamScanner
-
Currently active input source; contains link to parent (nesting) input
sources, if any.
- mInputBuffer - Variable in class com.ctc.wstx.io.WstxInputData
-
Current buffer from which data is read; generally data is read into
buffer from input source, but not always (especially when using nested
input contexts when expanding parsed entity references etc).
- mInputBuffer - Variable in class com.ctc.wstx.util.TextBuffer
-
Shared input buffer; stored here in case some input can be returned
as is, without being copied to collector's own buffers.
- mInputBufferLen - Variable in class com.ctc.wstx.api.ReaderConfig
-
- mInputEncoding - Variable in class com.ctc.wstx.io.ReaderBootstrapper
-
Encoding identifier processing application passed in; if not null,
will be compared to actual xml declaration based encoding (if
declaration found)
- mInputEncoding - Variable in class com.ctc.wstx.io.StreamBootstrapper
-
- mInputEnd - Variable in class com.ctc.wstx.io.ReaderBootstrapper
-
- mInputEnd - Variable in class com.ctc.wstx.io.StreamBootstrapper
-
- mInputEnd - Variable in class com.ctc.wstx.io.WstxInputData
-
Index of character after last available one in the buffer.
- mInputLast - Variable in class com.ctc.wstx.io.BaseInputSource
-
Length of the buffer, if buffer used
- mInputLen - Variable in class com.ctc.wstx.util.TextBuffer
-
When using shared buffer, offset after the last character in
shared buffer
- mInputProcessed - Variable in class com.ctc.wstx.io.InputBootstrapper
-
Current number of characters that were processed in previous blocks,
before contents of current input buffer.
- mInputProcessed - Variable in class com.ctc.wstx.io.ReaderSource
-
- mInputPtr - Variable in class com.ctc.wstx.io.ReaderBootstrapper
-
- mInputPtr - Variable in class com.ctc.wstx.io.StreamBootstrapper
-
- mInputPtr - Variable in class com.ctc.wstx.io.WstxInputData
-
Pointer to next available character in buffer
- mInputRow - Variable in class com.ctc.wstx.io.InputBootstrapper
-
Current row location of current point in input buffer, starting
from 1
- mInputRow - Variable in class com.ctc.wstx.io.ReaderSource
-
- mInputRowStart - Variable in class com.ctc.wstx.io.InputBootstrapper
-
Current index of the first character of the current row in input
buffer.
- mInputRowStart - Variable in class com.ctc.wstx.io.ReaderSource
-
- mInputStart - Variable in class com.ctc.wstx.util.TextBuffer
-
Character offset of first char in input buffer; -1 to indicate
that input buffer currently does not contain any useful char data
- mInputTopDepth - Variable in class com.ctc.wstx.sr.StreamScanner
-
- mInternStrings - Variable in class com.ctc.wstx.util.SymbolTable
-
Flag that determines whether Strings to be added need to be
interned before being added or not.
- mIsCachable - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Whether this subset is cachable.
- mIsExternal - Variable in class com.ctc.wstx.dtd.MinimalDTDReader
-
True, when reading external subset, false when reading internal
subset.
- mIsFlattening - Variable in class com.ctc.wstx.dtd.DTDWriter
-
Counter that indicates whether flattened output should be written to
(non-null) mWriter; values above zero indicate output is enabled,
zero and below that output is disabled.
- mIsJ2MESubset - Variable in class com.ctc.wstx.api.ReaderConfig
-
- mIsJ2MESubset - Variable in class com.ctc.wstx.api.WriterConfig
-
- mIsPe - Variable in class com.ctc.wstx.dtd.DefaultAttrValue.UndeclaredEntity
-
- mItems - Variable in class com.ctc.wstx.util.SimpleCache
-
- mKeyword - Variable in class com.ctc.wstx.io.InputBootstrapper
-
Need a short buffer to read in values of pseudo-attributes (version,
encoding, standalone).
- mLastLocalName - Variable in class com.ctc.wstx.sr.InputElementStack
-
- mLastLocation - Variable in class com.ctc.wstx.evt.DefaultEventAllocator
-
Last used location info; only relevant to non-accurate-location
allocators.
- mLastName - Variable in class com.ctc.wstx.sr.InputElementStack
-
- mLastNsContext - Variable in class com.ctc.wstx.sr.InputElementStack
-
Last potentially shareable NamespaceContext created by
this stack.
- mLastNsURI - Variable in class com.ctc.wstx.sr.InputElementStack
-
- mLastPos - Variable in class com.ctc.wstx.dtd.ChoiceModel
-
- mLastPos - Variable in class com.ctc.wstx.dtd.ConcatModel
-
- mLastPrefix - Variable in class com.ctc.wstx.sr.InputElementStack
-
- mLeftModel - Variable in class com.ctc.wstx.dtd.ConcatModel
-
- mLexicalHandler - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
- mLocalName - Variable in class com.ctc.wstx.sr.Attribute
-
- mLocalName - Variable in class com.ctc.wstx.sr.Element
-
- mLocalName - Variable in class com.ctc.wstx.sw.SimpleOutputElement.AttrName
-
- mLocalName - Variable in class com.ctc.wstx.sw.SimpleOutputElement
-
Local name of the element.
- mLocalName - Variable in class com.ctc.wstx.util.PrefixedName
-
- mLocation - Variable in class com.ctc.wstx.dtd.DefaultAttrValue.UndeclaredEntity
-
- mLocation - Variable in class com.ctc.wstx.dtd.DTDElement
-
Location of the (real) definition of the element; may be null for
placeholder elements created to hold ATTLIST definitions
- mLocation - Variable in class com.ctc.wstx.sr.CompactNsContext
-
- mLocation - Variable in class com.ctc.wstx.util.ElementId
-
Location of either definition (if
ElementId.mDefined
is true; or
first reference (otherwise).
- mLocPastChars - Variable in class com.ctc.wstx.sw.XmlWriter
-
Number of characters output prior to currently buffered output
- mLocRowNr - Variable in class com.ctc.wstx.sw.XmlWriter
-
- mLocRowStartOffset - Variable in class com.ctc.wstx.sw.XmlWriter
-
Offset of the first character on this line.
- mMaxAttributeSize - Variable in class com.ctc.wstx.api.ReaderConfig
-
- mMaxAttributeSize - Variable in class com.ctc.wstx.sr.AttributeCollector
-
- mMaxAttributesPerElement - Variable in class com.ctc.wstx.api.ReaderConfig
-
- mMaxAttributesPerElement - Variable in class com.ctc.wstx.sr.AttributeCollector
-
- mMaxCharacters - Variable in class com.ctc.wstx.api.ReaderConfig
-
- mMaxChildrenPerElement - Variable in class com.ctc.wstx.api.ReaderConfig
-
- mMaxElementCount - Variable in class com.ctc.wstx.api.ReaderConfig
-
- mMaxElementDepth - Variable in class com.ctc.wstx.api.ReaderConfig
-
- mMaxEntityCount - Variable in class com.ctc.wstx.api.ReaderConfig
-
- mMaxEntityDepth - Variable in class com.ctc.wstx.api.ReaderConfig
-
- mMaxSize - Variable in class com.ctc.wstx.util.SimpleCache.LimitMap
-
- mMaxSize - Variable in class com.ctc.wstx.util.SimpleCache
-
- mMaxTextLength - Variable in class com.ctc.wstx.api.ReaderConfig
-
- mMayHaveNsDefaults - Variable in class com.ctc.wstx.sr.InputElementStack
-
- mMediumCBuffer - Variable in class com.ctc.wstx.io.BufferRecycler
-
- mMinTextSegmentLen - Variable in class com.ctc.wstx.api.ReaderConfig
-
- mModel - Variable in class com.ctc.wstx.dtd.OptionalModel
-
- mModel - Variable in class com.ctc.wstx.dtd.StarModel
-
- mMsg - Variable in exception com.ctc.wstx.exc.WstxException
-
D'oh.
- mName - Variable in class com.ctc.wstx.dtd.DefaultAttrValue.UndeclaredEntity
-
- mName - Variable in class com.ctc.wstx.dtd.DTDAttribute
-
- mName - Variable in class com.ctc.wstx.dtd.DTDElement
-
- mName - Variable in class com.ctc.wstx.dtd.LargePrefixedNameSet.Bucket
-
- mName - Variable in class com.ctc.wstx.ent.EntityDecl
-
Name/id of the entity used to reference it.
- mName - Variable in class com.ctc.wstx.evt.BaseStartElement
-
- mName - Variable in class com.ctc.wstx.evt.WEntityReference
-
- mNameBuffer - Variable in class com.ctc.wstx.sr.StreamScanner
-
Temporary buffer used if local name can not be just directly
constructed from input buffer (name is on a boundary or such).
- mNames - Variable in class com.ctc.wstx.dtd.ChoiceContentSpec.Validator
-
- mNames - Variable in class com.ctc.wstx.dtd.LargePrefixedNameSet
-
Primary hash area in which NameKeys are added.
- mNames - Variable in class com.ctc.wstx.dtd.SeqContentSpec.Validator
-
- mNamespaceBuilder - Variable in class com.ctc.wstx.sr.AttributeCollector
-
TextBuilder into which values of namespace URIs are added (including
URI for the default namespace, if one defined).
- mNamespaces - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Prefix-to-NsURI mappings for this DTD, if any: lazily
constructed when needed
- mNamespaces - Variable in class com.ctc.wstx.evt.MergedNsContext
-
List of Namespace
instances.
- mNamespaces - Variable in class com.ctc.wstx.sr.AttributeCollector
-
Array of namespace declaration attributes collected for this element;
not used in non-namespace-aware mode
- mNamespaces - Variable in class com.ctc.wstx.sr.CompactNsContext
-
Array that contains 2 Strings for each declared default namespace
(including default namespace declarations); first is the prefix,
second URI.
- mNamespaces - Variable in class com.ctc.wstx.sr.InputElementStack
-
Vector that contains all currently active namespaces; one String for
prefix, another for matching URI.
- mNamespaceURI - Variable in class com.ctc.wstx.sr.Attribute
-
- mNamespaceURI - Variable in class com.ctc.wstx.sr.Element
-
Namespace this element is in
- mNext - Variable in class com.ctc.wstx.dtd.DFAState
-
- mNext - Variable in class com.ctc.wstx.dtd.LargePrefixedNameSet.Bucket
-
- mNext - Variable in class com.ctc.wstx.util.SymbolTable.Bucket
-
- mNextColl - Variable in class com.ctc.wstx.util.ElementId
-
Pointer to the next element within collision chain.
- mNextUndefined - Variable in class com.ctc.wstx.util.ElementId
-
- mNonDefCount - Variable in class com.ctc.wstx.sr.AttributeCollector
-
Number of attribute values actually parsed, not including
ones created via default value expansion.
- mNormalizeLFs - Variable in class com.ctc.wstx.sr.StreamScanner
-
Flag that indicates whether linefeeds in the input data are to
be normalized or not.
- mNormAttrs - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Flag that indicates whether parser wants the attribute values
to be normalized (according to XML specs) or not (which may be
more efficient, although not compliant with the specs)
- mNotationAttr - Variable in class com.ctc.wstx.dtd.DTDElement
-
Notation attribute instance, if one already declared for this element;
can only have up to one such attribute per element.
- mNotationForwardRefs - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Finally, we need to keep track of Notation references that were
made prior to declaration.
- mNotationId - Variable in class com.ctc.wstx.ent.UnparsedExtEntity
-
- mNotationList - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Lazily instantiated List that contains all notations from
DTDSubsetImpl.mNotations
(preferably in their declaration order; depends
on whether platform, ie.
- mNotations - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Map (name-to-NotationDecl) that this subset has defined.
- mNotations - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Set of notations defined so far.
- mNotations - Variable in class com.ctc.wstx.evt.WDTD
-
- mNsAware - Variable in class com.ctc.wstx.dtd.ChoiceContentSpec
-
- mNsAware - Variable in class com.ctc.wstx.dtd.DTDElement
-
True if the DTD was parsed (and is to be used) in namespace-aware
mode.
- mNsAware - Variable in class com.ctc.wstx.dtd.LargePrefixedNameSet
-
- mNsAware - Variable in class com.ctc.wstx.dtd.SeqContentSpec
-
- mNsAware - Variable in class com.ctc.wstx.dtd.SmallPrefixedNameSet
-
- mNsAware - Variable in class com.ctc.wstx.sr.InputElementStack
-
- mNsAware - Variable in class com.ctc.wstx.sw.XmlWriter
-
- mNsByPrefix - Variable in class com.ctc.wstx.evt.MergedNsContext
-
- mNsByURI - Variable in class com.ctc.wstx.evt.MergedNsContext
-
- mNsCount - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
Need to keep track of number of namespaces, if namespace declarations
are to be reported along with attributes (see
WstxSAXParser.mFeatNsPrefixes
).
- mNsCount - Variable in class com.ctc.wstx.sr.AttributeCollector
-
- mNsCtxt - Variable in class com.ctc.wstx.evt.BaseStartElement
-
- mNsDefaultProvider - Variable in class com.ctc.wstx.sr.InputElementStack
-
Object that will need to be consulted about namespace bindings,
since it has some knowledge about default namespace declarations
(has default attribute value expansion).
- mNsDefaults - Variable in class com.ctc.wstx.dtd.DTDElement
-
Set of namespace declarations with default values, if any
(regular ns pseudo-attr declarations are just ignored)
- mNsLength - Variable in class com.ctc.wstx.sr.CompactNsContext
-
- mNsList - Variable in class com.ctc.wstx.sr.CompactNsContext
-
List only needed to support List accessor from start-element event;
created lazily if/as needed.
- mNsMapping - Variable in class com.ctc.wstx.sw.OutputElementBase
-
Mapping of namespace prefixes to URIs and back.
- mNsMapShared - Variable in class com.ctc.wstx.sw.OutputElementBase
-
True, if
OutputElementBase.mNsMapping
is a shared copy from the parent;
false if a local copy was created (which happens when namespaces
get bound etc).
- mNsOffset - Variable in class com.ctc.wstx.sr.Element
-
Offset within namespace array, maintained by
InputElementStack
that owns this element.
- mNsPrefixXml - Static variable in class com.ctc.wstx.util.DefaultXmlSymbolTable
-
- mNsPrefixXmlns - Static variable in class com.ctc.wstx.util.DefaultXmlSymbolTable
-
- mNsStrings - Variable in class com.ctc.wstx.util.BijectiveNsMap
-
- mNsURI - Variable in class com.ctc.wstx.sw.SimpleOutputElement.AttrName
-
- mNullable - Variable in class com.ctc.wstx.dtd.ChoiceModel
-
- mNullable - Variable in class com.ctc.wstx.dtd.ConcatModel
-
- ModelNode - Class in com.ctc.wstx.dtd
-
- ModelNode() - Constructor for class com.ctc.wstx.dtd.ModelNode
-
- mOffset - Variable in class com.ctc.wstx.io.CharArraySource
-
- mOpenElement - Variable in class com.ctc.wstx.dom.WstxDOMWrappingWriter
-
This element is non-null right after a call to
either writeStartElement
and
writeEmptyElement
, and can be used to
add attributes and namespace declarations.
- mOrig - Variable in exception com.ctc.wstx.exc.WstxLazyException
-
- mOut - Variable in class com.ctc.wstx.io.UTF8Writer
-
- mOut - Variable in class com.ctc.wstx.sw.BufferingXmlWriter
-
Actual Writer to use for outputting buffered data as appropriate.
- mOut - Variable in class com.ctc.wstx.sw.EncodingXmlWriter
-
Actual output stream to use for outputting encoded content as
bytes.
- mOutBuffer - Variable in class com.ctc.wstx.io.UTF8Writer
-
- mOutBufferLast - Variable in class com.ctc.wstx.io.UTF8Writer
-
- mOutPtr - Variable in class com.ctc.wstx.io.UTF8Writer
-
- mOutputBuffer - Variable in class com.ctc.wstx.sw.BufferingXmlWriter
-
- mOutputBuffer - Variable in class com.ctc.wstx.sw.EncodingXmlWriter
-
- mOutputBufLen - Variable in class com.ctc.wstx.sw.BufferingXmlWriter
-
- mOutputElemPool - Variable in class com.ctc.wstx.sw.BaseNsStreamWriter
-
- mOutputPtr - Variable in class com.ctc.wstx.sw.BufferingXmlWriter
-
- mOutputPtr - Variable in class com.ctc.wstx.sw.EncodingXmlWriter
-
- mOwner - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Object to notify about shared stuff, such as symbol tables, as well
as to query for additional config settings if necessary.
- mParamEntities - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Set of parameter entities defined so far in the currently parsed
subset.
- mParent - Variable in class com.ctc.wstx.dom.DOMOutputElement
-
Reference to the parent element, element enclosing this element.
- mParent - Variable in class com.ctc.wstx.io.WstxInputSource
-
Parent in input source stack
- mParent - Variable in class com.ctc.wstx.sr.Element
-
Parent element, if any; null for root
- mParent - Variable in class com.ctc.wstx.sw.SimpleOutputElement
-
Reference to the parent element, element enclosing this element.
- mParentCtxt - Variable in class com.ctc.wstx.evt.MergedNsContext
-
- mParentLocation - Variable in class com.ctc.wstx.io.BaseInputSource
-
- mParseState - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Main parsing/tokenization state (STATE_xxx)
- mParsingMode - Variable in class com.ctc.wstx.api.ReaderConfig
-
Parsing mode can be changed from the default xml compliant
behavior to one of alternate modes (fragment processing,
multiple document processing).
- mPeekedEvent - Variable in class com.ctc.wstx.evt.WstxEventReader
-
Event that has been peeked, ie.
- mPendingException - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Due to the way Stax API does not allow throwing stream exceptions
from many methods for which Woodstox would need to throw one
(especially
getText
and its variations), we may need
to delay throwing an exception until
BasicStreamReader.next()
is called next
time.
- mPoolSize - Variable in class com.ctc.wstx.sw.BaseNsStreamWriter
-
- mPredefdGEs - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Set of general entities already defined for the subset being
parsed; namely, PEs defined in the internal subset passed when
parsing matching external subset.
- mPredefdNotations - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Notations already parsed before current subset; that is,
notations from the internal subset if we are currently
parsing matching external subset.
- mPredefdPEs - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Set of parameter entities already defined for the subset being
parsed; namely, PEs defined in the internal subset passed when
parsing matching external subset.
- mPrefix - Variable in class com.ctc.wstx.sr.Attribute
-
- mPrefix - Variable in class com.ctc.wstx.sr.Element
-
Prefix this element has, if any; null if none
- mPrefix - Variable in class com.ctc.wstx.sw.SimpleOutputElement
-
Prefix that is used for the element.
- mPrefix - Variable in class com.ctc.wstx.util.PrefixedName
-
- mPrePeekEvent - Variable in class com.ctc.wstx.evt.WstxEventReader
-
This variable keeps track of the type of the 'previous' event
when peeking for the next Event.
- mPtr - Variable in class com.ctc.wstx.io.MergedReader
-
- mPtr - Variable in class com.ctc.wstx.io.MergedStream
-
- mPublicId - Variable in class com.ctc.wstx.dtd.DTDId
-
- mPublicId - Variable in class com.ctc.wstx.ent.ExtEntity
-
- mPublicId - Variable in class com.ctc.wstx.io.BaseInputSource
-
- mPublicId - Variable in class com.ctc.wstx.io.InputBootstrapper
-
- mPublicId - Variable in class com.ctc.wstx.io.WstxInputLocation
-
- mRawAttrs - Variable in class com.ctc.wstx.evt.CompactStartElement
-
Array needed for accessing actual String components of the attributes
- mRawAttrs - Variable in class com.ctc.wstx.sr.ElemAttrs
-
Array that contains 4 Strings for each attribute;
localName, URI, prefix, value.
- mRawWrapper - Variable in class com.ctc.wstx.sw.XmlWriter
-
Lazy-constructed wrapper object, which will route all calls to
Writer API, to matching writeRaw
methods of this
XmlWriter instance.
- mReader - Variable in class com.ctc.wstx.evt.WstxEventReader
-
- mReader - Variable in class com.ctc.wstx.io.ReaderSource
-
Underlying Reader to read character data from
- mReaderConfig - Variable in class com.ctc.wstx.dtd.DTDSchemaFactory
-
This configuration object is used (instead of a more specific one)
since the actual DTD reader uses such configuration object.
- mRecycleBuffer - Variable in class com.ctc.wstx.io.BaseReader
-
Flag that indicates whether the read buffer is to be recycled
when Reader is closed or not.
- mRecycleBuffer - Variable in class com.ctc.wstx.io.StreamBootstrapper
-
Whether byte buffer is recyclable or not
- mRecyclerRef - Static variable in class com.ctc.wstx.api.ReaderConfig
-
This
ThreadLocal
contains a
SoftRerefence
to a
BufferRecycler
used to provide a low-cost
buffer recycling between Reader instances.
- mRecyclerRef - Static variable in class com.ctc.wstx.api.WriterConfig
-
This
ThreadLocal
contains a
SoftRerefence
to a
BufferRecycler
used to provide a low-cost
buffer recycling between Reader instances.
- mRefdGEs - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Set of names of general entities references by this subset.
- mRefdGEs - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Set of general entities (ids) that have been referenced by this
DTD; only maintained for external subsets, and only as long as
no pre-defined GEs have been referenced.
- mRefdPEs - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Set of names of parameter entities references by this subset.
- mRefdPEs - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Set of parameter entities (ids) that have been referenced by this
DTD; only maintained for external subsets, and only as long as
no pre-defined PE has been referenced.
- mRepl - Variable in class com.ctc.wstx.ent.IntEntity
-
Replacement text of the entity; full array contents.
- mReplacementChar - Variable in class com.ctc.wstx.api.InvalidCharHandler.ReplacingHandler
-
- mReplText - Variable in class com.ctc.wstx.ent.IntEntity
-
- mReportDuplicateErrors - Variable in class com.ctc.wstx.dtd.DTDValidator
-
Determines if identical problems (definition of the same element,
for example) should cause multiple error notifications or not:
if true, will get one error per instance, if false, only the first
one will get reported.
- mReporter - Variable in class com.ctc.wstx.api.ReaderConfig
-
- mReporter - Variable in class com.ctc.wstx.sr.InputElementStack
-
- mResultArray - Variable in class com.ctc.wstx.util.TextBuffer
-
- mResultString - Variable in class com.ctc.wstx.util.TextBuffer
-
String that will be constructed when the whole contents are
needed; will be temporarily stored in case asked for again.
- mResultString - Variable in class com.ctc.wstx.util.TextBuilder
-
- mReturnNullForDefaultNamespace - Variable in class com.ctc.wstx.api.CommonConfig
-
As per [WSTX-277], can specify whether prefix for the
"default namespace" is return as null (true) or empty String (false)
- mReturnNullForDefaultNamespace - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Configuration from WstxInputProperties#RETURN_NULL_FOR_DEFAULT_NAMESPACE
- mReturnNullForDefaultNamespace - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
- mReusableValue - Variable in class com.ctc.wstx.sr.Attribute
-
Value as a String iff it has been requested once; stored
here in case it will be accessed again.
- mRightModel - Variable in class com.ctc.wstx.dtd.ConcatModel
-
- mRootInput - Variable in class com.ctc.wstx.sr.StreamScanner
-
Top-most input source this reader can use; due to input source
chaining, this is not necessarily the root of all input; for example,
external DTD subset reader's root input still has original document
input as its parent.
- mRootLName - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Local name of root element, as dictated by DOCTYPE declaration; null
if no DOCTYPE declaration.
- mRootNode - Variable in class com.ctc.wstx.dom.DOMOutputElement
-
DOM node that is the root under which content is written, in case
where there is no parent (mParent == null).
- mRootNsContext - Variable in class com.ctc.wstx.sw.BaseNsStreamWriter
-
Optional "root" namespace context that application can set.
- mRootNsContext - Variable in class com.ctc.wstx.sw.OutputElementBase
-
Namespace context end application may have supplied, and that
(if given) should be used to augment explicitly defined bindings.
- mRootPrefix - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Prefix of root element, as dictated by DOCTYPE declaration; null
if no DOCTYPE declaration, or no root prefix
- mRootSymbols - Static variable in class com.ctc.wstx.dtd.DTDSchemaFactory
-
'Root' symbol table, used for creating actual symbol table instances,
but never as is.
- mRootSymbols - Static variable in class com.ctc.wstx.stax.WstxInputFactory
-
'Root' symbol table, used for creating actual symbol table instances,
but never as is.
- mRounds - Variable in class com.ctc.wstx.dtd.SeqContentSpec.Validator
-
Number of full repetitions done over the sequence
- mRow - Variable in class com.ctc.wstx.io.WstxInputLocation
-
- mSavedInputProcessed - Variable in class com.ctc.wstx.io.BaseInputSource
-
Number of characters read from the current input source prior to
the current buffer
- mSavedInputPtr - Variable in class com.ctc.wstx.io.BaseInputSource
-
- mSavedInputRow - Variable in class com.ctc.wstx.io.BaseInputSource
-
- mSavedInputRowStart - Variable in class com.ctc.wstx.io.BaseInputSource
-
- mScanner - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
Since the stream reader would mostly be just a wrapper around
the underlying scanner (its main job is to implement Stax
interface), we can and should just use the scanner.
- mSchema - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
DTD schema (
DTDSubsetImpl
) object that created this validator
instance.
- mSchemaConfig - Variable in class com.ctc.wstx.dtd.DTDSchemaFactory
-
Current configurations for this factory
- mSchemaType - Variable in class com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl
-
- mScopeEnd - Variable in class com.ctc.wstx.util.BijectiveNsMap
-
- mScopeId - Variable in class com.ctc.wstx.io.WstxInputSource
-
Scope of the reader when this entity was initially expanded.
- mScopeStart - Variable in class com.ctc.wstx.util.BijectiveNsMap
-
- mSecondaryToken - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Additional information sometimes stored (when generating dummy
events in multi-doc mode, for example) temporarily when
BasicStreamReader.mCurrToken
is already populated.
- mSegments - Variable in class com.ctc.wstx.util.TextBuffer
-
List of segments prior to currently active segment.
- mSegmentSize - Variable in class com.ctc.wstx.util.TextBuffer
-
Amount of characters in segments in mSegments
- mSharedEnumValues - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Map used for sharing legal enumeration values; used since oftentimes
same enumeration values are used with multiple attributes
- mSharedNames - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Map used to shared PrefixedName instances, to reduce memory usage
of (qualified) element and attribute names
- mShortestTextSegment - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Minimum number of characters parser can return as partial text
segment, IF it's not required to coalesce adjacent text
segments.
- mSingleByteTranslation - Variable in class com.ctc.wstx.io.StreamBootstrapper
-
For single-byte non-ascii-compatible encodings (ok ok, really
just EBCDIC), we'll have to use a lookup table.
- mSize - Variable in class com.ctc.wstx.util.ElementIdMap
-
Current size (number of entries); needed to know if and when
rehash.
- mSize - Variable in class com.ctc.wstx.util.StringVector
-
- mSize - Variable in class com.ctc.wstx.util.SymbolTable
-
Current size (number of entries); needed to know if and when
rehash.
- mSize - Variable in class com.ctc.wstx.util.WordResolver.Builder
-
Number of characters currently used from mData
- mSize - Variable in class com.ctc.wstx.util.WordSet.Builder
-
Number of characters currently used from mData
- mSizeThreshold - Variable in class com.ctc.wstx.util.ElementIdMap
-
Limit that indicates maximum size this instance can hold before
it needs to be expanded and rehashed.
- mSizeThreshold - Variable in class com.ctc.wstx.util.SymbolTable
-
Limit that indicates maximum size this instance can hold before
it needs to be expanded and rehashed.
- mSmallCBuffer - Variable in class com.ctc.wstx.io.BufferRecycler
-
- mSmallWriteSize - Variable in class com.ctc.wstx.sw.BufferingXmlWriter
-
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.
- mSpecAttrList - Variable in class com.ctc.wstx.dtd.DTDElement
-
Ordered list of attributes that have 'special' properties (attribute
is required, has a default value [regular or fixed]); these attributes
have to be specifically checked after actual values have been resolved.
- mSpecialIndex - Variable in class com.ctc.wstx.dtd.DTDAttribute
-
Index number amongst "special" attributes (required ones, attributes
that have default values), if attribute is one: -1 if not.
- mSpecialProperties - Variable in class com.ctc.wstx.api.ReaderConfig
-
- mSpecialProperties - Variable in class com.ctc.wstx.api.WriterConfig
-
- mStandalone - Variable in class com.ctc.wstx.io.InputBootstrapper
-
- mStandalone - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
- mStartElementOpen - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
Flag that is set during time that a start element is "open", ie.
- mState - Variable in class com.ctc.wstx.dtd.DFAValidator
-
For root validator instance, the start state of DFA; for other
instances, current state.
- mState - Variable in class com.ctc.wstx.evt.WstxEventReader
-
High-level state indicator, with currently three values:
whether we are initializing (need to synthetize START_DOCUMENT),
at END_OF_INPUT (end-of-doc), or otherwise, normal operation.
- mState - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
- mStaxFactory - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
We will need the factory reference mostly for constructing
underlying stream reader we use.
- mStaxFactory - Variable in class com.ctc.wstx.sax.WstxSAXParserFactory
-
- mStDoctypeFound - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
- mStEmptyElem - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
- mStep - Variable in class com.ctc.wstx.dtd.SeqContentSpec.Validator
-
Expected next element in the sequence
- mStrings - Variable in class com.ctc.wstx.dtd.SmallPrefixedNameSet
-
- mStrings - Variable in class com.ctc.wstx.util.StringVector
-
- mStTextThreshold - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Threshold value that defines tokenization state that needs to be
achieved to "finish" current logical text segment (which
may consist of adjacent CDATA and text segments; or be a complete
physical segment; or just even a fragment of such a segment)
- mSubModels - Variable in class com.ctc.wstx.dtd.ChoiceModel
-
- mSubset - Variable in class com.ctc.wstx.evt.WDTD
-
Internal DTD Object that contains combined information from internal
and external subsets.
- mSuffix - Variable in class com.ctc.wstx.sax.SAXFeature
-
- mSuffix - Variable in class com.ctc.wstx.sax.SAXProperty
-
- mSuggestedDefNs - Variable in class com.ctc.wstx.dom.WstxDOMWrappingWriter
-
- mSuggestedDefNs - Variable in class com.ctc.wstx.sw.RepairingNsStreamWriter
-
- mSuggestedPrefixes - Variable in class com.ctc.wstx.dom.WstxDOMWrappingWriter
-
Map that contains URI-to-prefix entries that point out suggested
prefixes for URIs.
- mSuggestedPrefixes - Variable in class com.ctc.wstx.sw.RepairingNsStreamWriter
-
Map that contains URI-to-prefix entries that point out suggested
prefixes for URIs.
- mSurrogate - Variable in class com.ctc.wstx.io.UTF32Reader
-
Although input is fine with full Unicode set, Java still uses
16-bit chars, so we may have to split high-order chars into
surrogate pairs.
- mSurrogate - Variable in class com.ctc.wstx.io.UTF8Reader
-
- mSurrogate - Variable in class com.ctc.wstx.io.UTF8Writer
-
When outputting chars from BMP, surrogate pairs need to be coalesced.
- mSurrogate - Variable in class com.ctc.wstx.sw.EncodingXmlWriter
-
In case a split surrogate pair is output (which can only successfully
occur with either writeRaw
or
writeCharacters
), the first part is temporarily stored
within this member variable.
- mSymbol - Variable in class com.ctc.wstx.util.SymbolTable.Bucket
-
- mSymbols - Variable in class com.ctc.wstx.api.ReaderConfig
-
- mSymbols - Variable in class com.ctc.wstx.sr.StreamScanner
-
- mSymbols - Variable in class com.ctc.wstx.stax.WstxInputFactory
-
Actual current 'parent' symbol table; concrete instances will be
created from this instance using makeChild
method
- mSymbols - Variable in class com.ctc.wstx.util.SymbolTable
-
Primary matching symbols; it's expected most match occur from
here.
- mSystemId - Variable in class com.ctc.wstx.dtd.DTDId
-
- mSystemId - Variable in class com.ctc.wstx.ent.ExtEntity
-
- mSystemId - Variable in class com.ctc.wstx.io.BaseInputSource
-
URL for/from systemId points to original source of input, if known; null if not
known (source constructed with just a stream or reader).
- mSystemId - Variable in class com.ctc.wstx.io.InputBootstrapper
-
- mSystemId - Variable in class com.ctc.wstx.io.SystemId
-
- mSystemId - Variable in class com.ctc.wstx.io.WstxInputLocation
-
- mTable - Variable in class com.ctc.wstx.util.ElementIdMap
-
Actual hash table area
- mTail - Variable in class com.ctc.wstx.util.ElementIdMap
-
- mText - Variable in class com.ctc.wstx.util.TextAccumulator
-
- mTextBuffer - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
- mTextBuffer - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
TextBuffer mostly used to collect non-element textual content
(text, CDATA, comment content, pi data)
- mTextWrapper - Variable in class com.ctc.wstx.sw.XmlWriter
-
Lazy-constructed wrapper object, which will route all calls to
Writer API, to matching writeCharacters
methods of this
XmlWriter instance.
- mTextWriter - Variable in class com.ctc.wstx.sw.XmlWriter
-
Optional escaping writer used for escaping characters like '<'
'&' and '>' in textual content.
- mThisVersion - Variable in class com.ctc.wstx.util.SymbolTable
-
Version of this table instance; used when deriving new concurrently
used versions from existing 'master' instance.
- mTmpAttrValueBuffer - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Temporary buffer attribute instances can share for validation
purposes
- mTmpBuf - Variable in class com.ctc.wstx.io.BaseReader
-
- mTmpDefaultAttrs - Variable in class com.ctc.wstx.dtd.DTDTypingNonValidator
-
Reusable lazily instantiated BitSet; needed to keep track of
'missing' attributes with default values (normal default, #FIXED).
- mTmpKey - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
- mTmpSpecialAttrs - Variable in class com.ctc.wstx.dtd.DTDValidator
-
Reusable lazily instantiated BitSet; needed to keep track of
missing 'special' attributes (required ones, ones with default
values)
- mTokenIndex - Variable in class com.ctc.wstx.dtd.TokenModel
-
- mTokenInputCol - Variable in class com.ctc.wstx.sr.StreamScanner
-
Column on input row that current token starts; 0-based (although
in the end it'll be converted to 1-based)
- mTokenInputRow - Variable in class com.ctc.wstx.sr.StreamScanner
-
Input row on which current token starts, 1-based
- mTokenInputTotal - Variable in class com.ctc.wstx.sr.StreamScanner
-
Total number of characters read before start of current token.
- mTokenSet - Variable in class com.ctc.wstx.dtd.DFAState
-
- mTokenState - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
State of the current token; one of M_ - constants from above.
- mTotalElements - Variable in class com.ctc.wstx.sr.InputElementStack
-
- mUndeclaredEntity - Variable in class com.ctc.wstx.dtd.DefaultAttrValue
-
For now, let's only keep track of the first undeclared entity:
can be extended if necessary.
- mUnderlyingStream - Variable in class com.ctc.wstx.sw.BufferingXmlWriter
-
Actual physical stream that the writer is using, if known.
- mURI - Variable in class com.ctc.wstx.sw.SimpleOutputElement
-
- mURL - Variable in class com.ctc.wstx.io.SystemId
-
- mUseDoubleQuotesInXmlDecl - Variable in class com.ctc.wstx.sw.XmlWriter
-
Whether to use double quotes in XML declaration or not.
- mUsesPredefdEntities - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Flag used to keep track of whether current (external) subset
has referenced at least one PE that was pre-defined.
- mUsesPredefdNotations - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Flag used to keep track of whether current (external) subset
has referenced at least one notation that was defined in internal
subset.
- mValidateAttrs - Variable in class com.ctc.wstx.dtd.DTDElement
-
Flag that is set to true if there is at least one attribute that
has type that requires normalization and/or validation; that is,
is of some other type than CDATA.
- mValidateText - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Flag that indicates that textual content (CDATA, CHARACTERS) is to
be validated within current element's scope.
- mValidator - Variable in class com.ctc.wstx.dtd.DTDElement
-
Base validator object for validating content model of this element;
may be null for some simple content models (ANY, EMPTY).
- mValidator - Variable in class com.ctc.wstx.sr.InputElementStack
-
Optional validator object that will get called if set,
and that can validate xml content.
- mValidator - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
Optional validator to use for validating output against
one or more schemas, and/or for safe pretty-printing (indentation).
- mValidators - Variable in class com.ctc.wstx.dtd.DTDValidator
-
Stack of validators for open elements
- mValue - Variable in class com.ctc.wstx.dtd.DefaultAttrValue
-
Actual expanded textual content of the default attribute value;
normalized if appropriate in this mode.
- mValueBuffer - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Text buffer used for constructing expansion value of the internal
entities, and for default attribute values.
- mValueBuilder - Variable in class com.ctc.wstx.sr.AttributeCollector
-
TextBuilder into which values of all attributes are appended
to, including default valued ones (defaults are added after
explicit ones).
- mValueEncoderFactory - Variable in class com.ctc.wstx.sw.TypedStreamWriter
-
When outputting using Typed Access API, we will need
encoders.
- mValueStartOffset - Variable in class com.ctc.wstx.sr.Attribute
-
Numeric offset within text builder that denotes pointer
to the first character of the value for this attribute
(or namespace).
- mVldContent - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Mode information needed at this level; mostly to check what kind
of textual content (if any) is allowed in current element
context.
- mVldContent - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
State value used with validation, to track types of content
that is allowed at this point in output stream.
- mVldProbHandler - Variable in class com.ctc.wstx.sr.ValidatingStreamReader
-
Custom validation problem handler, if any.
- mVldProbHandler - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
Custom validation problem handler, if any.
- mWords - Variable in class com.ctc.wstx.util.WordResolver.Builder
-
- mWords - Variable in class com.ctc.wstx.util.WordResolver
-
Array of actual words returned resolved for matches.
- mWords - Variable in class com.ctc.wstx.util.WordSet.Builder
-
- mWriter - Variable in class com.ctc.wstx.dtd.DTDWriter
-
- mWriter - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
Actual physical writer to output serialized XML content to
- mWriter - Variable in class com.ctc.wstx.sw.XmlWriterWrapper
-
- mWsStatus - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Status of current (text) token's "whitespaceness", that is,
whether it is or is not all white space.
- mXml11 - Variable in class com.ctc.wstx.api.ReaderConfig
-
This boolean flag is set if the input document requires
xml 1.1 (or above) compliant processing: default is xml 1.0
compliant.
- mXml11 - Variable in class com.ctc.wstx.dtd.DTDElement
-
True if the DTD was parsed in xml1.1 compliant mode (referenced to
from an xml 1.1 document).
- mXml11 - Variable in class com.ctc.wstx.dtd.DTDId
-
- mXml11 - Variable in class com.ctc.wstx.io.AsciiReader
-
- mXml11 - Variable in class com.ctc.wstx.io.ISOLatinReader
-
- mXml11 - Variable in class com.ctc.wstx.io.UTF32Reader
-
- mXml11 - Variable in class com.ctc.wstx.io.UTF8Reader
-
- mXml11 - Variable in class com.ctc.wstx.io.WstxInputData
-
Flag that indicates whether XML content is to be treated as per
XML 1.1 specification or not (if not, it'll use xml 1.0).
- mXml11 - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
Since XML 1.1 has some differences to 1.0, we need to keep a flag
to indicate if we were to output XML 1.1 document.
- mXml11 - Variable in class com.ctc.wstx.sw.XmlWriter
-
Indicates whether output is to be compliant; if false, is to be
xml 1.0 compliant, if true, xml 1.1 compliant.
- mXml11Handling - Variable in class com.ctc.wstx.io.InputBootstrapper
-
Flag that indicates whether input read from this input source
needs to be xml 1.1 compliant or not; if not, xml 1.0 is assumed.
- mXmlIdAttrIndex - Variable in class com.ctc.wstx.sr.AttributeCollector
-
- mXmlIdLocalName - Variable in class com.ctc.wstx.sr.AttributeCollector
-
- mXmlIdPrefix - Variable in class com.ctc.wstx.sr.AttributeCollector
-
- mXmlVersion - Variable in class com.ctc.wstx.sax.WstxSAXParser
-