A B C D E F G H I J L M N O P R S T U V W X

A

ArgUtil - class com.ctc.wstx.util.ArgUtil.
Simple static utility class that contains (static) utility methods useful when parsing non-typesafe arguments (String-only configuration, command line args).
AsciiReader - class com.ctc.wstx.io.AsciiReader.
Optimized Reader that reads ascii content from an input stream.
AttributeCollector - class com.ctc.wstx.sr.AttributeCollector.
Shared base class that defines API stream reader uses to communicate with the attribute collector implementation, independent of whether it's operating in namespace-aware or non-namespace modes.
AttributeCollector(boolean) - Constructor for class com.ctc.wstx.sr.AttributeCollector
 
AttributeInfo - interface org.codehaus.stax2.AttributeInfo.
Interface that specifies additional access methods for accessing combined attribute information reader has, after parsing individual and combining that with DTD information (if any available; depends on parser's mode).
add(XMLEvent) - Method in class com.ctc.wstx.evt.WstxEventWriter
Note: ALL events (except for custom ones Wstx itself doesn't produce, and thus can not deal with) are routed through stream writer.
add(XMLEventReader) - Method in class com.ctc.wstx.evt.WstxEventWriter
 
add(Object, Object) - Method in class com.ctc.wstx.util.SimpleCache
 
addAttribute(InputProblemReporter, NameKey, int, int, String, WordResolver) - Method in class com.ctc.wstx.dtd.DTDElement
Method called by DTD parser when it has read information about an attribute that belong to this element
addCachedDTD(DTDId, DTDSubset) - Method in interface com.ctc.wstx.sr.ReaderCreator
 
addCachedDTD(DTDId, DTDSubset) - Method in class com.ctc.wstx.stax.MinimalInputFactory
 
addCachedDTD(DTDId, DTDSubset) - Method in class com.ctc.wstx.stax.ValidatingInputFactory
 
addCachedDTD(DTDId, DTDSubset) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
addDefaultAttr(InputProblemReporter, StringVector, String, String, String) - Method in class com.ctc.wstx.sr.AttributeCollector
Method called by validator to insert an attribute that has a default value and wasn't yet included in collector's attribute set.
addFirstPos(BitSet) - Method in class com.ctc.wstx.dtd.ChoiceModel
 
addFirstPos(BitSet) - Method in class com.ctc.wstx.dtd.ConcatModel
 
addFirstPos(BitSet) - Method in class com.ctc.wstx.dtd.ModelNode
 
addFirstPos(BitSet) - Method in class com.ctc.wstx.dtd.OptionalModel
 
addFirstPos(BitSet) - Method in class com.ctc.wstx.dtd.StarModel
 
addFirstPos(BitSet) - Method in class com.ctc.wstx.dtd.TokenModel
 
addGeneratedMapping(String, NamespaceContext, String, int[]) - Method in class com.ctc.wstx.util.BijectiveNsMap
Method used to add a dynamic binding, and return the prefix used to bind the specified namespace URI.
addLastPos(BitSet) - Method in class com.ctc.wstx.dtd.ChoiceModel
 
addLastPos(BitSet) - Method in class com.ctc.wstx.dtd.ConcatModel
 
addLastPos(BitSet) - Method in class com.ctc.wstx.dtd.ModelNode
 
addLastPos(BitSet) - Method in class com.ctc.wstx.dtd.OptionalModel
 
addLastPos(BitSet) - Method in class com.ctc.wstx.dtd.StarModel
 
addLastPos(BitSet) - Method in class com.ctc.wstx.dtd.TokenModel
 
addMapping(String, String) - Method in class com.ctc.wstx.util.BijectiveNsMap
Method to add a new prefix-to-URI mapping for the current scope.
addPrefix(String, String) - Method in class com.ctc.wstx.sw.SimpleOutputElement
 
addString(String) - Method in class com.ctc.wstx.util.StringVector
 
addStrings(String, String) - Method in class com.ctc.wstx.util.StringVector
 
addStrings(StringVector) - Method in class com.ctc.wstx.util.StringVector
 
allocate(XMLStreamReader) - Method in class com.ctc.wstx.evt.DefaultEventAllocator
 
allocate(XMLStreamReader, XMLEventConsumer) - Method in class com.ctc.wstx.evt.DefaultEventAllocator
 
anyValuesInCommon(Collection, Collection) - Static method in class com.ctc.wstx.util.DataUtil
Method that can be used to efficiently check if 2 collections share at least one common element.
append(char) - Method in class com.ctc.wstx.util.TextBuffer
 
append(char[], int, int) - Method in class com.ctc.wstx.util.TextBuffer
 
append(String) - Method in class com.ctc.wstx.util.TextBuffer
 
append(char) - Method in class com.ctc.wstx.util.TextBuilder
 
append(char[], int, int) - Method in class com.ctc.wstx.util.TextBuilder
 
appendLF(StringBuffer) - Static method in class com.ctc.wstx.util.StringUtil
 
appendNames(StringBuffer, String) - Method in class com.ctc.wstx.dtd.LargeNameKeySet
Method called by debug/error handling code, to get a list of all names contained.
appendNames(StringBuffer, String) - Method in class com.ctc.wstx.dtd.NameKeySet
 
appendNames(StringBuffer, String) - Method in class com.ctc.wstx.dtd.SmallNameKeySet
 
asArray() - Method in class com.ctc.wstx.util.StringVector
 
asCharacters() - Method in class com.ctc.wstx.evt.WCharacters
 
asCharacters() - Method in class com.ctc.wstx.evt.WEvent
 
asEndElement() - Method in class com.ctc.wstx.evt.WEndElement
 
asEndElement() - Method in class com.ctc.wstx.evt.WEvent
 
asStartElement() - Method in class com.ctc.wstx.evt.WEvent
 
attrsNeedValidation() - Method in class com.ctc.wstx.dtd.DTDElement
 
automaticEmptyElementsEnabled() - Method in class com.ctc.wstx.api.WriterConfig
 
automaticNamespacesEnabled() - Method in class com.ctc.wstx.api.WriterConfig
 
available() - Method in class com.ctc.wstx.io.MergedStream
 

B

BYTE_CR - Static variable in class com.ctc.wstx.io.InputBootstrapper
 
BYTE_LF - Static variable in class com.ctc.wstx.io.InputBootstrapper
 
BYTE_NULL - Static variable in class com.ctc.wstx.io.InputBootstrapper
 
BaseInputSource - class com.ctc.wstx.io.BaseInputSource.
Abstract base class that implements shared functionality that all current WstxInputSource implementations Woodstox includes need.
BaseInputSource(WstxInputSource, String, String, String, URL) - Constructor for class com.ctc.wstx.io.BaseInputSource
 
BaseNsContext - class com.ctc.wstx.util.BaseNsContext.
Abstract base class that defines extra features defined by most NamespaceContext implementations Wodstox uses.
BaseNsContext() - Constructor for class com.ctc.wstx.util.BaseNsContext
 
BaseNsStreamWriter - class com.ctc.wstx.sw.BaseNsStreamWriter.
Mid-level base class of namespace-aware stream writers.
BaseNsStreamWriter(Writer, String, WriterConfig, boolean) - Constructor for class com.ctc.wstx.sw.BaseNsStreamWriter
 
BaseStreamWriter - class com.ctc.wstx.sw.BaseStreamWriter.
Base class for XMLStreamWriter implementations Woodstox has.
BaseStreamWriter(Writer, String, WriterConfig) - Constructor for class com.ctc.wstx.sw.BaseStreamWriter
 
BijectiveNsMap - class com.ctc.wstx.util.BijectiveNsMap.
Helper class that implements "bijective map" (Map that allows use of values as keys and vice versa, bidirectional access), and is specifically used for storing namespace binding information.
BranchingReaderSource - class com.ctc.wstx.io.BranchingReaderSource.
Specialized input source that can "branch" input it reads; essentially both giving out read data AND also writing it out to a Writer.
BranchingReaderSource(String, String, URL, Reader, boolean, int) - Constructor for class com.ctc.wstx.io.BranchingReaderSource
 
bootstrapInput(boolean, XMLReporter) - Method in class com.ctc.wstx.io.InputBootstrapper
 
bootstrapInput(boolean, XMLReporter) - Method in class com.ctc.wstx.io.ReaderBootstrapper
 
bootstrapInput(boolean, XMLReporter) - Method in class com.ctc.wstx.io.StreamBootstrapper
 
bufferFull(int) - Method in class com.ctc.wstx.util.TextBuilder
 
buildAttrOb() - Method in class com.ctc.wstx.sr.AttributeCollector
Method needed by event builder code; called to build a non-transient attribute container to use by a start element event.

C

CFG_AUTOMATIC_EMPTY_ELEMS - Static variable in interface com.ctc.wstx.cfg.OutputConfigFlags
 
CFG_AUTOMATIC_NS - Static variable in interface com.ctc.wstx.cfg.OutputConfigFlags
 
CFG_CACHE_DTDS - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
If true, input factory is allowed cache parsed external DTD subsets, potentially speeding up things for which DTDs are needed for: entity substitution, attribute defaulting, and of course DTD-based validation.
CFG_COALESCE_TEXT - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
 
CFG_COPY_DEFAULT_ATTRS - Static variable in interface com.ctc.wstx.cfg.OutputConfigFlags
Flag that indicates whether attributes expanded from default attribute values should be copied to output, when using copy methods.
CFG_ENABLE_NS - Static variable in interface com.ctc.wstx.cfg.OutputConfigFlags
Flag that indicates whether writer is namespace-aware or not; if not, only local part is ever used.
CFG_FIX_CONTENT - Static variable in interface com.ctc.wstx.cfg.OutputConfigFlags
Flag that will enable writer that checks for validity of content to try to fix the problem, by splitting output segments as necessary.
CFG_INTERN_NS_URIS - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
It true, will call intern() on all namespace URIs parsed; otherwise will just use 'regular' Strings created from parsed contents.
CFG_LAZY_PARSING - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
If true, input factory can defer parsing of nodes until data is actually needed; if false, it has to read all the data in right away when next type is requested.
CFG_NAMESPACE_AWARE - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
If true, parser will handle namespaces according to XML specs; if false, will only pass them as part of element/attribute name value information.
CFG_NORMALIZE_ATTR_VALUES - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
If true, will do attribute value normalization as explained in XML specs; if false, will leave values as they are in input (including not converting linefeeds).
CFG_NORMALIZE_LFS - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
If true, will convert all 'alien' linefeeds (\r\n, \r) to standard linefeed char (\n), in content like text, CDATA, processing instructions and comments.
CFG_OUTPUT_CDATA_AS_TEXT - Static variable in interface com.ctc.wstx.cfg.OutputConfigFlags
Whether writer should just automatically convert all calls that would normally produce CDATA to produce (quoted) text.
CFG_PRESERVE_LOCATION - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
Property that determines whether Event objects created will contain (accurate) Location information or not.
CFG_REPLACE_ENTITY_REFS - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
Flag that enables automatic replacement of internal entities
CFG_REPORT_ALL_TEXT_AS_CHARACTERS - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
If true, parser will report CDATA and SPACE events as CHARACTERS, independent of coalescing settings.
CFG_REPORT_PROLOG_WS - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
If true, parser will report (ignorable) white space events in prolog and epilog; if false, it will silently ignore them.
CFG_SUPPORT_DTD - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
Whether DTD handling is enabled or disabled; disabling means both internal and external subsets will just be skipped unprocessed.
CFG_SUPPORT_DTDPP - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
If true, DTD-parser will recognize DTD++ features, and the validator will also use any such information found from DTD when DTD validation is enabled.
CFG_SUPPORT_EXTERNAL_ENTITIES - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
???.
CFG_VALIDATE_AGAINST_DTD - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
Not yet (fully) supported; added as the placeholder
CFG_VALIDATE_ATTR - Static variable in interface com.ctc.wstx.cfg.OutputConfigFlags
Flag that indicates we should check uniqueness of attribute names, to prevent accidental output of duplicate attributes.
CFG_VALIDATE_CONTENT - Static variable in interface com.ctc.wstx.cfg.OutputConfigFlags
Flag that indicates we should check validity of textual content of nodes that have constraints.
CFG_VALIDATE_NAMES - Static variable in interface com.ctc.wstx.cfg.OutputConfigFlags
Flag that indicates we should check validity of names (element and attribute names and prefixes; processing instruction names), that they contain only legal identifier characters.
CFG_VALIDATE_STRUCTURE - Static variable in interface com.ctc.wstx.cfg.OutputConfigFlags
 
CFG_VALIDATE_TEXT_CHARS - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
If true, will check that all characters in textual content of the document (content that is not part of markup; including content in CDATA, comments and processing instructions) are valid XML (1.1) characters.
CHAR_CR - Static variable in class com.ctc.wstx.io.InputBootstrapper
 
CHAR_CR_LF_OR_NULL - Static variable in class com.ctc.wstx.sr.StreamScanner
Last (highest) char code of the three, LF, CR and NULL
CHAR_FIRST_PURE_TEXT - Static variable in class com.ctc.wstx.sr.StreamScanner
Character that allows quick check of whether a char can potentially be some kind of markup, WRT input stream processing; has to contain linefeeds, &, < and > (">" only matters when quoting text, as part of "]]>")
CHAR_LF - Static variable in class com.ctc.wstx.io.InputBootstrapper
 
CHAR_LOWEST_LEGAL_LOCALNAME_CHAR - Static variable in class com.ctc.wstx.sr.StreamScanner
First character in Unicode (ie one with lowest id) that is legal as part of a local name (all valid name chars minus ':').
CHAR_NULL - Static variable in class com.ctc.wstx.io.InputBootstrapper
 
CHAR_NULL - Static variable in class com.ctc.wstx.io.WriterBase
 
CHAR_NULL - Static variable in class com.ctc.wstx.io.WstxInputData
Null-character is used as return value from some method(s), since it is not a legal character in an XML document.
CHAR_SPACE - Static variable in class com.ctc.wstx.io.InputBootstrapper
 
CHAR_SPACE - Static variable in class com.ctc.wstx.io.WriterBase
 
CHAR_SPACE - Static variable in class com.ctc.wstx.io.WstxInputData
 
CHAR_SPACE - Static variable in class com.ctc.wstx.sw.BaseStreamWriter
 
CONTENT_ALLOW_DTD_ANY - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
Content allowed to 'any' content specification type from DTD.
CONTENT_ALLOW_MIXED - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
 
CONTENT_ALLOW_NONE - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
 
CONTENT_ALLOW_NON_MIXED - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
 
CONTENT_ALLOW_UNDEFINED - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
Dummy marker type; used to mark 'undefined' element entries; entries created as placeholders.
CharArraySource - class com.ctc.wstx.io.CharArraySource.
Input source that reads input from a static char array, usually used when expanding internal entities.
ChoiceContentSpec - class com.ctc.wstx.dtd.ChoiceContentSpec.
Content specification that defines content model that has multiple alternative elements; including mixed content model.
ChoiceModel - class com.ctc.wstx.dtd.ChoiceModel.
Model class that encapsulates set of sub-models, of which one (and only one) needs to be matched.
ChoiceModel(ModelNode[]) - Constructor for class com.ctc.wstx.dtd.ChoiceModel
 
CompactNsContext - class com.ctc.wstx.sr.CompactNsContext.
Simple implementation of separate non-transient namespace context object.
CompactNsContext(Location, String, String[], int) - Constructor for class com.ctc.wstx.sr.CompactNsContext
 
CompactStartElement - class com.ctc.wstx.evt.CompactStartElement.
Wstx StartElement implementation used when directly creating events from a stream reader.
CompactStartElement(Location, QName, BaseNsContext, ElemAttrs) - Constructor for class com.ctc.wstx.evt.CompactStartElement
 
ConcatModel - class com.ctc.wstx.dtd.ConcatModel.
Model class that represents sequence of 2 sub-models, needed to be matched in the order.
ConcatModel(ModelNode, ModelNode) - Constructor for class com.ctc.wstx.dtd.ConcatModel
 
ContentSpec - class com.ctc.wstx.dtd.ContentSpec.
Abstract base class for classes that contain parts of a content specification of an element defined in DTD.
ContentSpec(char) - Constructor for class com.ctc.wstx.dtd.ContentSpec
 
calcAvgSeek() - Method in class com.ctc.wstx.util.SymbolTable
 
calcFollowPos(BitSet[]) - Method in class com.ctc.wstx.dtd.ChoiceModel
 
calcFollowPos(BitSet[]) - Method in class com.ctc.wstx.dtd.ConcatModel
 
calcFollowPos(BitSet[]) - Method in class com.ctc.wstx.dtd.ModelNode
 
calcFollowPos(BitSet[]) - Method in class com.ctc.wstx.dtd.OptionalModel
 
calcFollowPos(BitSet[]) - Method in class com.ctc.wstx.dtd.StarModel
 
calcFollowPos(BitSet[]) - Method in class com.ctc.wstx.dtd.TokenModel
 
calcHash(char[], int, int) - Static method in class com.ctc.wstx.util.SymbolTable
Implementation of a hashing method for variable length Strings.
calcHash(String) - Static method in class com.ctc.wstx.util.SymbolTable
 
calcNext(NameKey[], BitSet[], List, Map) - Method in class com.ctc.wstx.dtd.DFAState
 
checkAttrWrite(String, String, String) - Method in class com.ctc.wstx.sw.SimpleOutputElement
 
checkCData() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
checkDTDKeyword(String) - Method in class com.ctc.wstx.dtd.FullDTDReader
Method called to verify whether input has specified keyword; if it has, returns null and points to char after the keyword; if not, returns whatever constitutes a keyword matched, for error reporting purposes.
checkDTDKeyword(String, char, String) - Method in class com.ctc.wstx.dtd.FullDTDReader
Method called to verify whether input has specified keyword; if it has, returns null and points to char after the keyword; if not, returns whatever constitutes a keyword matched, for error reporting purposes.
checkEntity(InputProblemReporter, String, EntityDecl) - Method in class com.ctc.wstx.dtd.DTDAttribute
 
checkEnumValue(int, WordResolver) - Method in class com.ctc.wstx.sr.AttributeCollector
Method called by validation/normalization code for enumeration-valued attributes, to trim specified attribute value (full normalization not needed -- called for values that CAN NOT have spaces inside; such values can not be legal), and then check whether it is included in set of words (tokens) passed in.
checkEquals(String) - Method in class com.ctc.wstx.sr.WstxStreamReader
Method that checks that input following is of form '[S]* '=' [S]*' (as per XML specs, production #25).
checkKeyword(String) - Method in class com.ctc.wstx.io.InputBootstrapper
 
checkKeyword(String) - Method in class com.ctc.wstx.io.ReaderBootstrapper
 
checkKeyword(String) - Method in class com.ctc.wstx.io.StreamBootstrapper
 
checkKeyword(char, String) - Method in class com.ctc.wstx.sr.WstxStreamReader
 
checkMbKeyword(String) - Method in class com.ctc.wstx.io.StreamBootstrapper
 
checkSbKeyword(String) - Method in class com.ctc.wstx.io.StreamBootstrapper
 
checkStartElement(String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
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).
clear(boolean) - Method in class com.ctc.wstx.util.StringVector
 
clear() - Method in class com.ctc.wstx.util.TextBuffer
Method that can be called to clear all data; makes sure that all referenced Objects can be GC'ed.
clearConfigFlag(int) - Method in class com.ctc.wstx.api.ReaderConfig
 
cloneModel() - Method in class com.ctc.wstx.dtd.ChoiceModel
Method that has to create a deep copy of the model, without sharing any of existing Objects.
cloneModel() - Method in class com.ctc.wstx.dtd.ConcatModel
Method that has to create a deep copy of the model, without sharing any of existing Objects.
cloneModel() - Method in class com.ctc.wstx.dtd.ModelNode
Method that has to create a deep copy of the model, without sharing any of existing Objects.
cloneModel() - Method in class com.ctc.wstx.dtd.OptionalModel
Method that has to create a deep copy of the model, without sharing any of existing Objects.
cloneModel() - Method in class com.ctc.wstx.dtd.StarModel
Method that has to create a deep copy of the model, without sharing any of existing Objects.
cloneModel() - Method in class com.ctc.wstx.dtd.TokenModel
Method that has to create a deep copy of the model, without sharing any of existing Objects.
cloneWith(int) - Method in class com.ctc.wstx.dtd.DTDAttribute
 
cloneWith(int) - Method in class com.ctc.wstx.dtd.DTDEntitiesAttr
 
cloneWith(int) - Method in class com.ctc.wstx.dtd.DTDEntityAttr
 
cloneWith(int) - Method in class com.ctc.wstx.dtd.DTDEnumAttr
 
cloneWith(int) - Method in class com.ctc.wstx.dtd.DTDIdAttr
 
cloneWith(int) - Method in class com.ctc.wstx.dtd.DTDIdRefAttr
 
cloneWith(int) - Method in class com.ctc.wstx.dtd.DTDIdRefsAttr
 
cloneWith(int) - Method in class com.ctc.wstx.dtd.DTDNmTokenAttr
 
cloneWith(int) - Method in class com.ctc.wstx.dtd.DTDNmTokensAttr
 
cloneWith(int) - Method in class com.ctc.wstx.dtd.DTDNotationAttr
 
cloneWith(int) - Method in class com.ctc.wstx.dtd.DTDTypedAttr
 
close() - Method in class com.ctc.wstx.evt.FilteredEventReader
 
close() - Method in class com.ctc.wstx.evt.WstxEventReader
 
close() - Method in class com.ctc.wstx.evt.WstxEventWriter
 
close() - Method in class com.ctc.wstx.io.BaseInputSource
 
close() - Method in class com.ctc.wstx.io.CharArraySource
 
close() - Method in class com.ctc.wstx.io.MergedReader
 
close() - Method in class com.ctc.wstx.io.MergedStream
 
close() - Method in class com.ctc.wstx.io.ReaderSource
 
close() - Method in class com.ctc.wstx.io.WstxInputSource
 
close() - Method in class com.ctc.wstx.sr.WstxStreamReader
Note: as per StAX 1.0 specs, this method does NOT close the underlying input reader.
close() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
close() - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
close() - Method in class com.ctc.wstx.util.LineSuppressWriter
 
closeStartElement(boolean) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
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.
closeStartElement(boolean) - Method in class com.ctc.wstx.sw.BaseStreamWriter
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.
closeStartElement(boolean) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
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.
com.ctc.wstx.api - package com.ctc.wstx.api
 
com.ctc.wstx.cfg - package com.ctc.wstx.cfg
 
com.ctc.wstx.compat - package com.ctc.wstx.compat
Package that contains classes that allow abstracting out of details of JDK platform version being used.
com.ctc.wstx.dtd - package com.ctc.wstx.dtd
Package that contains Woodstox classes that implement DTD handling.
com.ctc.wstx.ent - package com.ctc.wstx.ent
Package contains internal entity object implementations, which are used by stream reader classes, but parsed by dtd functionality.
com.ctc.wstx.evt - package com.ctc.wstx.evt
Package contains Woodstox implementation of the StAX event layer; functionality that is built on top of stream readers and writers.
com.ctc.wstx.exc - package com.ctc.wstx.exc
Package that contains all exceptions Woodstox readers and writers throw.
com.ctc.wstx.io - package com.ctc.wstx.io
Low-level classes that are used to abstract most details of stream I/O access from actual parsing classes.
com.ctc.wstx.sr - package com.ctc.wstx.sr
This package contains supporting code for handling namespace information; element stacks that keep track of elements parsed and such.
com.ctc.wstx.stax - package com.ctc.wstx.stax
This package contains miscellaneous classes that implement Woodstox.
com.ctc.wstx.sw - package com.ctc.wstx.sw
 
com.ctc.wstx.util - package com.ctc.wstx.util
Contains utility classes that are not directly Woodstox specific, but are for now only used by Woodstox.
combineWithExternalSubset(InputProblemReporter, DTDSubset) - Method in class com.ctc.wstx.dtd.DTDSubset
Method that will combine definitions from this internal subset with definitions from passed-in external subset, producing a new combined DTDSubset instance.
combineWithExternalSubset(InputProblemReporter, DTDSubset) - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
Method that will combine definitions from internal and external subsets, producing a single DTD set.
compareTo(Object) - Method in class com.ctc.wstx.dtd.NameKey
 
concatEntries(Collection, String, String) - Static method in class com.ctc.wstx.util.StringUtil
 
configureForConvenience() - Method in class com.ctc.wstx.api.ReaderConfig
Method to call to make Reader created be as "convenient" to use as possible; ie try to avoid having to deal with some of things like segmented text chunks.
configureForConvenience() - Method in class com.ctc.wstx.stax.WstxInputFactory
 
configureForConvenience() - Method in class org.codehaus.stax2.XMLInputFactory2
Method to call to make Reader created be as "convenient" to use as possible; ie try to avoid having to deal with some of things like segmented text chunks.
configureForLowMemUsage() - Method in class com.ctc.wstx.api.ReaderConfig
Method to call to minimize the memory usage of the stream/event reader; both regarding Objects created, and the temporary memory usage during parsing.
configureForLowMemUsage() - Method in class com.ctc.wstx.stax.WstxInputFactory
 
configureForLowMemUsage() - Method in class org.codehaus.stax2.XMLInputFactory2
Method to call to minimize the memory usage of the stream/event reader; both regarding Objects created, and the temporary memory usage during parsing.
configureForRobustness() - Method in class com.ctc.wstx.api.WriterConfig
For Woodstox, this profile enables all basic well-formedness checks, including checking for name validity, and also enables all matching "fix-me" properties (currently only content-fixing property exists).
configureForRobustness() - Method in class com.ctc.wstx.stax.WstxOutputFactory
 
configureForRobustness() - Method in class org.codehaus.stax2.XMLOutputFactory2
Method call to make writer be as robust as possible, that is, to make it both check AND fix problems if it can.
configureForRoundTripping() - Method in class com.ctc.wstx.api.ReaderConfig
Method to call to make Reader try to preserve as much of input formatting as possible, so that round-tripping would be as lossless as possible.
configureForRoundTripping() - Method in class com.ctc.wstx.stax.WstxInputFactory
 
configureForRoundTripping() - Method in class org.codehaus.stax2.XMLInputFactory2
Method to call to make Reader try to preserve as much of input formatting as possible, so that round-tripping would be as lossless as possible.
configureForSpeed() - Method in class com.ctc.wstx.api.ReaderConfig
Method to call to make the Reader created be as fast as possible reading documents, especially for long-running processes where caching is likely to help.
configureForSpeed() - Method in class com.ctc.wstx.api.WriterConfig
For Woodstox, setting this profile disables most checks for validity; specifically anything that can have measurable performance impact.
configureForSpeed() - Method in class com.ctc.wstx.stax.WstxInputFactory
 
configureForSpeed() - Method in class com.ctc.wstx.stax.WstxOutputFactory
 
configureForSpeed() - Method in class org.codehaus.stax2.XMLInputFactory2
Method to call to make the Reader created be as fast as possible reading documents, especially for long-running processes where caching is likely to help.
configureForSpeed() - Method in class org.codehaus.stax2.XMLOutputFactory2
Method call to make writer optimize its operation for speed.
configureForXmlConformance() - Method in class com.ctc.wstx.api.ReaderConfig
Method to call to make Reader created conform as closely to XML standard as possible, doing all checks and transformations mandated (linefeed conversions, attr value normalizations).
configureForXmlConformance() - Method in class com.ctc.wstx.api.WriterConfig
For Woodstox, this profile enables all basic well-formedness checks, including checking for name validity.
configureForXmlConformance() - Method in class com.ctc.wstx.stax.WstxInputFactory
 
configureForXmlConformance() - Method in class com.ctc.wstx.stax.WstxOutputFactory
 
configureForXmlConformance() - Method in class org.codehaus.stax2.XMLInputFactory2
Method to call to make Reader created conform as closely to XML standard as possible, doing all checks and transformations mandated by the XML specification (linefeed conversions, attr value normalizations).
configureForXmlConformance() - Method in class org.codehaus.stax2.XMLOutputFactory2
Method call to make writer be as strict with output as possible, ie maximize validation it does to try to catch any well-formedness or validity problems.
connectReporter(InputProblemReporter) - Method in class com.ctc.wstx.sr.InputElementStack
 
construct(String, URL, int) - Static method in class com.ctc.wstx.dtd.DTDId
 
construct(boolean, char, Collection) - Static method in class com.ctc.wstx.dtd.SeqContentSpec
 
construct(char, NameKey) - Static method in class com.ctc.wstx.dtd.TokenContentSpec
 
construct(NamespaceContext, List) - Static method in class com.ctc.wstx.evt.MergedNsContext
 
construct(Location, QName, Iterator, Iterator, NamespaceContext) - Static method in class com.ctc.wstx.evt.SimpleStartElement
 
constructAttr(String[], int, boolean) - Method in class com.ctc.wstx.evt.CompactStartElement
 
constructAttrValueWriter(Writer, String, char) - Static method in class com.ctc.wstx.io.TextEscaper
 
constructAttributeValueWriter() - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
constructCharArraySource(WstxInputSource, String, char[], int, int, Location, URL) - Static method in class com.ctc.wstx.io.InputSourceFactory
Factory method usually used to expand internal parsed entities; in which case context remains mostly the same.
constructChoice(boolean, char, Collection) - Static method in class com.ctc.wstx.dtd.ChoiceContentSpec
 
constructDFA(ContentSpec) - Static method in class com.ctc.wstx.dtd.DFAState
 
constructDocumentSource(InputBootstrapper, String, String, URL, Reader, boolean, int) - Static method in class com.ctc.wstx.io.InputSourceFactory
Factory method used for creating the main-level document reader source.
constructDtdId(String, String) - Method in class com.ctc.wstx.sr.FullStreamReader
 
constructDtdId(URL) - Method in class com.ctc.wstx.sr.FullStreamReader
 
constructEntitySource(WstxInputSource, String, InputBootstrapper, String, String, URL, Reader) - Static method in class com.ctc.wstx.io.InputSourceFactory
 
constructFromPublicId(String, int) - Static method in class com.ctc.wstx.dtd.DTDId
 
constructFromSystemId(URL, int) - Static method in class com.ctc.wstx.dtd.DTDId
 
constructImpl(int) - Static method in class com.ctc.wstx.compat.JdkInfo
Really crude class-loading functionality; just tries to create JDK wrapper instance for given version.
constructInstance(boolean, HashMap, Set, HashMap, Set, HashMap, HashMap) - Static method in class com.ctc.wstx.dtd.DTDSubsetImpl
 
constructInstance(TreeSet) - Static method in class com.ctc.wstx.util.WordResolver
Tries to construct an instance given ordered set of words.
constructMixed(boolean, Collection) - Static method in class com.ctc.wstx.dtd.ChoiceContentSpec
 
constructRaw(TreeSet) - Static method in class com.ctc.wstx.util.WordSet
 
constructSet(TreeSet) - Static method in class com.ctc.wstx.util.WordSet
 
constructTextWriter(Writer, String) - Static method in class com.ctc.wstx.io.TextEscaper
 
constructTextWriter() - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
contains(NameKey) - Method in class com.ctc.wstx.dtd.LargeNameKeySet
 
contains(NameKey) - Method in class com.ctc.wstx.dtd.NameKeySet
 
contains(NameKey) - Method in class com.ctc.wstx.dtd.SmallNameKeySet
 
contains(char[], int, int) - Method in class com.ctc.wstx.util.WordSet
 
contains(char[], char[], int, int) - Static method in class com.ctc.wstx.util.WordSet
 
contains(String) - Method in class com.ctc.wstx.util.WordSet
 
contains(char[], String) - Static method in class com.ctc.wstx.util.WordSet
 
containsInterned(String) - Method in class com.ctc.wstx.util.StringVector
 
contentsAsArray() - Method in class com.ctc.wstx.util.TextBuffer
 
contentsAsString() - Method in class com.ctc.wstx.util.TextBuffer
 
contentsToArray(int, char[], int, int) - Method in class com.ctc.wstx.util.TextBuffer
 
convertToBoolean(String, Object) - Static method in class com.ctc.wstx.util.ArgUtil
 
convertToInt(String, Object, int) - Static method in class com.ctc.wstx.util.ArgUtil
 
copyBufferStateFrom(WstxInputData) - Method in class com.ctc.wstx.io.WstxInputData
Note: Only public due to sub-classes needing to call this on base class instance from different package (confusing?)
copyEventFromReader(XMLStreamReader2, boolean) - Method in class com.ctc.wstx.sw.BaseStreamWriter
Method that essentially copies event that the specified reader has just read.
copyEventFromReader(XMLStreamReader2, boolean) - Method in interface org.codehaus.stax2.XMLStreamWriter2
Method that essentially copies event that the specified reader has just read.
copyStartElement(InputElementStack, AttributeCollector) - Method in class com.ctc.wstx.sw.BaseStreamWriter
Implementation-dependant method called to fully copy START_ELEMENT event that the passed-in stream reader points to
copyStartElement(InputElementStack, AttributeCollector) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
Element copier method implementation suitable to be used with non-namespace-aware writers.
copyStartElement(InputElementStack, AttributeCollector) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
Element copier method implementation suitable for use with namespace-aware writers in repairing mode.
copyStartElement(InputElementStack, AttributeCollector) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
Element copier method implementation suitable to be used with namespace-aware writers in non-repairing (explicit namespaces) mode.
create(String, String) - Static method in class com.ctc.wstx.ent.IntEntity
 
create(String, char[]) - Static method in class com.ctc.wstx.ent.IntEntity
 
createAttribute(QName, String) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createAttribute(String, String) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createAttribute(String, String, String, String) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createBasicStreamReader(BranchingReaderSource, ReaderCreator, ReaderConfig, InputBootstrapper) - Static method in class com.ctc.wstx.sr.WstxStreamReader
Factory method for constructing readers.
createCData(String) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createCharacters(String) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createChild(String, String) - Method in class com.ctc.wstx.sw.SimpleOutputElement
 
createChild() - Method in class com.ctc.wstx.util.BijectiveNsMap
 
createComment(String) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createDTD(String) - Method in class com.ctc.wstx.stax.WstxEventFactory
Note: constructing DTD events this way means that there will be no internal presentation of actual DTD; no parsing is implied by construction.
createDTD(String, String, String, String) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createDTD(String, String, String, String, Object) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createDTD(String, String, String, String) - Method in class org.codehaus.stax2.evt.XMLEventFactory2
 
createDTD(String, String, String, String, Object) - Method in class org.codehaus.stax2.evt.XMLEventFactory2
 
createDefined(Location, NameKey, StructValidator, int) - Static method in class com.ctc.wstx.dtd.DTDElement
Method called to create an actual element definition, matching an ELEMENT directive in a DTD subset.
createElementStack(ReaderConfig) - Static method in class com.ctc.wstx.sr.WstxStreamReader
 
createEmpty() - Static method in class com.ctc.wstx.util.BijectiveNsMap
 
createEndDocument() - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createEndElement(QName, Iterator) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createEndElement(String, String, String) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createEndElement(String, String, String, Iterator) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createEntityReference(String, EntityDeclaration) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createEscapingWriterFor(Writer, String) - Method in interface org.codehaus.stax2.EscapingWriterFactory
Method called to create an instance of escaping writer that will output content using specified writer, and escaping necessary characters (depending on both type [attr, element text] and encoding).
createEscapingWriterFor(OutputStream, String) - Method in interface org.codehaus.stax2.EscapingWriterFactory
Method called to create an instance of escaping writer that will output to the specified stream, using the specified encoding, and escaping necessary characters (depending on both type [attr, element text] and encoding).
createEventAllocator() - Method in class com.ctc.wstx.stax.WstxInputFactory
 
createFilteredReader(XMLEventReader, EventFilter) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
createFilteredReader(XMLStreamReader, StreamFilter) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
createFullDefaults(DTDReaderProxy) - Static method in class com.ctc.wstx.api.ReaderConfig
 
createFullDefaults() - Static method in class com.ctc.wstx.api.WriterConfig
 
createFullStreamReader(BranchingReaderSource, ReaderCreator, ReaderConfig, InputBootstrapper) - Static method in class com.ctc.wstx.sr.FullStreamReader
Factory method for constructing readers.
createIgnorableSpace(String) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createIgnorableWS(Location, String) - Static method in class com.ctc.wstx.evt.WCharacters
 
createJ2MEDefaults(DTDReaderProxy) - Static method in class com.ctc.wstx.api.ReaderConfig
 
createJ2MEDefaults() - Static method in class com.ctc.wstx.api.WriterConfig
 
createNamespace(String) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createNamespace(String, String) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createNextEvent(boolean, int) - Method in class com.ctc.wstx.evt.WstxEventReader
 
createNonIgnorableWS(Location, String) - Static method in class com.ctc.wstx.evt.WCharacters
 
createNonShared(SymbolTable) - Method in class com.ctc.wstx.api.ReaderConfig
 
createNonShared() - Method in class com.ctc.wstx.api.WriterConfig
 
createNonTransientNsContext(Location) - Method in class com.ctc.wstx.sr.InputElementStack
Method called to construct a non-transient NamespaceContext instance; generally needed when creating events to return from event-based iterators.
createNonTransientNsContext(Location) - Method in class com.ctc.wstx.sr.NonNsInputElementStack
Method called to construct a non-transient NamespaceContext instance; generally needed when creating events to return from event-based iterators.
createNonTransientNsContext(Location) - Method in class com.ctc.wstx.sr.NsInputElementStack
Method called to construct a non-transient NamespaceContext instance; generally needed when creating events to return from event-based iterators.
createPlaceholder(Location, NameKey) - Static method in class com.ctc.wstx.dtd.DTDElement
Method called to create a "placeholder" element definition, needed to contain attribute definitions.
createProcessingInstruction(String, String) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createRoot() - Static method in class com.ctc.wstx.sw.SimpleOutputElement
 
createSpace(String) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createStartDocument() - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createStartDocument(String) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createStartDocument(String, String) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createStartDocument(String, String, boolean) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createStartElement(QName, Iterator, Iterator) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createStartElement(String, String, String) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createStartElement(String, String, String, Iterator, Iterator) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createStartElement(String, String, String, Iterator, Iterator, NamespaceContext) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
createStartEvent() - Method in class com.ctc.wstx.evt.WstxEventReader
Method called to create the very first START_DOCUMENT event.
createXMLEventReader(InputStream) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
createXMLEventReader(InputStream, String) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
createXMLEventReader(Reader) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
createXMLEventReader(Source) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
createXMLEventReader(String, InputStream) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
createXMLEventReader(String, Reader) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
createXMLEventReader(XMLStreamReader) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
createXMLEventReader(URL) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
createXMLEventReader(File) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
createXMLEventReader(URL) - Method in class org.codehaus.stax2.XMLInputFactory2
Factory method that allows for parsing a document accessible via specified URL.
createXMLEventReader(File) - Method in class org.codehaus.stax2.XMLInputFactory2
Convenience factory method that allows for parsing a document stored in the specified file.
createXMLEventWriter(OutputStream) - Method in class com.ctc.wstx.stax.WstxOutputFactory
 
createXMLEventWriter(OutputStream, String) - Method in class com.ctc.wstx.stax.WstxOutputFactory
 
createXMLEventWriter(Result) - Method in class com.ctc.wstx.stax.WstxOutputFactory
 
createXMLEventWriter(Writer) - Method in class com.ctc.wstx.stax.WstxOutputFactory
 
createXMLEventWriter(Writer, String) - Method in class com.ctc.wstx.stax.WstxOutputFactory
 
createXMLEventWriter(Writer, String) - Method in class org.codehaus.stax2.XMLOutputFactory2
 
createXMLStreamReader(InputStream) - Method in class com.ctc.wstx.stax.MinimalInputFactory
 
createXMLStreamReader(InputStream, String) - Method in class com.ctc.wstx.stax.MinimalInputFactory
 
createXMLStreamReader(Reader) - Method in class com.ctc.wstx.stax.MinimalInputFactory
 
createXMLStreamReader(Source) - Method in class com.ctc.wstx.stax.MinimalInputFactory
 
createXMLStreamReader(String, InputStream) - Method in class com.ctc.wstx.stax.MinimalInputFactory
 
createXMLStreamReader(String, Reader) - Method in class com.ctc.wstx.stax.MinimalInputFactory
 
createXMLStreamReader(InputStream) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
createXMLStreamReader(InputStream, String) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
createXMLStreamReader(Reader) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
createXMLStreamReader(Source) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
createXMLStreamReader(String, InputStream) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
createXMLStreamReader(String, Reader) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
createXMLStreamReader(URL) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
createXMLStreamReader(File) - Method in class com.ctc.wstx.stax.WstxInputFactory
Convenience factory method that allows for parsing a document stored in the specified file.
createXMLStreamReader(URL) - Method in class org.codehaus.stax2.XMLInputFactory2
Factory method that allows for parsing a document accessible via specified URL.
createXMLStreamReader(File) - Method in class org.codehaus.stax2.XMLInputFactory2
Convenience factory method that allows for parsing a document stored in the specified file.
createXMLStreamWriter(OutputStream) - Method in class com.ctc.wstx.stax.MinimalOutputFactory
 
createXMLStreamWriter(OutputStream, String) - Method in class com.ctc.wstx.stax.MinimalOutputFactory
 
createXMLStreamWriter(Result) - Method in class com.ctc.wstx.stax.MinimalOutputFactory
 
createXMLStreamWriter(Writer) - Method in class com.ctc.wstx.stax.MinimalOutputFactory
 
createXMLStreamWriter(Writer, String) - Method in class com.ctc.wstx.stax.MinimalOutputFactory
 
createXMLStreamWriter(OutputStream) - Method in class com.ctc.wstx.stax.WstxOutputFactory
 
createXMLStreamWriter(OutputStream, String) - Method in class com.ctc.wstx.stax.WstxOutputFactory
 
createXMLStreamWriter(Result) - Method in class com.ctc.wstx.stax.WstxOutputFactory
 
createXMLStreamWriter(Writer) - Method in class com.ctc.wstx.stax.WstxOutputFactory
 
createXMLStreamWriter(Writer, String) - Method in class com.ctc.wstx.stax.WstxOutputFactory
 
createXMLStreamWriter(Writer, String) - Method in class org.codehaus.stax2.XMLOutputFactory2
 

D

DEFAULT_AUTOMATIC_NS_PREFIX - Static variable in class com.ctc.wstx.api.WriterConfig
 
DEFAULT_ENCODING - Static variable in class com.ctc.wstx.sw.BaseStreamWriter
Default encoding we assume, if nothing is passed explicitly.
DEFAULT_FILL_FACTOR - Static variable in class com.ctc.wstx.util.SymbolTable
 
DEFAULT_NS_PREFIX - Static variable in class com.ctc.wstx.sr.WstxStreamReader
StAX API expects null to indicate "no prefix", not an empty String...
DEFAULT_NS_URI - Static variable in class com.ctc.wstx.sr.ElemAttrs
 
DEFAULT_QUOTE_CHAR - Static variable in class com.ctc.wstx.sw.BaseStreamWriter
 
DEFAULT_SHORTEST_TEXT_SEGMENT - Static variable in class com.ctc.wstx.api.ReaderConfig
By default, let's require minimum of 64 chars to be delivered as shortest partial (piece of) text (CDATA, text) segment; same for both J2ME subset and full readers.
DEFAULT_TABLE_SIZE - Static variable in class com.ctc.wstx.util.SymbolTable
Default initial table size; no need to make it miniscule, due to couple of things: first, overhead of array is is significant, and second, overhead of rehashing is also non-negligible.
DEFAULT_XML_VERSION - Static variable in class com.ctc.wstx.api.WstxOutputProperties
Default xml version number output, if none was specified by application.
DEF_DEFAULT - Static variable in class com.ctc.wstx.dtd.DTDAttribute
 
DEF_FIXED - Static variable in class com.ctc.wstx.dtd.DTDAttribute
 
DEF_IMPLIED - Static variable in class com.ctc.wstx.dtd.DTDAttribute
 
DEF_REQUIRED - Static variable in class com.ctc.wstx.dtd.DTDAttribute
 
DFAState - class com.ctc.wstx.dtd.DFAState.
Class that represents a state in DFA used for validating complex DTD content models.
DFAState(int, BitSet) - Constructor for class com.ctc.wstx.dtd.DFAState
 
DFAValidator - class com.ctc.wstx.dtd.DFAValidator.
Validator class that is based on a DFA constructed from DTD content specification.
DFAValidator(DFAState) - Constructor for class com.ctc.wstx.dtd.DFAValidator
 
DTD2 - interface org.codehaus.stax2.evt.DTD2.
Interface that extends basic DTD with methods that are necessary to completely reproduce actual DOCTYPE declaration constructs in xml documents.
DTDAttribute - class com.ctc.wstx.dtd.DTDAttribute.
Base class for objects that contain attribute definitions from DTD.
DTDAttribute(NameKey, int, String, int) - Constructor for class com.ctc.wstx.dtd.DTDAttribute
 
DTDElement - class com.ctc.wstx.dtd.DTDElement.
Class that contains element definitions from DTD.
DTDEntitiesAttr - class com.ctc.wstx.dtd.DTDEntitiesAttr.
Specific attribute class for attributes that contain (unique) identifiers.
DTDEntitiesAttr(NameKey, int, String, int) - Constructor for class com.ctc.wstx.dtd.DTDEntitiesAttr
Main constructor.
DTDEntityAttr - class com.ctc.wstx.dtd.DTDEntityAttr.
Specific attribute class for attributes that contain (unique) identifiers.
DTDEntityAttr(NameKey, int, String, int) - Constructor for class com.ctc.wstx.dtd.DTDEntityAttr
Main constructor.
DTDEnumAttr - class com.ctc.wstx.dtd.DTDEnumAttr.
Specific attribute class for attributes that have enumerated values.
DTDEnumAttr(NameKey, int, String, int, WordResolver) - Constructor for class com.ctc.wstx.dtd.DTDEnumAttr
 
DTDId - class com.ctc.wstx.dtd.DTDId.
Simple key object class, used for accessing (external) DTDs when stored for caching.
DTDIdAttr - class com.ctc.wstx.dtd.DTDIdAttr.
Specific attribute class for attributes that contain (unique) identifiers.
DTDIdAttr(NameKey, int, int) - Constructor for class com.ctc.wstx.dtd.DTDIdAttr
Main constructor.
DTDIdRefAttr - class com.ctc.wstx.dtd.DTDIdRefAttr.
Attribute class for attributes that contain references to elements that have matching identifier specified.
DTDIdRefAttr(NameKey, int, String, int) - Constructor for class com.ctc.wstx.dtd.DTDIdRefAttr
Main constructor.
DTDIdRefsAttr - class com.ctc.wstx.dtd.DTDIdRefsAttr.
Attribute class for attributes that contain multiple references to elements that have matching identifier specified.
DTDIdRefsAttr(NameKey, int, String, int) - Constructor for class com.ctc.wstx.dtd.DTDIdRefsAttr
Main constructor.
DTDInfo - interface org.codehaus.stax2.DTDInfo.
Interface that specifies additional access functionality to parsed DTD information (if any); these methods are encapsulated on a separate interface to keep the main reader interface from exploding.
DTDNmTokenAttr - class com.ctc.wstx.dtd.DTDNmTokenAttr.
Specific attribute class for attributes that contain (unique) identifiers.
DTDNmTokenAttr(NameKey, int, String, int) - Constructor for class com.ctc.wstx.dtd.DTDNmTokenAttr
Main constructor.
DTDNmTokensAttr - class com.ctc.wstx.dtd.DTDNmTokensAttr.
Specific attribute class for attributes that contain (unique) identifiers.
DTDNmTokensAttr(NameKey, int, String, int) - Constructor for class com.ctc.wstx.dtd.DTDNmTokensAttr
Main constructor.
DTDNotationAttr - class com.ctc.wstx.dtd.DTDNotationAttr.
Specific attribute class for attributes that are of NOTATION type, and also contain enumerated set of legal values.
DTDNotationAttr(NameKey, int, String, int, WordResolver) - Constructor for class com.ctc.wstx.dtd.DTDNotationAttr
 
DTDReaderProxy - class com.ctc.wstx.dtd.DTDReaderProxy.
Interface that defines functionality for Objects that act as DTD reader proxies.
DTDReaderProxy() - Constructor for class com.ctc.wstx.dtd.DTDReaderProxy
 
DTDSubset - class com.ctc.wstx.dtd.DTDSubset.
This is the abstract base class that defines API for Objects that contain specification read from DTDs (internal and external subsets).
DTDSubset() - Constructor for class com.ctc.wstx.dtd.DTDSubset
 
DTDSubsetImpl - class com.ctc.wstx.dtd.DTDSubsetImpl.
The default implementation of DTDSubset
DTDTypedAttr - class com.ctc.wstx.dtd.DTDTypedAttr.
Specific attribute class for attributes that are neither basic CDATA attributes nor enumerated attributes.
DTDTypedAttr(NameKey, int, String, int, int) - Constructor for class com.ctc.wstx.dtd.DTDTypedAttr
 
DataUtil - class com.ctc.wstx.util.DataUtil.
 
DefaultEventAllocator - class com.ctc.wstx.evt.DefaultEventAllocator.
Straight-forward implementation of XMLEventAllocator, to be used with Woodstox' event reader.
DefaultEventAllocator(boolean) - Constructor for class com.ctc.wstx.evt.DefaultEventAllocator
 
DefaultInputResolver - class com.ctc.wstx.io.DefaultInputResolver.
Static utility class that implements the entity (external DTD subset, external parsed entities) resolution logics.
DefaultXmlSymbolTable - class com.ctc.wstx.util.DefaultXmlSymbolTable.
Factory class used for instantiating pre-populated XML symbol tables.
DefaultXmlSymbolTable() - Constructor for class com.ctc.wstx.util.DefaultXmlSymbolTable
 
define(Location, StructValidator, int) - Method in class com.ctc.wstx.dtd.DTDElement
Method called on placeholder element, to create a real instance that has all attribute definitions placeholder had (it'll always have at least one -- otherwise no placeholder was needed).
defineFrom(InputProblemReporter, DTDElement) - Method in class com.ctc.wstx.dtd.DTDElement
Method called to "upgrade" a placeholder using a defined element, including adding attributes.
doCacheDTDs(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
 
doCoalesceText(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
 
doCopyDefaultAttrs(boolean) - Method in class com.ctc.wstx.api.WriterConfig
 
doCreateSR(BranchingReaderSource, ReaderConfig, InputBootstrapper) - Method in class com.ctc.wstx.stax.MinimalInputFactory
 
doCreateSR(BranchingReaderSource, ReaderConfig, InputBootstrapper) - Method in class com.ctc.wstx.stax.ValidatingInputFactory
 
doFixContent(boolean) - Method in class com.ctc.wstx.api.WriterConfig
 
doGetNamespaceURI(String) - Method in class com.ctc.wstx.evt.MergedNsContext
 
doGetNamespaceURI(String) - Method in class com.ctc.wstx.sr.CompactNsContext
 
doGetNamespaceURI(String) - Method in class com.ctc.wstx.util.BaseNsContext
 
doGetNamespaceURI(String) - Method in class com.ctc.wstx.util.EmptyNamespaceContext
 
doGetPrefix(String) - Method in class com.ctc.wstx.evt.MergedNsContext
 
doGetPrefix(String) - Method in class com.ctc.wstx.sr.CompactNsContext
 
doGetPrefix(String) - Method in class com.ctc.wstx.util.BaseNsContext
 
doGetPrefix(String) - Method in class com.ctc.wstx.util.EmptyNamespaceContext
 
doGetPrefixes(String) - Method in class com.ctc.wstx.evt.MergedNsContext
 
doGetPrefixes(String) - Method in class com.ctc.wstx.sr.CompactNsContext
 
doGetPrefixes(String) - Method in class com.ctc.wstx.util.BaseNsContext
 
doGetPrefixes(String) - Method in class com.ctc.wstx.util.EmptyNamespaceContext
 
doInternNames(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
 
doInternNsURIs(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
 
doNormalizeAttrValues(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
 
doNormalizeLFs(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
 
doOutputCDataAsText(boolean) - Method in class com.ctc.wstx.api.WriterConfig
 
doParseLazily(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
 
doPreserveLocation(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
 
doReplaceEntityRefs(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
 
doReportAllTextAsCharacters(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
 
doReportPrologWhitespace(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
 
doSetPrefix(String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
doSetPrefix(String, String) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
 
doSetPrefix(String, String) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
 
doSupportDTDPP(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
 
doSupportDTDs(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
 
doSupportExternalEntities(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
 
doSupportNamespaces(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
 
doSupportNamespaces(boolean) - Method in class com.ctc.wstx.api.WriterConfig
 
doValidateAttributes(boolean) - Method in class com.ctc.wstx.api.WriterConfig
 
doValidateContent(boolean) - Method in class com.ctc.wstx.api.WriterConfig
 
doValidateNames(boolean) - Method in class com.ctc.wstx.api.WriterConfig
 
doValidateStructure(boolean) - Method in class com.ctc.wstx.api.WriterConfig
 
doValidateWithDTD(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
 
doWriteAttr(String, String, String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
doWriteEndElement(QName, boolean) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
doWriteNamespace(String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
doWriteStartDocument(String, String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
doWriteStartElement(String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 

E

EMPTY_STRING - Static variable in class com.ctc.wstx.util.SymbolTable
 
ERR_BRACKET_IN_TEXT - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_CDATA_IN_EPILOG - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_DTD_ATTR_TYPE - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_DTD_DEFAULT_TYPE - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_DTD_DUP - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_DTD_IN_EPILOG - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_DTD_MAINLEVEL_KEYWORD - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_HYPHENS_IN_COMMENT - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_INTERNAL - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_NSDECL_WRONG_STATE - Static variable in class com.ctc.wstx.sw.BaseNsStreamWriter
 
ERR_NS_EMPTY - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_NS_REDECL_XML - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_NS_REDECL_XMLNS - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_NS_REDECL_XMLNS_URI - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_NS_REDECL_XML_URI - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_STATE_NOT_ELEM - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_STATE_NOT_STELEM - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_VLD_ANY - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_VLD_EMPTY - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_VLD_NON_MIXED - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_VLD_UNKNOWN_ATTR - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_VLD_UNKNOWN_ELEM - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
ERR_XMLDECL_END_MARKER - Static variable in class com.ctc.wstx.io.InputBootstrapper
 
ERR_XMLDECL_EXP_ATTRVAL - Static variable in class com.ctc.wstx.io.InputBootstrapper
 
ERR_XMLDECL_EXP_EQ - Static variable in class com.ctc.wstx.io.InputBootstrapper
 
ERR_XMLDECL_EXP_SPACE - Static variable in class com.ctc.wstx.io.InputBootstrapper
 
ERR_XMLDECL_KW_ENCODING - Static variable in class com.ctc.wstx.io.InputBootstrapper
 
ERR_XMLDECL_KW_STANDALONE - Static variable in class com.ctc.wstx.io.InputBootstrapper
 
ERR_XMLDECL_KW_VERSION - Static variable in class com.ctc.wstx.io.InputBootstrapper
 
EXP_ATTR_COUNT - Static variable in class com.ctc.wstx.sr.AttributeCollector
Expected typical maximum number of attributes for any element; chosen to minimize need to resize, while trying not to waste space.
ElemAttrs - class com.ctc.wstx.sr.ElemAttrs.
Container class that is constructed with enough raw attribute information, to be able to lazily construct full attribute objects, to be accessed via Iterator, or fully-qualified name.
ElemAttrs(String[], int) - Constructor for class com.ctc.wstx.sr.ElemAttrs
Method called to create "short" attribute list; list that has only few entries, and can thus be searched for attributes using linear search, without using any kind of Map structure.
ElemAttrs(String[], int, int[], int, int) - Constructor for class com.ctc.wstx.sr.ElemAttrs
Method called to create "long" attribute list; list that has a few entries, and efficient access by fully-qualified name should not be done by linear search.
ElemCallback - class com.ctc.wstx.sr.ElemCallback.
Abstract base class that defines set of simple callbacks to be called by the stream reader, passing information about element that the stream currently points to, if any.
ElemCallback() - Constructor for class com.ctc.wstx.sr.ElemCallback
 
ElementValidator - class com.ctc.wstx.dtd.ElementValidator.
Class that will be instantiated by specialized instances of InputElementStack, specifically the validating ones (whether namespace-aware or not).
ElementValidator(InputProblemReporter, SymbolTable, boolean, Map, AttributeCollector, boolean) - Constructor for class com.ctc.wstx.dtd.ElementValidator
 
EmptyIterator - class com.ctc.wstx.util.EmptyIterator.
Simple implementation of "null iterator", iterator that has nothing to iterate over.
EmptyNamespaceContext - class com.ctc.wstx.util.EmptyNamespaceContext.
Dummy NamespaceContext (and BaseNsContext) implementation that is usually used in non-namespace-aware mode.
EmptyValidator - class com.ctc.wstx.dtd.EmptyValidator.
Simple content model validator that accepts no elements, ever; this is true for pure #PCDATA content model as well as EMPTY content model.
EntityDecl - class com.ctc.wstx.ent.EntityDecl.
Abstract base class for various entity declarations DTD reader has parsed from DTD subsets.
EntityDecl(Location, String, URL) - Constructor for class com.ctc.wstx.ent.EntityDecl
 
ErrorConsts - class com.ctc.wstx.cfg.ErrorConsts.
"Static" class that contains error message constants.
ErrorConsts() - Constructor for class com.ctc.wstx.cfg.ErrorConsts
 
EscapingWriterFactory - interface org.codehaus.stax2.EscapingWriterFactory.
Interface that defines API for the factories stream writers use for creating "escaping writers".
ExceptionUtil - class com.ctc.wstx.util.ExceptionUtil.
 
ExtEntity - class com.ctc.wstx.ent.ExtEntity.
 
ExtEntity(Location, String, URL, String, String) - Constructor for class com.ctc.wstx.ent.ExtEntity
 
enableAutomaticEmptyElements(boolean) - Method in class com.ctc.wstx.api.WriterConfig
 
enableAutomaticNamespaces(boolean) - Method in class com.ctc.wstx.api.WriterConfig
 
encodingSet() - Method in class com.ctc.wstx.evt.WStartDocument
 
encodingStartsWith(String, String) - Static method in class com.ctc.wstx.util.StringUtil
 
endBranch(int) - Method in class com.ctc.wstx.io.BranchingReaderSource
Currently this input source does not implement branching
endsWith(String) - Method in class com.ctc.wstx.util.TextBuffer
Method that can be used to check if the contents of the buffer end in specified String.
ensureFinishToken() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
ensureInput(int) - Method in class com.ctc.wstx.dtd.FullDTDReader
 
ensureInput(int) - Method in class com.ctc.wstx.sr.StreamScanner
Method called to make sure current main-level input buffer has at least specified number of characters available consequtively, without having to call StreamScanner.loadMore().
ensureNotShared() - Method in class com.ctc.wstx.util.TextBuffer
Method called to make sure that buffer is not using shared input buffer; if it is, it will copy such contents to private buffer.
equalEncodings(String, String) - Static method in class com.ctc.wstx.util.StringUtil
Method that implements a loose String compairon for encoding Strings.
equals(Object) - Method in class com.ctc.wstx.dtd.DTDId
 
equals(Object) - Method in class com.ctc.wstx.dtd.NameKey
 
equals(Object) - Method in class com.ctc.wstx.io.WstxInputLocation
 
expand(WstxInputSource, XMLResolver, XMLReporter) - Method in class com.ctc.wstx.ent.EntityDecl
Method called to create the new input source through which expansion value of the entity can be read.
expand(WstxInputSource, XMLResolver, XMLReporter) - Method in class com.ctc.wstx.ent.ExtEntity
 
expand(WstxInputSource, XMLResolver, XMLReporter) - Method in class com.ctc.wstx.ent.IntEntity
 
expand(WstxInputSource, XMLResolver, XMLReporter) - Method in class com.ctc.wstx.ent.ParsedExtEntity
 
expand(WstxInputSource, XMLResolver, XMLReporter) - Method in class com.ctc.wstx.ent.UnparsedExtEntity
 
expandBy50Pct(char[]) - Method in class com.ctc.wstx.sr.StreamScanner
 
expandEntity(String, Map, Map, boolean) - Method in class com.ctc.wstx.sr.StreamScanner
Helper method that will try to expand a parsed entity (parameter or generic entity)
expandEntity(EntityDecl, boolean) - Method in class com.ctc.wstx.sr.StreamScanner
 

F

FEATURE_DTD_OVERRIDE - Static variable in interface org.codehaus.stax2.XMLStreamReader2
Feature used to specify the source for DTD external subset to use instead of DTD specified by the XML document itself (if any).
FilteredEventReader - class com.ctc.wstx.evt.FilteredEventReader.
Some notes about implemention: There is no way to filter out values of peek(), so we'll just straight dispatch the call to underlying reader
FilteredEventReader(XMLEventReader, EventFilter) - Constructor for class com.ctc.wstx.evt.FilteredEventReader
 
FilteredStreamReader - class com.ctc.wstx.stax.FilteredStreamReader.
Simple straight-forward implementation of a filtering stream reader, needed to implement XMLInputFactory
FilteredStreamReader(XMLStreamReader, StreamFilter) - Constructor for class com.ctc.wstx.stax.FilteredStreamReader
 
FullDTDReader - class com.ctc.wstx.dtd.FullDTDReader.
Reader that reads in DTD information from internal or external subset.
FullDTDReaderProxy - class com.ctc.wstx.dtd.FullDTDReaderProxy.
Proxy implementation that will act as a full-featured DTD reader.
FullStreamReader - class com.ctc.wstx.sr.FullStreamReader.
Implementation of XMLStreamReader that builds on WstxStreamReader, but adds full DTD-handling, including DTD validation
find(Object) - Method in class com.ctc.wstx.util.SimpleCache
 
find(char[], int, int) - Method in class com.ctc.wstx.util.WordResolver
 
find(String) - Method in class com.ctc.wstx.util.WordResolver
 
findAttributeIndex(String, String) - Method in class com.ctc.wstx.sr.InputElementStack
 
findAttributeIndex(String, String) - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
findAttributeIndex(String, String) - Method in class com.ctc.wstx.sr.NsInputElementStack
 
findAttributeIndex(String, String) - Method in interface org.codehaus.stax2.AttributeInfo
 
findCachedDTD(DTDId) - Method in interface com.ctc.wstx.sr.ReaderCreator
 
findCachedDTD(DTDId) - Method in class com.ctc.wstx.stax.MinimalInputFactory
Method readers created by this factory call, if DTD caching is enabled, to see if an external DTD (subset) has been parsed and cached earlier.
findCachedDTD(DTDId) - Method in class com.ctc.wstx.stax.ValidatingInputFactory
Method readers created by this factory call, if DTD caching is enabled, to see if an external DTD (subset) has been parsed and cached earlier.
findCachedDTD(DTDId) - Method in class com.ctc.wstx.stax.WstxInputFactory
Method readers created by this factory call, if DTD caching is enabled, to see if an external DTD (subset) has been parsed and cached earlier.
findElemPrefix(String, SimpleOutputElement) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
Method called to find an existing prefix for the given namespace, if any exists in the scope.
findEntity(String) - Method in class com.ctc.wstx.dtd.FullDTDReader
Method that may need to be called by attribute default value validation code, during parsing....
findEntity(String) - Method in class com.ctc.wstx.dtd.MinimalDTDReader
Method that may need to be called by attribute default value validation code, during parsing....
findEntityDecl(ElementValidator, char[], int, int, int) - Method in class com.ctc.wstx.dtd.DTDAttribute
 
findIndex(QName) - Method in class com.ctc.wstx.sr.ElemAttrs
 
findLastByValueNonInterned(String) - Method in class com.ctc.wstx.util.StringVector
 
findLastFromMap(String) - Method in class com.ctc.wstx.util.StringVector
Specialized access method; treats vector as a Map, with 2 Strings per entry; first one being key, second value.
findLastIndexByValueNonInterned(String) - Method in class com.ctc.wstx.util.StringVector
 
findLastIndexNonInterned(String) - Method in class com.ctc.wstx.util.StringVector
 
findLastNonInterned(String) - Method in class com.ctc.wstx.util.StringVector
 
findNext(NameKey) - Method in class com.ctc.wstx.dtd.DFAState
 
findOrCreateAttrPrefix(String, String, SimpleOutputElement) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
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.
findPrefixByUri(String) - Method in class com.ctc.wstx.util.BijectiveNsMap
 
findSymbol(char[], int, int, int) - Method in class com.ctc.wstx.util.SymbolTable
Main access method; will check if actual symbol String exists; if so, returns it; if not, will create, add and return it.
findSymbol(String) - Method in class com.ctc.wstx.util.SymbolTable
Similar to to SymbolTable.findSymbol(char[],int,int,int); used to either do potentially cheap intern() (if table already has intern()ed version), or to pre-populate symbol table with known values.
findSymbolIfExists(char[], int, int, int) - Method in class com.ctc.wstx.util.SymbolTable
Similar to {link #findSymbol}, but will not add passed in symbol if it is not in symbol table yet.
findUriByPrefix(String) - Method in class com.ctc.wstx.util.BijectiveNsMap
 
finishCurrentSegment() - Method in class com.ctc.wstx.util.TextBuffer
 
finishDTD(boolean) - Method in class com.ctc.wstx.sr.FullStreamReader
This method gets called to handle remainder of DOCTYPE declaration, essentially the optional internal subset.
finishDTD(boolean) - Method in class com.ctc.wstx.sr.WstxStreamReader
This method gets called to handle remainder of DOCTYPE declaration, essentially the optional internal subset.
finishToken() - Method in class com.ctc.wstx.sr.WstxStreamReader
Method called to read in contents of the token completely, if not yet read.
flattenExternalSubset(WstxInputSource, Writer, boolean, boolean, boolean) - Static method in class com.ctc.wstx.dtd.FullDTDReader
Method that will parse, process and output contents of an external DTD subset.
flush() - Method in class com.ctc.wstx.evt.WstxEventWriter
 
flush() - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
flush() - Method in class com.ctc.wstx.util.LineSuppressWriter
 
flushStream() - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
formatMessage(String, Object) - Static method in class com.ctc.wstx.cfg.ErrorConsts
 
formatMessage(String, Object, Object) - Static method in class com.ctc.wstx.cfg.ErrorConsts
 
fullyResolveEntity(Map, Map, boolean) - Method in class com.ctc.wstx.sr.StreamScanner
Method that does full resolution of an entity reference, be it character entity, internal entity or external entity, including updating of input buffers, and depending on whether result is a character entity (or one of 5 pre-defined entities), returns char in question, or null character (code 0) to indicate it had to change input source.
fullyValid() - Method in class com.ctc.wstx.dtd.DFAValidator
 
fullyValid() - Method in class com.ctc.wstx.dtd.EmptyValidator
If we ever get as far as element closing, things are all good; can just return null.
fullyValid() - Method in class com.ctc.wstx.dtd.StructValidator
Method called when the end element of the scope this validator validates is encountered.

G

generateElemPrefix(String, String, SimpleOutputElement) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
Method called after RepairingNsStreamWriter.findElemPrefix(java.lang.String, com.ctc.wstx.sw.SimpleOutputElement) has returned null, to create and bind a namespace mapping for specified namespace.
generateMapping(String, String, int[]) - Method in class com.ctc.wstx.sw.SimpleOutputElement
 
getAllowedContent() - Method in class com.ctc.wstx.dtd.DTDElement
 
getAppEncoding() - Method in class com.ctc.wstx.io.InputBootstrapper
 
getAppEncoding() - Method in class com.ctc.wstx.io.ReaderBootstrapper
 
getAppEncoding() - Method in class com.ctc.wstx.io.StreamBootstrapper
By definition, when this bootstrapper is used, encoding is not known...
getArity() - Method in class com.ctc.wstx.dtd.ContentSpec
 
getAttrBuilder(String, String) - Method in class com.ctc.wstx.sr.AttributeCollector
 
getAttrBuilder() - Method in class com.ctc.wstx.sr.AttributeCollector
Low-level accessor method that attribute validation code may call for certain types of attributes; generally only for id and idref/idrefs attributes.
getAttrCollector() - Method in class com.ctc.wstx.sr.InputElementStack
 
getAttrCollector() - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
getAttrCollector() - Method in class com.ctc.wstx.sr.NsInputElementStack
 
getAttrValueEscaperFactory() - Method in class com.ctc.wstx.api.WriterConfig
 
getAttributeByName(QName) - Method in class com.ctc.wstx.evt.CompactStartElement
 
getAttributeByName(QName) - Method in class com.ctc.wstx.evt.SimpleStartElement
 
getAttributeCollector() - Method in interface com.ctc.wstx.sr.StreamReaderImpl
 
getAttributeCollector() - Method in class com.ctc.wstx.sr.WstxStreamReader
Method needed by classes (like stream writer implementations) that want to have efficient direct access to attribute collector Object, for optimal attribute name and value access.
getAttributeCount() - Method in class com.ctc.wstx.sr.InputElementStack
 
getAttributeCount() - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
getAttributeCount() - Method in class com.ctc.wstx.sr.NsInputElementStack
 
getAttributeCount() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getAttributeCount() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getAttributeCount() - Method in interface org.codehaus.stax2.AttributeInfo
 
getAttributeInfo() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getAttributeInfo() - Method in interface org.codehaus.stax2.XMLStreamReader2
Method that can be called to get additional information about attributes related to the current start element, as well as related DTD-based information if available.
getAttributeLocalName(int) - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getAttributeLocalName(int) - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getAttributeName(int) - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getAttributeName(int) - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getAttributeNamespace(int) - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getAttributeNamespace(int) - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getAttributePrefix(int) - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getAttributePrefix(int) - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getAttributeType(int) - Method in class com.ctc.wstx.dtd.ElementValidator
 
getAttributeType(int) - Method in class com.ctc.wstx.sr.InputElementStack
Default implementation just returns the 'unknown' type; validating sub-classes need to override
getAttributeType(int) - Method in class com.ctc.wstx.sr.VNonNsInputElementStack
Input element stack has to ask validator about this data; validator keeps track of attribute declarations for the current element
getAttributeType(int) - Method in class com.ctc.wstx.sr.VNsInputElementStack
Input element stack has to ask validator about this data; validator keeps track of attribute declarations for the current element
getAttributeType(int) - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getAttributeType(int) - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getAttributeValue(int) - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getAttributeValue(String, String) - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getAttributeValue(int) - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getAttributeValue(String, String) - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getAttributes() - Method in class com.ctc.wstx.dtd.DTDElement
 
getAttributes() - Method in class com.ctc.wstx.evt.CompactStartElement
 
getAttributes() - Method in class com.ctc.wstx.evt.SimpleStartElement
 
getAutomaticNsPrefix() - Method in class com.ctc.wstx.api.WriterConfig
 
getBaseURI() - Method in class com.ctc.wstx.ent.EntityDecl
 
getBaseURI() - Method in class com.ctc.wstx.evt.WEntityDeclaration
 
getBaseURL() - Method in class com.ctc.wstx.api.ReaderConfig
 
getChar() - Method in class com.ctc.wstx.exc.WstxUnexpectedCharException
 
getCharBuffer() - Method in class com.ctc.wstx.util.TextBuilder
Method that gives access to underlying character buffer
getCharDesc(char) - Static method in class com.ctc.wstx.io.WstxInputData
 
getCharSize() - Method in class com.ctc.wstx.util.TextBuilder
 
getCharacterEncodingScheme() - Method in class com.ctc.wstx.evt.WStartDocument
 
getCharacterEncodingScheme() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getCharacterEncodingScheme() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getCharacterOffset() - Method in class com.ctc.wstx.io.WstxInputLocation
 
getColumnNumber() - Method in class com.ctc.wstx.io.WstxInputLocation
 
getConfig() - Method in class com.ctc.wstx.stax.MinimalInputFactory
 
getConfig() - Method in class com.ctc.wstx.stax.MinimalOutputFactory
 
getConfig() - Method in class com.ctc.wstx.stax.WstxInputFactory
 
getConfig() - Method in class com.ctc.wstx.stax.WstxOutputFactory
 
getConfigFlags() - Method in class com.ctc.wstx.api.ReaderConfig
 
getConfigFlags() - Method in class com.ctc.wstx.api.WriterConfig
 
getContext() - Method in class com.ctc.wstx.io.WstxInputLocation
 
getContext() - Method in interface org.codehaus.stax2.XMLStreamLocation2
Method that can be used to traverse nested locations, like ones created when expanding entities (especially external entities).
getCount() - Method in class com.ctc.wstx.sr.AttributeCollector
 
getCurrentEntityDecl() - Method in interface com.ctc.wstx.sr.StreamReaderImpl
 
getCurrentEntityDecl() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getCurrentInput() - Method in class com.ctc.wstx.sr.StreamScanner
Returns current input source this source uses.
getCurrentLocation() - Method in class com.ctc.wstx.sr.StreamScanner
 
getCurrentLocation() - Method in interface org.codehaus.stax2.LocationInfo
A method that returns the current location of the stream reader at the input source.
getCurrentNsCount() - Method in class com.ctc.wstx.sr.InputElementStack
 
getCurrentNsCount() - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
getCurrentNsCount() - Method in class com.ctc.wstx.sr.NsInputElementStack
 
getCurrentSegment() - Method in class com.ctc.wstx.util.TextBuffer
 
getCurrentSegmentSize() - Method in class com.ctc.wstx.util.TextBuffer
 
getCustomInternalEntities() - Method in class com.ctc.wstx.api.ReaderConfig
 
getDTDInfo() - Method in class com.ctc.wstx.sr.WstxStreamReader
Since this class implements DTDInfo, method can just return this.
getDTDInfo() - Method in interface org.codehaus.stax2.XMLStreamReader2
Method that can be called to get information about DOCTYPE declaration that the reader is currently pointing to, if the reader has parsed it.
getDTDInternalSubset() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getDTDInternalSubset() - Method in interface org.codehaus.stax2.DTDInfo
 
getDTDPublicId() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getDTDPublicId() - Method in interface org.codehaus.stax2.DTDInfo
 
getDTDRootName() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getDTDRootName() - Method in interface org.codehaus.stax2.DTDInfo
 
getDTDSystemId() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getDTDSystemId() - Method in interface org.codehaus.stax2.DTDInfo
 
getDTDType() - Method in class com.ctc.wstx.evt.WAttribute
 
getData() - Method in class com.ctc.wstx.evt.WCharacters
 
getData() - Method in class com.ctc.wstx.evt.WProcInstr
 
getDeclaration() - Method in class com.ctc.wstx.evt.WEntityReference
 
getDeclaredEncoding() - Method in class com.ctc.wstx.io.InputBootstrapper
 
getDefaultCharEntity(String) - Static method in class com.ctc.wstx.util.DefaultXmlSymbolTable
 
getDefaultInstance() - Static method in class com.ctc.wstx.evt.DefaultEventAllocator
 
getDefaultNsBuilder() - Method in class com.ctc.wstx.sr.AttributeCollector
 
getDefaultNsURI() - Method in class com.ctc.wstx.sr.InputElementStack
 
getDefaultNsURI() - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
getDefaultNsURI() - Method in class com.ctc.wstx.sr.NsInputElementStack
 
getDefaultNsUri() - Method in class com.ctc.wstx.sw.SimpleOutputElement
 
getDefaultType() - Method in class com.ctc.wstx.dtd.DTDAttribute
 
getDefaultValue() - Method in class com.ctc.wstx.dtd.DTDAttribute
 
getDepth() - Method in class com.ctc.wstx.sr.InputElementStack
 
getDepth() - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
getDepth() - Method in class com.ctc.wstx.sr.NsInputElementStack
 
getDepth() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getDepth() - Method in interface org.codehaus.stax2.XMLStreamReader2
Method that returns the number of open elements in the stack; 0 when the reader is in prolog/epilog, 1 inside root element and so on.
getDisplayName() - Method in class com.ctc.wstx.dtd.DTDElement
 
getDocumentTypeDeclaration() - Method in class com.ctc.wstx.evt.WDTD
 
getDtdCacheSize() - Method in class com.ctc.wstx.api.ReaderConfig
In future this property could/should be made configurable?
getDtdReader() - Method in class com.ctc.wstx.api.ReaderConfig
 
getDtdResolver() - Method in class com.ctc.wstx.api.ReaderConfig
 
getDummySpec() - Static method in class com.ctc.wstx.dtd.TokenContentSpec
 
getElementMap() - Method in class com.ctc.wstx.dtd.DTDSubset
 
getElementMap() - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
 
getElementText() - Method in class com.ctc.wstx.evt.FilteredEventReader
 
getElementText() - Method in class com.ctc.wstx.evt.WstxEventReader
 
getElementText() - Method in class com.ctc.wstx.sr.WstxStreamReader
From StAX specs: Reads the content of a text-only element, an exception is thrown if this is not a text-only element.
getElementText() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getEmptyCharArray() - Static method in class com.ctc.wstx.util.DataUtil
 
getEmptyCharArray() - Static method in class com.ctc.wstx.util.EmptyIterator
 
getEmptyIntArray() - Static method in class com.ctc.wstx.util.EmptyIterator
 
getEmptyList() - Method in class com.ctc.wstx.compat.Jdk12Impl
 
getEmptyList() - Method in class com.ctc.wstx.compat.Jdk13Impl
 
getEmptyList() - Method in class com.ctc.wstx.compat.JdkImpl
 
getEmptyLocation() - Static method in class com.ctc.wstx.io.WstxInputLocation
 
getEmptyMap() - Method in class com.ctc.wstx.compat.Jdk12Impl
 
getEmptyMap() - Method in class com.ctc.wstx.compat.Jdk13Impl
 
getEmptyMap() - Method in class com.ctc.wstx.compat.JdkImpl
 
getEmptySet() - Method in class com.ctc.wstx.compat.Jdk12Impl
 
getEmptySet() - Method in class com.ctc.wstx.compat.Jdk13Impl
 
getEmptySet() - Method in class com.ctc.wstx.compat.JdkImpl
 
getEmptyStringArray() - Static method in class com.ctc.wstx.util.EmptyIterator
 
getEncoding() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getEncoding() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getEndLocation() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getEndLocation() - Method in interface org.codehaus.stax2.LocationInfo
An optional method that either returns the location object that points the ending position of the current event, or null if implementation does not keep track of it (some may return only start location; and some no location at all).
getEndingByteOffset() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getEndingByteOffset() - Method in interface org.codehaus.stax2.LocationInfo
Method that can be used to get exact byte offset (number of bytes read from the stream right before getting to this location) in the stream that is pointed to by this reader, right after the end of the current event.
getEndingCharOffset() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getEndingCharOffset() - Method in interface org.codehaus.stax2.LocationInfo
Method that can be used to get exact character offset (number of chars read from the stream right before getting to this location) in the stream that is pointed to by this reader, right after the end of the current event.
getEntities() - Method in class com.ctc.wstx.evt.WDTD
 
getEntityResolver() - Method in class com.ctc.wstx.api.ReaderConfig
 
getEntry(int) - Method in class com.ctc.wstx.util.TextBuilder
 
getEntry(int, Writer) - Method in class com.ctc.wstx.util.TextBuilder
 
getErrorMsg() - Method in class com.ctc.wstx.dtd.MinimalDTDReader
 
getEventAllocator() - Method in class com.ctc.wstx.stax.WstxInputFactory
 
getEventType() - Method in class com.ctc.wstx.evt.WAttribute
 
getEventType() - Method in class com.ctc.wstx.evt.WCharacters
 
getEventType() - Method in class com.ctc.wstx.evt.WComment
 
getEventType() - Method in class com.ctc.wstx.evt.WDTD
 
getEventType() - Method in class com.ctc.wstx.evt.WEndDocument
 
getEventType() - Method in class com.ctc.wstx.evt.WEndElement
 
getEventType() - Method in class com.ctc.wstx.evt.WEntityDeclaration
 
getEventType() - Method in class com.ctc.wstx.evt.WEntityReference
 
getEventType() - Method in class com.ctc.wstx.evt.WEvent
 
getEventType() - Method in class com.ctc.wstx.evt.WNamespace
 
getEventType() - Method in class com.ctc.wstx.evt.WNotationDeclaration
 
getEventType() - Method in class com.ctc.wstx.evt.WProcInstr
 
getEventType() - Method in class com.ctc.wstx.evt.WStartDocument
 
getEventType() - Method in class com.ctc.wstx.sr.WstxStreamReader
Returns type of the last event returned; or START_DOCUMENT before any events has been explicitly returned.
getEventType() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getExplicitPrefix(String) - Method in class com.ctc.wstx.sw.SimpleOutputElement
Method similar to SimpleOutputElement.getPrefix(), but one that will not accept the default namespace, only an explicit one.
getFastInstance() - Static method in class com.ctc.wstx.evt.DefaultEventAllocator
 
getFeature(String) - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getFeature(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
getFeature(String) - Method in interface org.codehaus.stax2.XMLStreamReader2
Method that can be used to get per-reader values; both generic ones (names for which are defined as constants in this class), and implementation dependant ones.
getFeature(String) - Method in interface org.codehaus.stax2.XMLStreamWriter2
 
getFirstDefaultOffset() - Method in class com.ctc.wstx.sr.ElemAttrs
 
getGeneralEntityList() - Method in class com.ctc.wstx.dtd.DTDSubset
 
getGeneralEntityList() - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
 
getGeneralEntityMap() - Method in class com.ctc.wstx.dtd.DTDSubset
 
getGeneralEntityMap() - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
 
getIdAttrIndex() - Method in class com.ctc.wstx.dtd.ElementValidator
Method for finding out the index of the attribute (collected using the attribute collector; having DTD-derived info in same order) that is of type ID.
getIdAttribute() - Method in class com.ctc.wstx.dtd.DTDElement
 
getIdAttributeIndex() - Method in class com.ctc.wstx.sr.InputElementStack
Default implementation just indicates it does not know of such attributes; this because that requires DTD information that only some implementations have.
getIdAttributeIndex() - Method in class com.ctc.wstx.sr.VNonNsInputElementStack
 
getIdAttributeIndex() - Method in class com.ctc.wstx.sr.VNsInputElementStack
 
getIdAttributeIndex() - Method in interface org.codehaus.stax2.AttributeInfo
Returns the index of the id attribute (attribute with any name, type ID from DTD) of current (start) element, if any.
getIndex() - Method in class com.ctc.wstx.dtd.DFAState
 
getInputBufferLength() - Method in class com.ctc.wstx.api.ReaderConfig
 
getInputBufferLength() - Method in class com.ctc.wstx.io.BaseInputSource
 
getInputBufferLength() - Method in class com.ctc.wstx.io.CharArraySource
 
getInputBufferLength() - Method in class com.ctc.wstx.io.ReaderSource
 
getInputBufferLength() - Method in class com.ctc.wstx.io.WstxInputSource
 
getInputColumn() - Method in class com.ctc.wstx.io.InputBootstrapper
 
getInputColumn() - Method in class com.ctc.wstx.io.ReaderBootstrapper
 
getInputColumn() - Method in class com.ctc.wstx.io.StreamBootstrapper
 
getInputElementStack() - Method in interface com.ctc.wstx.sr.StreamReaderImpl
 
getInputElementStack() - Method in class com.ctc.wstx.sr.WstxStreamReader
Method needed by classes (like stream writer implementations) that want to have efficient direct access to element stack implementation
getInputRow() - Method in class com.ctc.wstx.io.InputBootstrapper
 
getInputTotal() - Method in class com.ctc.wstx.io.InputBootstrapper
 
getInputTotal() - Method in class com.ctc.wstx.io.ReaderBootstrapper
 
getInputTotal() - Method in class com.ctc.wstx.io.StreamBootstrapper
 
getInsertOrderedMap() - Method in class com.ctc.wstx.compat.Jdk12Impl
Alas, 1.2 doesn't have LinkedHashMap; only available from 1.4+, so let's just create a standard HashMap.
getInsertOrderedMap(int) - Method in class com.ctc.wstx.compat.Jdk12Impl
Alas, 1.2 doesn't have LinkedHashMap; only available from 1.4+, so let's just create a standard HashMap.
getInsertOrderedMap() - Method in class com.ctc.wstx.compat.Jdk14Impl
 
getInsertOrderedMap(int) - Method in class com.ctc.wstx.compat.Jdk14Impl
 
getInsertOrderedMap() - Method in class com.ctc.wstx.compat.JdkImpl
 
getInsertOrderedMap(int) - Method in class com.ctc.wstx.compat.JdkImpl
 
getInstance() - Static method in class com.ctc.wstx.compat.JdkFeatures
 
getInstance() - Static method in class com.ctc.wstx.dtd.EmptyValidator
 
getInstance() - Static method in class com.ctc.wstx.dtd.FullDTDReaderProxy
 
getInstance() - Static method in class com.ctc.wstx.dtd.MinimalDTDReaderProxy
 
getInstance(Reader, String, String, int, String) - Static method in class com.ctc.wstx.io.ReaderBootstrapper
 
getInstance(InputStream, String, String, int) - Static method in class com.ctc.wstx.io.StreamBootstrapper
 
getInstance() - Static method in class com.ctc.wstx.util.DefaultXmlSymbolTable
Method that will return an instance of SymbolTable that has basic XML 1.0 constants pre-populated.
getInstance() - Static method in class com.ctc.wstx.util.EmptyIterator
 
getInstance() - Static method in class com.ctc.wstx.util.EmptyNamespaceContext
 
getInstance() - Static method in class com.ctc.wstx.util.InternCache
 
getInternalArray() - Method in class com.ctc.wstx.util.StringVector
 
getInternalSubset() - Method in class com.ctc.wstx.evt.WDTD
 
getInternalSubset() - Method in interface org.codehaus.stax2.evt.DTD2
 
getJDKVersion() - Static method in class com.ctc.wstx.compat.JdkInfo
 
getLF() - Static method in class com.ctc.wstx.util.StringUtil
 
getLRULimitMap(int) - Method in class com.ctc.wstx.compat.Jdk12Impl
1.2 doesn't have LinkedHashMap, so as usual, let's just create a HashMap
getLRULimitMap(int) - Method in class com.ctc.wstx.compat.Jdk14Impl
 
getLRULimitMap(int) - Method in class com.ctc.wstx.compat.JdkImpl
 
getLastCharLocation() - Method in class com.ctc.wstx.sr.StreamScanner
Method that returns location of the last character returned by this reader; that is, location "one less" than the currently pointed to location.
getLastString() - Method in class com.ctc.wstx.util.StringVector
 
getLineNumber() - Method in class com.ctc.wstx.io.WstxInputLocation
 
getLocalName() - Method in class com.ctc.wstx.dtd.NameKey
 
getLocalName(int) - Method in class com.ctc.wstx.sr.AttributeCollector
 
getLocalName() - Method in class com.ctc.wstx.sr.InputElementStack
 
getLocalName() - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
getLocalName() - Method in class com.ctc.wstx.sr.NsInputElementStack
 
getLocalName() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getLocalName() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getLocalName() - Method in class com.ctc.wstx.sw.SimpleOutputElement
 
getLocalNsPrefix(int) - Method in class com.ctc.wstx.sr.InputElementStack
 
getLocalNsPrefix(int) - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
getLocalNsPrefix(int) - Method in class com.ctc.wstx.sr.NsInputElementStack
 
getLocalNsURI(int) - Method in class com.ctc.wstx.sr.InputElementStack
 
getLocalNsURI(int) - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
getLocalNsURI(int) - Method in class com.ctc.wstx.sr.NsInputElementStack
 
getLocation() - Method in class com.ctc.wstx.dtd.DTDElement
 
getLocation() - Method in class com.ctc.wstx.dtd.MinimalDTDReader
What DTD reader returns doesn't really matter, so let's just return perceived start location (different from what stream readers actually do)
getLocation() - Method in class com.ctc.wstx.ent.EntityDecl
 
getLocation() - Method in class com.ctc.wstx.ent.NotationDecl
 
getLocation() - Method in class com.ctc.wstx.evt.WEvent
 
getLocation() - Method in class com.ctc.wstx.io.BaseInputSource
This method only gets called by the 'child' input source (for example, contents of an expanded entity), to get the enclosing context location.
getLocation(long, int, int) - Method in class com.ctc.wstx.io.BaseInputSource
 
getLocation() - Method in class com.ctc.wstx.io.InputBootstrapper
 
getLocation() - Method in class com.ctc.wstx.io.ReaderBootstrapper
 
getLocation() - Method in class com.ctc.wstx.io.StreamBootstrapper
 
getLocation() - Method in class com.ctc.wstx.io.WstxInputSource
Method usually called to get a parent location for another input source.
getLocation(long, int, int) - Method in class com.ctc.wstx.io.WstxInputSource
 
getLocation() - Method in interface com.ctc.wstx.sr.InputProblemReporter
 
getLocation() - Method in class com.ctc.wstx.sr.StreamScanner
Returns location of last properly parsed token; as per StAX specs, apparently needs to be the end of current event, which is the same as the start of the following event (or EOF if that's next).
getLocation() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getLocation() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getLocation() - Method in interface org.codehaus.stax2.LocationInfo
 
getLocationDesc() - Method in class com.ctc.wstx.exc.WstxException
 
getLocationInfo() - Method in class com.ctc.wstx.sr.WstxStreamReader
Location information is always accessible, for this reader.
getLocationInfo() - Method in interface org.codehaus.stax2.XMLStreamReader2
 
getMessage() - Method in class com.ctc.wstx.exc.WstxException
Method is overridden for two main reasons: first, default method does not display public/system id information, even if it exists, and second, default implementation can not handle nested Location information.
getMessage() - Method in class com.ctc.wstx.exc.WstxLazyException
Need to override this, to be able to dynamically construct and display the location information...
getName() - Method in class com.ctc.wstx.dtd.DTDAttribute
 
getName() - Method in class com.ctc.wstx.dtd.DTDElement
 
getName() - Method in class com.ctc.wstx.dtd.TokenContentSpec
 
getName() - Method in class com.ctc.wstx.dtd.TokenModel
 
getName() - Method in class com.ctc.wstx.ent.EntityDecl
 
getName() - Method in class com.ctc.wstx.ent.NotationDecl
 
getName() - Method in class com.ctc.wstx.evt.WAttribute
 
getName() - Method in class com.ctc.wstx.evt.WEndElement
 
getName() - Method in class com.ctc.wstx.evt.WEntityDeclaration
 
getName() - Method in class com.ctc.wstx.evt.WEntityReference
 
getName() - Method in class com.ctc.wstx.evt.WNotationDeclaration
 
getName() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getName() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getNameBuffer(int) - Method in class com.ctc.wstx.sr.StreamScanner
 
getNameList() - Method in class com.ctc.wstx.sr.AttributeCollector
Method called by InputElementStack instance that "owns" this attribute collector;
getNamespaceContext() - Method in class com.ctc.wstx.evt.WstxEventWriter
 
getNamespaceContext() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getNamespaceContext() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getNamespaceContext() - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
getNamespaceContext() - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
getNamespaceContext() - Method in class com.ctc.wstx.sw.NonNsStreamWriter
 
getNamespaceCount() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getNamespaceCount() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getNamespacePrefix(int) - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getNamespacePrefix(int) - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getNamespaceURI() - Method in class com.ctc.wstx.evt.WNamespace
 
getNamespaceURI(String) - Method in class com.ctc.wstx.sr.InputElementStack
 
getNamespaceURI(String) - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
getNamespaceURI(String) - Method in class com.ctc.wstx.sr.NsInputElementStack
 
getNamespaceURI() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getNamespaceURI(int) - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getNamespaceURI(String) - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getNamespaceURI() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getNamespaceURI(int) - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getNamespaceURI(String) - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getNamespaceURI(String) - Method in class com.ctc.wstx.sw.SimpleOutputElement
 
getNamespaceURI(String) - Method in class com.ctc.wstx.util.BaseNsContext
 
getNamespaces() - Method in class com.ctc.wstx.evt.MergedNsContext
Method that returns information about namespace definition declared in this scope; not including ones declared in outer scopes.
getNamespaces() - Method in class com.ctc.wstx.evt.WEndElement
 
getNamespaces() - Method in class com.ctc.wstx.sr.CompactNsContext
 
getNamespaces() - Method in class com.ctc.wstx.util.BaseNsContext
 
getNamespaces() - Method in class com.ctc.wstx.util.EmptyNamespaceContext
 
getNext() - Method in class com.ctc.wstx.io.InputBootstrapper
 
getNext() - Method in class com.ctc.wstx.io.ReaderBootstrapper
 
getNext() - Method in class com.ctc.wstx.io.StreamBootstrapper
 
getNext() - Method in class com.ctc.wstx.sr.StreamScanner
 
getNextAfterWS(char) - Method in class com.ctc.wstx.sr.StreamScanner
Method that will completely skip and ignore zero or more white space characters, and return next character (or EOF marker) after white space.
getNextAfterWS() - Method in class com.ctc.wstx.sr.StreamScanner
 
getNextAfterWs(boolean) - Method in class com.ctc.wstx.io.InputBootstrapper
 
getNextAfterWs(boolean) - Method in class com.ctc.wstx.io.ReaderBootstrapper
 
getNextAfterWs(boolean) - Method in class com.ctc.wstx.io.StreamBootstrapper
 
getNextChar(String) - Method in class com.ctc.wstx.sr.StreamScanner
 
getNextCharAfterWS(char, String) - Method in class com.ctc.wstx.sr.StreamScanner
 
getNextCharAfterWS(String) - Method in class com.ctc.wstx.sr.StreamScanner
 
getNextCharFromCurrent(String) - Method in class com.ctc.wstx.sr.StreamScanner
Similar to StreamScanner.getNextChar(java.lang.String), but will not read more characters from parent input source(s) if the current input source doesn't have more content.
getNextInCurrAfterWS(String) - Method in class com.ctc.wstx.sr.StreamScanner
 
getNextInCurrAfterWS(String, char) - Method in class com.ctc.wstx.sr.StreamScanner
 
getNextNames() - Method in class com.ctc.wstx.dtd.DFAState
 
getNextSkippingPEs() - Method in class com.ctc.wstx.dtd.MinimalDTDReader
 
getNotationAttrIndex() - Method in class com.ctc.wstx.dtd.ElementValidator
Method for finding out the index of the attribute (collected using the attribute collector; having DTD-derived info in same order) that is of type NOTATION.
getNotationAttribute() - Method in class com.ctc.wstx.dtd.DTDElement
 
getNotationAttributeIndex() - Method in class com.ctc.wstx.sr.InputElementStack
Default implementation just indicates it does not know of such attributes; this because that requires DTD information that only some implementations have.
getNotationAttributeIndex() - Method in class com.ctc.wstx.sr.VNonNsInputElementStack
 
getNotationAttributeIndex() - Method in class com.ctc.wstx.sr.VNsInputElementStack
 
getNotationAttributeIndex() - Method in interface org.codehaus.stax2.AttributeInfo
Returns the index of the notation attribute (attribute with any name, type NOTATION from DTD) of current (start) element, if any.
getNotationList() - Method in class com.ctc.wstx.dtd.DTDSubset
 
getNotationList() - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
 
getNotationMap() - Method in class com.ctc.wstx.dtd.DTDSubset
 
getNotationMap() - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
 
getNotationName() - Method in class com.ctc.wstx.ent.EntityDecl
 
getNotationName() - Method in class com.ctc.wstx.ent.ExtEntity
 
getNotationName() - Method in class com.ctc.wstx.ent.IntEntity
 
getNotationName() - Method in class com.ctc.wstx.ent.ParsedExtEntity
 
getNotationName() - Method in class com.ctc.wstx.ent.UnparsedExtEntity
 
getNotationName() - Method in class com.ctc.wstx.evt.WEntityDeclaration
 
getNotations() - Method in class com.ctc.wstx.evt.WDTD
 
getNsBuilder(String) - Method in class com.ctc.wstx.sr.AttributeCollector
 
getNsCount() - Method in class com.ctc.wstx.sr.AttributeCollector
 
getNsPrefix(int) - Method in class com.ctc.wstx.sr.AttributeCollector
 
getNsURI(int) - Method in class com.ctc.wstx.sr.AttributeCollector
 
getNsURI() - Method in class com.ctc.wstx.sr.InputElementStack
 
getNsURI() - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
getNsURI() - Method in class com.ctc.wstx.sr.NsInputElementStack
 
getNullToken() - Static method in class com.ctc.wstx.dtd.TokenModel
 
getOffset(int) - Method in class com.ctc.wstx.util.TextBuilder
 
getPIData() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getPIData() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getPITarget() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getPITarget() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getParameterEntityMap() - Method in class com.ctc.wstx.dtd.DTDSubset
 
getParameterEntityMap() - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
 
getParent() - Method in class com.ctc.wstx.io.WstxInputSource
 
getParent() - Method in class com.ctc.wstx.sw.SimpleOutputElement
 
getPrefix() - Method in class com.ctc.wstx.dtd.NameKey
 
getPrefix() - Method in class com.ctc.wstx.evt.WNamespace
 
getPrefix(String) - Method in class com.ctc.wstx.evt.WstxEventWriter
 
getPrefix(int) - Method in class com.ctc.wstx.sr.AttributeCollector
 
getPrefix(String) - Method in class com.ctc.wstx.sr.InputElementStack
 
getPrefix() - Method in class com.ctc.wstx.sr.InputElementStack
 
getPrefix(String) - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
getPrefix() - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
getPrefix(String) - Method in class com.ctc.wstx.sr.NsInputElementStack
 
getPrefix() - Method in class com.ctc.wstx.sr.NsInputElementStack
 
getPrefix() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getPrefix() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getPrefix(String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
getPrefix(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
getPrefix(String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
 
getPrefix() - Method in class com.ctc.wstx.sw.SimpleOutputElement
 
getPrefix(String) - Method in class com.ctc.wstx.sw.SimpleOutputElement
 
getPrefix(String) - Method in class com.ctc.wstx.util.BaseNsContext
 
getPrefixes(String) - Method in class com.ctc.wstx.sr.InputElementStack
 
getPrefixes(String) - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
getPrefixes(String) - Method in class com.ctc.wstx.sr.NsInputElementStack
 
getPrefixes(String) - Method in class com.ctc.wstx.sw.SimpleOutputElement
 
getPrefixes(String) - Method in class com.ctc.wstx.util.BaseNsContext
 
getPrefixesBoundToUri(String, List) - Method in class com.ctc.wstx.util.BijectiveNsMap
 
getProcessedDTD() - Method in class com.ctc.wstx.evt.WDTD
 
getProcessedDTD() - Method in class com.ctc.wstx.sr.FullStreamReader
 
getProcessedDTD() - Method in class com.ctc.wstx.sr.WstxStreamReader
Note: DTD-handling sub-classes need to override this method.
getProcessedDTD() - Method in interface org.codehaus.stax2.DTDInfo
 
getProperty(String) - Method in class com.ctc.wstx.api.ReaderConfig
 
getProperty(int) - Method in class com.ctc.wstx.api.ReaderConfig
 
getProperty(String) - Method in class com.ctc.wstx.api.WriterConfig
 
getProperty(String) - Method in class com.ctc.wstx.evt.FilteredEventReader
 
getProperty(String) - Method in class com.ctc.wstx.evt.WstxEventReader
 
getProperty(String) - Method in class com.ctc.wstx.sr.FullStreamReader
 
getProperty(String) - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getProperty(String) - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getProperty(String) - Method in class com.ctc.wstx.stax.MinimalInputFactory
 
getProperty(String) - Method in class com.ctc.wstx.stax.MinimalOutputFactory
 
getProperty(String) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
getProperty(String) - Method in class com.ctc.wstx.stax.WstxOutputFactory
 
getProperty(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
getPropertyId(String) - Method in class com.ctc.wstx.api.ReaderConfig
 
getPublicId() - Method in class com.ctc.wstx.dtd.DTDId
 
getPublicId() - Method in class com.ctc.wstx.ent.EntityDecl
 
getPublicId() - Method in class com.ctc.wstx.ent.ExtEntity
 
getPublicId() - Method in class com.ctc.wstx.ent.IntEntity
 
getPublicId() - Method in class com.ctc.wstx.ent.NotationDecl
 
getPublicId() - Method in class com.ctc.wstx.evt.WDTD
 
getPublicId() - Method in class com.ctc.wstx.evt.WEntityDeclaration
 
getPublicId() - Method in class com.ctc.wstx.evt.WNotationDeclaration
 
getPublicId() - Method in class com.ctc.wstx.io.BaseInputSource
 
getPublicId() - Method in class com.ctc.wstx.io.InputBootstrapper
 
getPublicId() - Method in class com.ctc.wstx.io.WstxInputLocation
 
getPublicId() - Method in class com.ctc.wstx.io.WstxInputSource
 
getPublicId() - Method in interface org.codehaus.stax2.evt.DTD2
 
getQName(int) - Method in class com.ctc.wstx.sr.AttributeCollector
 
getQName() - Method in class com.ctc.wstx.sr.InputElementStack
 
getQName() - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
getQName() - Method in class com.ctc.wstx.sr.NsInputElementStack
 
getQuoteEntity(char) - Static method in class com.ctc.wstx.io.WriterBase
 
getRawAttrs() - Method in class com.ctc.wstx.sr.ElemAttrs
 
getReplacementChars() - Method in class com.ctc.wstx.ent.EntityDecl
 
getReplacementChars() - Method in class com.ctc.wstx.ent.ExtEntity
 
getReplacementChars() - Method in class com.ctc.wstx.ent.IntEntity
Gives raw access to replacement text data...
getReplacementText() - Method in class com.ctc.wstx.ent.EntityDecl
 
getReplacementText(Writer) - Method in class com.ctc.wstx.ent.EntityDecl
 
getReplacementText() - Method in class com.ctc.wstx.ent.ExtEntity
 
getReplacementText(Writer) - Method in class com.ctc.wstx.ent.ExtEntity
 
getReplacementText() - Method in class com.ctc.wstx.ent.IntEntity
 
getReplacementText(Writer) - Method in class com.ctc.wstx.ent.IntEntity
 
getReplacementText() - Method in class com.ctc.wstx.evt.WEntityDeclaration
 
getReplacementTextLength() - Method in class com.ctc.wstx.ent.EntityDecl
 
getRootName() - Method in class com.ctc.wstx.evt.WDTD
 
getRootName() - Method in interface org.codehaus.stax2.evt.DTD2
 
getSchemaType() - Method in class com.ctc.wstx.evt.WEvent
 
getShortestReportedTextSegment() - Method in class com.ctc.wstx.api.ReaderConfig
 
getSource() - Method in class com.ctc.wstx.ent.EntityDecl
 
getSource() - Method in class com.ctc.wstx.io.BaseInputSource
 
getSource() - Method in class com.ctc.wstx.io.WstxInputSource
 
getSource() - Method in class com.ctc.wstx.sr.StreamScanner
 
getSpecialAttrs() - Method in class com.ctc.wstx.dtd.DTDElement
 
getSpecialCount() - Method in class com.ctc.wstx.dtd.DTDElement
 
getSpecialIndex() - Method in class com.ctc.wstx.dtd.DTDAttribute
 
getSpecifiedCount() - Method in class com.ctc.wstx.sr.AttributeCollector
 
getStandalone() - Method in class com.ctc.wstx.io.InputBootstrapper
 
getStartLocation() - Method in class com.ctc.wstx.sr.StreamScanner
 
getStartLocation() - Method in interface org.codehaus.stax2.LocationInfo
An optional method that either returns the location object that points the starting position of the current event, or null if implementation does not keep track of it (some may return only end location; and some no location at all).
getStartingByteOffset() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getStartingByteOffset() - Method in interface org.codehaus.stax2.LocationInfo
Method that can be used to get exact byte offset (number of bytes read from the stream right before getting to this location) in the stream that is pointed to by this reader, right before the start of the current event.
getStartingCharOffset() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getStartingCharOffset() - Method in interface org.codehaus.stax2.LocationInfo
Method that can be used to get exact character offset (number of chars read from the stream right before getting to this location) in the stream that is pointed to by this reader, right before the start of the current event.
getString(int) - Method in class com.ctc.wstx.util.StringVector
 
getSymbolTable() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getSymbols() - Method in class com.ctc.wstx.api.ReaderConfig
 
getSystemId() - Method in class com.ctc.wstx.dtd.DTDId
 
getSystemId() - Method in class com.ctc.wstx.ent.EntityDecl
 
getSystemId() - Method in class com.ctc.wstx.ent.ExtEntity
 
getSystemId() - Method in class com.ctc.wstx.ent.IntEntity
 
getSystemId() - Method in class com.ctc.wstx.ent.NotationDecl
 
getSystemId() - Method in class com.ctc.wstx.evt.WDTD
 
getSystemId() - Method in class com.ctc.wstx.evt.WEntityDeclaration
 
getSystemId() - Method in class com.ctc.wstx.evt.WNotationDeclaration
 
getSystemId() - Method in class com.ctc.wstx.evt.WStartDocument
 
getSystemId() - Method in class com.ctc.wstx.io.BaseInputSource
 
getSystemId() - Method in class com.ctc.wstx.io.InputBootstrapper
 
getSystemId() - Method in class com.ctc.wstx.io.WstxInputLocation
 
getSystemId() - Method in class com.ctc.wstx.io.WstxInputSource
 
getSystemId() - Method in class com.ctc.wstx.sr.StreamScanner
 
getSystemId() - Method in interface org.codehaus.stax2.evt.DTD2
 
getTarget() - Method in class com.ctc.wstx.evt.WProcInstr
 
getText() - Method in class com.ctc.wstx.evt.WComment
 
getText() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getText(Writer, boolean) - Method in class com.ctc.wstx.sr.WstxStreamReader
Method similar to WstxStreamReader.getText(), except that it just uses provided Writer to write all textual content.
getText() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getText(Writer, boolean) - Method in interface org.codehaus.stax2.XMLStreamReader2
Method similar to XMLStreamReader.getText(), except that it just uses provided Writer to write all textual content.
getTextBuffer() - Method in class com.ctc.wstx.util.TextBuffer
 
getTextBufferLength() - Method in class com.ctc.wstx.api.ReaderConfig
 
getTextCharacters() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getTextCharacters() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getTextEscaperFactory() - Method in class com.ctc.wstx.api.WriterConfig
 
getTextLength() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getTextLength() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getTextStart() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getTextStart() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getTextStart() - Method in class com.ctc.wstx.util.TextBuffer
 
getTopElementDesc() - Method in class com.ctc.wstx.sr.InputElementStack
 
getTopElementDesc() - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
getTopElementDesc() - Method in class com.ctc.wstx.sr.NsInputElementStack
 
getTotalNsCount() - Method in class com.ctc.wstx.sr.InputElementStack
 
getTotalNsCount() - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
getTotalNsCount() - Method in class com.ctc.wstx.sr.NsInputElementStack
 
getURI(int) - Method in class com.ctc.wstx.sr.AttributeCollector
 
getValidator() - Method in class com.ctc.wstx.dtd.ChoiceContentSpec
 
getValidator() - Method in class com.ctc.wstx.dtd.ContentSpec
Method called by input element stack to get validator for this content specification, if this specification is simple enough not to need full DFA-based validator.
getValidator() - Method in class com.ctc.wstx.dtd.DTDElement
 
getValidator() - Method in class com.ctc.wstx.dtd.SeqContentSpec
 
getValidator() - Method in class com.ctc.wstx.dtd.TokenContentSpec
 
getValue() - Method in class com.ctc.wstx.evt.WAttribute
 
getValue(int) - Method in class com.ctc.wstx.sr.AttributeCollector
Note: the main reason this method is defined at this level, and made final, is performance.
getValue(String, String) - Method in class com.ctc.wstx.sr.AttributeCollector
 
getValueType() - Method in class com.ctc.wstx.dtd.DTDAttribute
Returns the value type of this attribute as an enumerated int to match type (CDATA, ...)
getValueType() - Method in class com.ctc.wstx.dtd.DTDEntitiesAttr
 
getValueType() - Method in class com.ctc.wstx.dtd.DTDEntityAttr
 
getValueType() - Method in class com.ctc.wstx.dtd.DTDEnumAttr
 
getValueType() - Method in class com.ctc.wstx.dtd.DTDIdAttr
 
getValueType() - Method in class com.ctc.wstx.dtd.DTDIdRefAttr
 
getValueType() - Method in class com.ctc.wstx.dtd.DTDIdRefsAttr
 
getValueType() - Method in class com.ctc.wstx.dtd.DTDNmTokenAttr
 
getValueType() - Method in class com.ctc.wstx.dtd.DTDNmTokensAttr
 
getValueType() - Method in class com.ctc.wstx.dtd.DTDNotationAttr
 
getValueType() - Method in class com.ctc.wstx.dtd.DTDTypedAttr
 
getValueTypeString() - Method in class com.ctc.wstx.dtd.DTDAttribute
 
getVersion() - Method in class com.ctc.wstx.evt.WStartDocument
 
getVersion() - Method in class com.ctc.wstx.io.InputBootstrapper
 
getVersion() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
getVersion() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
getWriter() - Method in class com.ctc.wstx.sw.BaseStreamWriter
Method needed by WstxEventWriter, when it needs/wants to do direct output, without calling methods in this class (not often).
getXMLReporter() - Method in class com.ctc.wstx.api.ReaderConfig
 
getXMLReporter() - Method in class com.ctc.wstx.stax.MinimalInputFactory
 
getXMLReporter() - Method in class com.ctc.wstx.stax.WstxInputFactory
 
getXMLResolver() - Method in class com.ctc.wstx.api.ReaderConfig
 
getXMLResolver() - Method in class com.ctc.wstx.stax.MinimalInputFactory
 
getXMLResolver() - Method in class com.ctc.wstx.stax.WstxInputFactory
 
getXmlSymbol() - Static method in class com.ctc.wstx.util.DefaultXmlSymbolTable
 
getXmlnsSymbol() - Static method in class com.ctc.wstx.util.DefaultXmlSymbolTable
 
growArrayBy(String[], int) - Static method in class com.ctc.wstx.util.DataUtil
 
growArrayBy(int[], int) - Static method in class com.ctc.wstx.util.DataUtil
 
growArrayBy50Pct(Object) - Static method in class com.ctc.wstx.util.DataUtil
 
growArrayToAtLeast(Object, int) - Static method in class com.ctc.wstx.util.DataUtil
Method similar to DataUtil.growArrayBy50Pct(java.lang.Object), but it also ensures that the new size is at least as big as the specified minimum size.
guessEncodingBitSize(String) - Static method in class com.ctc.wstx.io.TextEscaper
Method used to figure out which part of the Unicode char set the encoding can natively support.

H

HIGHEST_ENCODABLE_ATTR_CHAR - Static variable in class com.ctc.wstx.io.WriterBase
Highest valued character that may need to be encoded (minus charset encoding requirements) when writing attribute values.
HIGHEST_ENCODABLE_TEXT_CHAR - Static variable in class com.ctc.wstx.io.WriterBase
Highest valued character that may need to be encoded (minus charset encoding requirements) when writing attribute values.
hasConfigFlags(int) - Method in class com.ctc.wstx.api.ReaderConfig
 
hasConfigFlags(int) - Method in class com.ctc.wstx.sr.WstxStreamReader
 
hasFixedAttrs() - Method in class com.ctc.wstx.dtd.DTDElement
 
hasMultiple() - Method in class com.ctc.wstx.dtd.LargeNameKeySet
 
hasMultiple() - Method in class com.ctc.wstx.dtd.NameKeySet
 
hasMultiple() - Method in class com.ctc.wstx.dtd.SmallNameKeySet
 
hasName() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
hasName() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
hasNext() - Method in class com.ctc.wstx.evt.FilteredEventReader
 
hasNext() - Method in class com.ctc.wstx.evt.WstxEventReader
 
hasNext() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
hasNext() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
hasNext() - Method in class com.ctc.wstx.util.EmptyIterator
 
hasNext() - Method in class com.ctc.wstx.util.SingletonIterator
 
hasNextEvent() - Method in class com.ctc.wstx.evt.WstxEventReader
Note: although the interface allows implementations to throw an XMLStreamException, Woodstox doesn't currently need to.
hasNextEvent() - Method in interface org.codehaus.stax2.XMLEventReader2
Method that is similar to XMLEventReader.hasNext(), except that it can throw a XMLStreamException.
hasRecursion() - Method in class com.ctc.wstx.io.WstxInputSource
Method that recursively checks if this input source has been expanded -- directly or indirectly -- from specified entity.
hasText() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
hasText() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
hasXmlDecl() - Method in class com.ctc.wstx.io.StreamBootstrapper
 
hashCode() - Method in class com.ctc.wstx.dtd.DTDId
 
hashCode() - Method in class com.ctc.wstx.dtd.NameKey
 
hashCode() - Method in class com.ctc.wstx.io.WstxInputLocation
 

I

INT_CR_LF_OR_NULL - Static variable in class com.ctc.wstx.sr.StreamScanner
 
INT_NULL - Static variable in class com.ctc.wstx.io.WstxInputData
 
INT_SPACE - Static variable in class com.ctc.wstx.io.WstxInputData
 
ISOLatinReader - class com.ctc.wstx.io.ISOLatinReader.
Optimized Reader that reads ISO-Latin (aka ISO-8859-1) content from an input stream.
ISOLatinReader(InputStream, byte[], int, int) - Constructor for class com.ctc.wstx.io.ISOLatinReader
 
InputBootstrapper - class com.ctc.wstx.io.InputBootstrapper.
Abstract base class that defines common API used with both stream and reader-based input sources.
InputBootstrapper(String, String) - Constructor for class com.ctc.wstx.io.InputBootstrapper
 
InputConfigFlags - interface com.ctc.wstx.cfg.InputConfigFlags.
Constant interface that contains configuration flag used by parser and parser factory, as well as some other input constants.
InputElementStack - class com.ctc.wstx.sr.InputElementStack.
Shared base class that defines API stream reader uses to communicate with the element stack implementation, independent of whether it's operating in namespace-aware or non-namespace modes.
InputElementStack() - Constructor for class com.ctc.wstx.sr.InputElementStack
 
InputProblemReporter - interface com.ctc.wstx.sr.InputProblemReporter.
Interface implemented by input reader, and used by other components to report problem that are related to current input position.
InputSourceFactory - class com.ctc.wstx.io.InputSourceFactory.
Factory class that creates instances of WstxInputSource to allow reading input from various sources.
InputSourceFactory() - Constructor for class com.ctc.wstx.io.InputSourceFactory
 
IntEntity - class com.ctc.wstx.ent.IntEntity.
 
IntEntity(Location, String, URL, char[], Location) - Constructor for class com.ctc.wstx.ent.IntEntity
 
InternCache - class com.ctc.wstx.util.InternCache.
Singleton class that implements "fast intern" functionality, essentially adding a layer that caches Strings that have been previously intern()ed, but that probably shouldn't be added to symbol tables.
inPrologOrEpilog() - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
indexTokens(List) - Method in class com.ctc.wstx.dtd.ChoiceModel
 
indexTokens(List) - Method in class com.ctc.wstx.dtd.ConcatModel
 
indexTokens(List) - Method in class com.ctc.wstx.dtd.ModelNode
 
indexTokens(List) - Method in class com.ctc.wstx.dtd.OptionalModel
 
indexTokens(List) - Method in class com.ctc.wstx.dtd.StarModel
 
indexTokens(List) - Method in class com.ctc.wstx.dtd.TokenModel
 
initInputLocation(WstxInputData) - Method in class com.ctc.wstx.io.BaseInputSource
 
initInputLocation(WstxInputData) - Method in class com.ctc.wstx.io.CharArraySource
Unlike with reader source, we won't start from beginning of a file, but usually from somewhere in the middle...
initInputLocation(WstxInputData) - Method in class com.ctc.wstx.io.ReaderSource
Input location is easy to set, as we'll start from the beginning of a File.
initInputLocation(WstxInputData) - Method in class com.ctc.wstx.io.WstxInputSource
Method called by Reader when current input has changed to come from this input source.
initInputSource(WstxInputSource, boolean) - Method in class com.ctc.wstx.dtd.FullDTDReader
 
initInputSource(WstxInputSource, boolean) - Method in class com.ctc.wstx.sr.StreamScanner
Method called when an entity has been expanded (new input source has been created).
initProlog(InputBootstrapper) - Method in class com.ctc.wstx.sr.WstxStreamReader
 
initialLoad(int) - Method in class com.ctc.wstx.io.ReaderBootstrapper
 
initialLoad(int) - Method in class com.ctc.wstx.io.StreamBootstrapper
 
inputInBuffer() - Method in class com.ctc.wstx.sr.StreamScanner
 
intern(String) - Method in class com.ctc.wstx.util.InternCache
 
is11NameChar(char) - Static method in class com.ctc.wstx.io.WstxInputData
Method that can be used to check whether specified character is a valid character of an XML 1.1 name as any other char than the first one; except that colon (:) is not recognized as valid here: caller has to verify it separately (since it generally affects namespace mapping of a qualified name).
is11NameStartChar(char) - Static method in class com.ctc.wstx.io.WstxInputData
Method that can be used to check whether specified character is a valid first character of an XML 1.1 name; except that colon (:) is not recognized as a start char here: caller has to verify it separately (since it generally affects namespace mapping of a qualified name).
isAcceptingState() - Method in class com.ctc.wstx.dtd.DFAState
 
isAllWhitespace(String) - Static method in class com.ctc.wstx.util.StringUtil
 
isAllWhitespace(char[], int, int) - Static method in class com.ctc.wstx.util.StringUtil
 
isAllWhitespace() - Method in class com.ctc.wstx.util.TextBuffer
 
isAttribute() - Method in class com.ctc.wstx.evt.WAttribute
 
isAttribute() - Method in class com.ctc.wstx.evt.WEvent
 
isAttributeSpecified(int) - Method in class com.ctc.wstx.sr.WstxStreamReader
 
isAttributeSpecified(int) - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
isCData() - Method in class com.ctc.wstx.evt.WCharacters
 
isCachable() - Method in class com.ctc.wstx.dtd.DTDSubset
 
isCachable() - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
 
isCharacters() - Method in class com.ctc.wstx.evt.WCharacters
 
isCharacters() - Method in class com.ctc.wstx.evt.WEvent
 
isCharacters() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
isCharacters() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
isDefault(int) - Method in class com.ctc.wstx.sr.ElemAttrs
 
isDefaultNamespaceDeclaration() - Method in class com.ctc.wstx.evt.WNamespace
 
isDefined() - Method in class com.ctc.wstx.dtd.DTDElement
 
isDirectChildOf(SymbolTable) - Method in class com.ctc.wstx.util.SymbolTable
 
isDirty() - Method in class com.ctc.wstx.util.SymbolTable
 
isEmpty() - Method in class com.ctc.wstx.sr.InputElementStack
 
isEmpty() - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
isEmpty() - Method in class com.ctc.wstx.sr.NsInputElementStack
 
isEmpty() - Method in class com.ctc.wstx.util.StringVector
 
isEmpty() - Method in class com.ctc.wstx.util.TextBuilder
 
isEmptyElement() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
isEmptyElement() - Method in interface org.codehaus.stax2.XMLStreamReader2
Method that can be used to check whether current START_ELEMENT event was created for an empty element (xml short-hand notation where one tag implies start and end, ending with "/>"), or not.
isEndDocument() - Method in class com.ctc.wstx.evt.WEndDocument
 
isEndDocument() - Method in class com.ctc.wstx.evt.WEvent
 
isEndElement() - Method in class com.ctc.wstx.evt.WEndElement
 
isEndElement() - Method in class com.ctc.wstx.evt.WEvent
 
isEndElement() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
isEndElement() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
isEntityReference() - Method in class com.ctc.wstx.evt.WEntityReference
 
isEntityReference() - Method in class com.ctc.wstx.evt.WEvent
 
isExternal() - Method in class com.ctc.wstx.ent.EntityDecl
 
isExternal() - Method in class com.ctc.wstx.ent.ExtEntity
 
isExternal() - Method in class com.ctc.wstx.ent.IntEntity
 
isFixed() - Method in class com.ctc.wstx.dtd.DTDAttribute
 
isIgnorableWhiteSpace() - Method in class com.ctc.wstx.evt.WCharacters
 
isLeaf() - Method in class com.ctc.wstx.dtd.ContentSpec
 
isLeaf() - Method in class com.ctc.wstx.dtd.TokenContentSpec
 
isNamespace() - Method in class com.ctc.wstx.evt.WEvent
 
isNamespace() - Method in class com.ctc.wstx.evt.WNamespace
 
isNamespaceAware() - Method in class com.ctc.wstx.sr.InputElementStack
 
isNamespaceAware() - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
isNamespaceAware() - Method in class com.ctc.wstx.sr.NsInputElementStack
 
isNamespaceAware() - Method in interface com.ctc.wstx.sr.StreamReaderImpl
 
isNamespaceAware() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
isNullable() - Method in class com.ctc.wstx.dtd.ChoiceModel
 
isNullable() - Method in class com.ctc.wstx.dtd.ConcatModel
 
isNullable() - Method in class com.ctc.wstx.dtd.ModelNode
 
isNullable() - Method in class com.ctc.wstx.dtd.OptionalModel
 
isNullable() - Method in class com.ctc.wstx.dtd.StarModel
 
isNullable() - Method in class com.ctc.wstx.dtd.TokenModel
 
isParsed() - Method in class com.ctc.wstx.ent.EntityDecl
 
isParsed() - Method in class com.ctc.wstx.ent.ExtEntity
 
isParsed() - Method in class com.ctc.wstx.ent.IntEntity
 
isParsed() - Method in class com.ctc.wstx.ent.ParsedExtEntity
 
isParsed() - Method in class com.ctc.wstx.ent.UnparsedExtEntity
 
isPrefixValid(String, String, boolean) - Method in class com.ctc.wstx.sw.SimpleOutputElement
Method that verifies that passed-in prefix indeed maps to the specified namespace URI; and depending on how it goes returns a status for caller.
isProcessingInstruction() - Method in class com.ctc.wstx.evt.WEvent
 
isProcessingInstruction() - Method in class com.ctc.wstx.evt.WProcInstr
 
isPropertySupported(String) - Method in class com.ctc.wstx.api.ReaderConfig
 
isPropertySupported(String) - Method in class com.ctc.wstx.api.WriterConfig
 
isPropertySupported(String) - Method in class com.ctc.wstx.stax.MinimalInputFactory
 
isPropertySupported(String) - Method in class com.ctc.wstx.stax.MinimalOutputFactory
 
isPropertySupported(String) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
isPropertySupported(String) - Method in class com.ctc.wstx.stax.WstxOutputFactory
 
isRequired() - Method in class com.ctc.wstx.dtd.DTDAttribute
 
isReusableWith(DTDSubset) - Method in class com.ctc.wstx.dtd.DTDSubset
Method used in determining whether cached external subset instance can be used with specified internal subset.
isReusableWith(DTDSubset) - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
Method used in determining whether cached external subset instance can be used with specified internal subset.
isRoot() - Method in class com.ctc.wstx.sw.SimpleOutputElement
 
isSpaceChar(char) - Static method in class com.ctc.wstx.io.WstxInputData
 
isSpecial() - Method in class com.ctc.wstx.dtd.DTDAttribute
Method used by the element to figure out if attribute needs "special" checking; basically if it's required, and/or has a default value.
isSpecial(int) - Static method in class com.ctc.wstx.dtd.DTDAttribute
 
isSpecified() - Method in class com.ctc.wstx.evt.WAttribute
 
isSpecified(int) - Method in class com.ctc.wstx.sr.AttributeCollector
 
isStandalone() - Method in class com.ctc.wstx.evt.WStartDocument
 
isStandalone() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
isStandalone() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
isStartDocument() - Method in class com.ctc.wstx.evt.WEvent
 
isStartDocument() - Method in class com.ctc.wstx.evt.WStartDocument
 
isStartElement() - Method in class com.ctc.wstx.evt.WEvent
 
isStartElement() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
isStartElement() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
isWhiteSpace() - Method in class com.ctc.wstx.evt.WCharacters
 
isWhiteSpace() - Method in class com.ctc.wstx.sr.WstxStreamReader
05-Apr-2004, TSa: Could try to determine status when text is actually read.
isWhiteSpace() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
isaNsDeclaration() - Method in class com.ctc.wstx.dtd.NameKey
 

J

Jdk12Impl - class com.ctc.wstx.compat.Jdk12Impl.
JDK 1.2 compatible basic vanilla no-frills implementation of JdkImpl.
Jdk12Impl() - Constructor for class com.ctc.wstx.compat.Jdk12Impl
Constructor used for creating 'real' instance; creates the shared data structs needed.
Jdk12Impl(boolean) - Constructor for class com.ctc.wstx.compat.Jdk12Impl
Constructor derived classes call to avoid creation of helper Objects 'real' instance needs
Jdk13Impl - class com.ctc.wstx.compat.Jdk13Impl.
JDK 1.3 compatible implementation; adds off-the-shelf simple data struct instances on top of 1.2.
Jdk13Impl() - Constructor for class com.ctc.wstx.compat.Jdk13Impl
Constructor used for creating 'real' instance.
Jdk13Impl(boolean) - Constructor for class com.ctc.wstx.compat.Jdk13Impl
Constructor derived classes call to avoid creation of helper Objects 'real' instance needs (if any)
Jdk14Impl - class com.ctc.wstx.compat.Jdk14Impl.
JDK 1.4 compatible implementation; adds support for setting Exception root cause, as well as for java.util.LinkedHashMap.
Jdk14Impl() - Constructor for class com.ctc.wstx.compat.Jdk14Impl
Constructor used for creating 'real' instance.
Jdk14Impl(boolean) - Constructor for class com.ctc.wstx.compat.Jdk14Impl
Constructor derived classes call to avoid creation of helper Objects 'real' instance needs (if any)
JdkFeatures - class com.ctc.wstx.compat.JdkFeatures.
This is the class that is used to access JDK-version dependant features.
JdkFeatures() - Constructor for class com.ctc.wstx.compat.JdkFeatures
 
JdkImpl - class com.ctc.wstx.compat.JdkImpl.
This is the interface used to access JDK-dependant functionality; generally things that later JDKs have in their APIs, but that can be simulated with earlier JDKs to some degree.
JdkImpl() - Constructor for class com.ctc.wstx.compat.JdkImpl
 
JdkInfo - class com.ctc.wstx.compat.JdkInfo.
Simple accessor class that can access JDK version information.
JdkInfo() - Constructor for class com.ctc.wstx.compat.JdkInfo
 

L

LONG_ATTR_LIST_LEN - Static variable in class com.ctc.wstx.sr.AttributeCollector
Threshold value that indicates minimum length for lists instances that need a Map structure, for fast attribute access by fully-qualified name.
LargeNameKeySet - class com.ctc.wstx.dtd.LargeNameKeySet.
Implementation of NameKeySet suitable for storing large number of entries; basically anything above trivially small sets (4 or less).
LargeNameKeySet(boolean, NameKey[]) - Constructor for class com.ctc.wstx.dtd.LargeNameKeySet
 
LineSuppressWriter - class com.ctc.wstx.util.LineSuppressWriter.
Simple decorator Writer, that can optionally suppress empty lines (lines with only white space content); configuration is done by specifying what is the maximum number of consequtive empty lines allowed.
LineSuppressWriter(Writer) - Constructor for class com.ctc.wstx.util.LineSuppressWriter
 
LocationInfo - interface org.codehaus.stax2.LocationInfo.
Interface that specifies additional access methods for accessing full location information of an input location within a stream reader.
loadMore() - Method in class com.ctc.wstx.dtd.FullDTDReader
Need to override this method, to check couple of things: first, that nested input sources are balanced, when expanding parameter entities inside entity value definitions (as per XML specs), and secondly, to handle (optional) flattening output.
loadMore() - Method in class com.ctc.wstx.io.ReaderBootstrapper
 
loadMore() - Method in class com.ctc.wstx.io.StreamBootstrapper
 
loadMore() - Method in class com.ctc.wstx.sr.StreamScanner
 
loadMore(String) - Method in class com.ctc.wstx.sr.StreamScanner
 
loadMoreFromCurrent() - Method in class com.ctc.wstx.dtd.FullDTDReader
 
loadMoreFromCurrent() - Method in class com.ctc.wstx.sr.StreamScanner
 
loadMoreFromCurrent(String) - Method in class com.ctc.wstx.sr.StreamScanner
 
localSize() - Method in class com.ctc.wstx.util.BijectiveNsMap
 

M

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
MergedNsContext - class com.ctc.wstx.evt.MergedNsContext.
Hierarchic NamespaceContext implementation used when constructing event and namespace information explicitly via XMLEventFactory, not by a stream reader.
MergedNsContext(NamespaceContext, List) - Constructor for class com.ctc.wstx.evt.MergedNsContext
 
MergedReader - class com.ctc.wstx.io.MergedReader.
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(Reader, char[], int, int) - Constructor for class com.ctc.wstx.io.MergedReader
 
MergedStream - class com.ctc.wstx.io.MergedStream.
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(InputStream, byte[], int, int) - Constructor for class com.ctc.wstx.io.MergedStream
 
MinimalDTDReader - class com.ctc.wstx.dtd.MinimalDTDReader.
Minimal DTD reader implementation that only knows how to skip internal DTD subsets.
MinimalDTDReader(WstxInputSource, ReaderConfig, StreamScanner, boolean) - Constructor for class com.ctc.wstx.dtd.MinimalDTDReader
Common initialization part of int/ext subset constructors.
MinimalDTDReaderProxy - class com.ctc.wstx.dtd.MinimalDTDReaderProxy.
Proxy implementation that will act as a dummy DTD reader that can only skip internal subset, but not do any actual reading.
MinimalInputFactory - class com.ctc.wstx.stax.MinimalInputFactory.
Minimalistic input factory, which implements just the basic XML parsing functionality, including namespace handling.
MinimalInputFactory() - Constructor for class com.ctc.wstx.stax.MinimalInputFactory
 
MinimalInputFactory(DTDReaderProxy, boolean) - Constructor for class com.ctc.wstx.stax.MinimalInputFactory
 
MinimalOutputFactory - class com.ctc.wstx.stax.MinimalOutputFactory.
Minimalistic input factory, which implements the suggested J2ME subset of XMLOutputFactory API: basically just the cursor-based iteration, and classes it needs.
MinimalOutputFactory(boolean) - Constructor for class com.ctc.wstx.stax.MinimalOutputFactory
 
ModelNode - class com.ctc.wstx.dtd.ModelNode.
Abstract base class for classes constructed from ContentSpec objects, when they get rewritten (when their ContentSpec.rewrite() gets called).
ModelNode() - Constructor for class com.ctc.wstx.dtd.ModelNode
 
mAccurateLocation - Variable in class com.ctc.wstx.evt.DefaultEventAllocator
 
mAllocator - Variable in class com.ctc.wstx.stax.WstxInputFactory
 
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.ContentSpec
 
mAttrCollector - Variable in class com.ctc.wstx.sr.NonNsInputElementStack
 
mAttrCollector - Variable in class com.ctc.wstx.sr.NsInputElementStack
 
mAttrCollector - Variable in class com.ctc.wstx.sr.WstxStreamReader
Object that stores information about currently accessible attributes.
mAttrCollector - Variable in class com.ctc.wstx.sw.BaseStreamWriter
 
mAttrCount - Variable in class com.ctc.wstx.dtd.ElementValidator
Number of attribute specification Objects in ElementValidator.mAttrSpecs.
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).
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.
mAttrNames - Variable in class com.ctc.wstx.sr.AttributeCollector
Vector in which attribute names are added; exact number of elements per attribute depends on whether namespace support is enabled or not (non-namespace mode only needs one entry; namespace mode two, one for prefix, one for local name).
mAttrSpecs - Variable in class com.ctc.wstx.dtd.ElementValidator
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.
mAttrValueEscaperFactory - Variable in class com.ctc.wstx.api.WriterConfig
 
mAttrValueWriter - Variable in class com.ctc.wstx.sw.BaseStreamWriter
Lazy-constructed writer that will properly escape characters of attribute values that need escaping ('<', '&', '"').
mAttrValues - Variable in class com.ctc.wstx.sr.AttributeCollector
Array in which attribute value Strings are added, first time they are requested.
mAutoNsPrefix - Variable in class com.ctc.wstx.api.WriterConfig
 
mAutomaticNS - Variable in class com.ctc.wstx.sw.BaseNsStreamWriter
True, if writer needs to automatically output namespace declarations (we are in repairing mode)
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.
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.WstxStreamReader
 
mCfgCopyDefaultAttrs - Variable in class com.ctc.wstx.sw.BaseStreamWriter
 
mCfgLazyParsing - Variable in class com.ctc.wstx.sr.WstxStreamReader
 
mCfgNormalizeAttrs - Variable in class com.ctc.wstx.sr.WstxStreamReader
 
mCfgNormalizeLFs - Variable in class com.ctc.wstx.sr.WstxStreamReader
 
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.WstxStreamReader
 
mCfgReportTextAsChars - Variable in class com.ctc.wstx.sr.WstxStreamReader
 
mCheckAttr - Variable in class com.ctc.wstx.sw.BaseStreamWriter
 
mCheckContent - Variable in class com.ctc.wstx.sw.BaseStreamWriter
 
mCheckNames - Variable in class com.ctc.wstx.sw.BaseStreamWriter
 
mCheckStructure - Variable in class com.ctc.wstx.sw.BaseStreamWriter
 
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.MinimalInputFactory
 
mConfig - Variable in class com.ctc.wstx.stax.MinimalOutputFactory
 
mConfig - Variable in class com.ctc.wstx.stax.WstxInputFactory
 
mConfig - Variable in class com.ctc.wstx.stax.WstxOutputFactory
 
mConfig - Variable in class com.ctc.wstx.sw.BaseStreamWriter
 
mConfigFlags - Variable in class com.ctc.wstx.api.WriterConfig
 
mConfigFlags - Variable in class com.ctc.wstx.sr.WstxStreamReader
Various flags about tokenization state (TF_xxx)
mContentLocation - Variable in class com.ctc.wstx.ent.IntEntity
Location where entity content definition started; points to the starting/opening quote for internal entities.
mCurrElem - Variable in class com.ctc.wstx.sw.BaseNsStreamWriter
 
mCurrEmptyLines - Variable in class com.ctc.wstx.util.LineSuppressWriter
 
mCurrEntity - Variable in class com.ctc.wstx.sr.WstxStreamReader
Entity reference stream currently points to; only used when in non-automatically expanding mode.
mCurrInputProcessed - Variable in class com.ctc.wstx.io.WstxInputData
Current number of characters that were processed in previous blocks, before contents of current input 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.
mCurrIsEmpty - Variable in class com.ctc.wstx.util.LineSuppressWriter
 
mCurrLine - Variable in class com.ctc.wstx.util.LineSuppressWriter
 
mCurrPtr - Variable in class com.ctc.wstx.util.LineSuppressWriter
 
mCurrToken - Variable in class com.ctc.wstx.sr.WstxStreamReader
Current state of the stream, ie token value returned by WstxStreamReader.getEventType().
mDTDCache - Variable in class com.ctc.wstx.stax.ValidatingInputFactory
 
mDTDCache - Variable in class com.ctc.wstx.stax.WstxInputFactory
 
mDefValue - Variable in class com.ctc.wstx.dtd.DTDAttribute
Note: Can not be made final since validation code may want to trim it down a bit...
mDefValueType - Variable in class com.ctc.wstx.dtd.DTDAttribute
 
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.
mDocStandalone - Variable in class com.ctc.wstx.sr.WstxStreamReader
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.
mDtdPublicId - Variable in class com.ctc.wstx.sr.WstxStreamReader
Public id of the DTD, if one exists and has been parsed.
mDtdSystemId - Variable in class com.ctc.wstx.sr.WstxStreamReader
System id of the DTD, if one exists and has been parsed.
mElemCount - Variable in class com.ctc.wstx.dtd.ElementValidator
 
mElemSpecs - Variable in class com.ctc.wstx.sr.VNonNsInputElementStack
Map that contains element specifications from DTD; null for non-validating parsers.
mElemSpecs - Variable in class com.ctc.wstx.sr.VNsInputElementStack
Map that contains element specifications from DTD; null for non-validating parsers.
mElemStack - Variable in class com.ctc.wstx.dtd.ElementValidator
Stack of element definitions read from DTD.
mElementStack - Variable in class com.ctc.wstx.sr.WstxStreamReader
Currently open element tree
mElements - Variable in class com.ctc.wstx.sr.NonNsInputElementStack
Array that contains path of open elements from root, one String for each open start element.
mElements - Variable in class com.ctc.wstx.sr.NsInputElementStack
Array that contains path of open elements from root; for each there are 4 Strings; prefix, localname, URI, and default name space URI.
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).
mEncoding - Variable in class com.ctc.wstx.sw.BaseStreamWriter
Encoding to use; may be passed from the factory (when a method that defines encoding is used), updated by a call to BaseStreamWriter.writeStartDocument(), or null if neither.
mEntityBuffer - Variable in class com.ctc.wstx.io.WriterBase
Temporary char buffer used to assemble character entities.
mFixContent - Variable in class com.ctc.wstx.sw.BaseStreamWriter
 
mGeneralEntities - Variable in class com.ctc.wstx.sr.WstxStreamReader
Entities parsed from internal/external DTD subsets.
mIdAttrIndex - Variable in class com.ctc.wstx.dtd.ElementValidator
Index of the attribute of type ID, within current element's attribute list.
mIdMap - Variable in class com.ctc.wstx.dtd.ElementValidator
Information about declared and referenced element ids (unique ids that attributes may defined, as defined by DTD)
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.
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).
mInputElemStack - Variable in class com.ctc.wstx.sw.BaseStreamWriter
 
mInputLen - Variable in class com.ctc.wstx.io.BaseInputSource
Length of the buffer, if buffer used
mInputLen - Variable in class com.ctc.wstx.io.WstxInputData
Index of character after last available one in the 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.
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
mInputRowStart - Variable in class com.ctc.wstx.io.InputBootstrapper
Current index of the first character of the current row in input buffer.
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.
mIsMinimal - Variable in class com.ctc.wstx.stax.MinimalInputFactory
Flag used to distinguish "real" minimal implementations and extending non-minimal ones
mIsMinimal - Variable in class com.ctc.wstx.stax.MinimalOutputFactory
Flag used to distinguish "real" minimal implementations and extending non-minimal ones (currently there's such distinction for input factories, for minimal <= validating <= event-based, but not for ouput)
mLastLocalName - Variable in class com.ctc.wstx.sr.NonNsInputElementStack
 
mLastLocalName - Variable in class com.ctc.wstx.sr.NsInputElementStack
 
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.NonNsInputElementStack
 
mLastName - Variable in class com.ctc.wstx.sr.NsInputElementStack
 
mLastNsURI - Variable in class com.ctc.wstx.sr.NsInputElementStack
 
mLastPrefix - Variable in class com.ctc.wstx.sr.NsInputElementStack
 
mLastReader - Variable in class com.ctc.wstx.sw.BaseStreamWriter
Reader that was last used for copy-through operation; used in conjunction with the other copy-through state variables.
mLastReaderImpl - Variable in class com.ctc.wstx.sw.BaseStreamWriter
 
mLocation - Variable in class com.ctc.wstx.evt.WEvent
Location where token started; exact definition may depends on event type.
mMaxEmptyLines - Variable in class com.ctc.wstx.util.LineSuppressWriter
 
mName - Variable in class com.ctc.wstx.dtd.DTDAttribute
 
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).
mNamespaces - Variable in class com.ctc.wstx.sr.NsInputElementStack
Vector that contains all currently active namespaces; one String for prefix, another for matching URI.
mNonDefCount - Variable in class com.ctc.wstx.sr.AttributeCollector
Number of attribute values actually parsed, not including ones created via default value expansion.
mNormAttrs - Variable in class com.ctc.wstx.sr.AttributeCollector
 
mNsAware - Variable in class com.ctc.wstx.sw.BaseStreamWriter
 
mNsCounts - Variable in class com.ctc.wstx.sr.NsInputElementStack
Array that contains namespace offsets for each element; that is, index of first 'local' name space entry, entry declared for current element.
mOwner - Variable in class com.ctc.wstx.sr.WstxStreamReader
Object to notify about shared stuff, such as symbol tables, as well as to query for additional config settings if necessary.
mParent - Variable in class com.ctc.wstx.io.WstxInputSource
Parent in input source stack
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.
mPrefixXml - Variable in class com.ctc.wstx.sr.NsInputElementStack
Canonicalized String 'xml'; used to verify that 'xml' namespace prefix won't be redefined from its default URI.
mPrefixXmlns - Variable in class com.ctc.wstx.sr.NsInputElementStack
Canonicalized String 'xmlns'; used to verify that 'xmlns' namespace prefix won't be redefined from its default URI.
mPublicId - Variable in class com.ctc.wstx.io.InputBootstrapper
 
mReporter - Variable in class com.ctc.wstx.sr.InputElementStack
 
mReporter - Variable in class com.ctc.wstx.sr.StreamScanner
Object through which non-fatal problems should be reported.
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.
mRootNsContext - Variable in class com.ctc.wstx.sw.BaseNsStreamWriter
Optional "root" namespace context that application can set.
mShortestTextSegment - Variable in class com.ctc.wstx.sr.WstxStreamReader
Minimum number of characters parser can return as partial text segment, IF it's not required to coalesce adjacent text segments.
mSingleCharBuf - Variable in class com.ctc.wstx.util.LineSuppressWriter
 
mSize - Variable in class com.ctc.wstx.sr.NonNsInputElementStack
Number of Strings in NonNsInputElementStack.mElements that are valid.
mSize - Variable in class com.ctc.wstx.sr.NsInputElementStack
Number of Strings in NsInputElementStack.mElements that are valid (ie depth multiplied by 4)
mSize - Variable in class com.ctc.wstx.util.SymbolTable
Current size (number of entries); needed to know if and when rehash.
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.
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.
mStDoctypeFound - Variable in class com.ctc.wstx.sr.WstxStreamReader
 
mStEmptyElem - Variable in class com.ctc.wstx.sr.WstxStreamReader
 
mStTextThreshold - Variable in class com.ctc.wstx.sr.WstxStreamReader
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)
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.evt.WstxEventReader
High-level state indicator, with currently three values: whether we are initializing (need to synthetize START_DOCUMENT), at EOD (end-of-doc), or otherwise, normal operation.
mState - Variable in class com.ctc.wstx.sw.BaseStreamWriter
 
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.io.InputBootstrapper
 
mTextBuffer - Variable in class com.ctc.wstx.sr.StreamScanner
TextBuffer mostly used to collect non-element text content; needs to be accessible here to make sure synchronized sharing with input is safe.
mTextEscaperFactory - Variable in class com.ctc.wstx.api.WriterConfig
 
mTextWriter - Variable in class com.ctc.wstx.sw.BaseStreamWriter
Lazy-constructed writer that will properly escape characters of text content that need escaping ('<', '&' etc).
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.
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.
mTokenState - Variable in class com.ctc.wstx.sr.WstxStreamReader
State of the current token; one of M_ - constants from above.
mTrimLeading - Variable in class com.ctc.wstx.util.LineSuppressWriter
 
mTrimTrailing - Variable in class com.ctc.wstx.util.LineSuppressWriter
 
mValidators - Variable in class com.ctc.wstx.dtd.ElementValidator
Stack of content structure validators, on matching indexes with element specification objects.
mValueBuffer - 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)
mVldContent - Variable in class com.ctc.wstx.sr.WstxStreamReader
Mode information needed at this level; mostly to check what kind of textual content (if any) is allowed in current element context.
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.util.LineSuppressWriter
 
main(String[]) - Static method in class com.ctc.wstx.compat.JdkFeatures
Simple test driver; not usable as a unit test, most likely, but can be used for quick diagnostics.
main(String[]) - Static method in class com.ctc.wstx.stax.MinimalInputFactory
 
main(String[]) - Static method in class com.ctc.wstx.stax.ValidatingInputFactory
 
main(String[]) - Static method in class com.ctc.wstx.stax.WstxInputFactory
 
main(String[]) - Static method in class com.ctc.wstx.stax.WstxOutputFactory
 
main(String[]) - Static method in class com.ctc.wstx.util.StringUtil
 
main(String[]) - Static method in class com.ctc.wstx.util.SymbolTable
Let's just try and see if indexing all the words on an input file works ok, when there are 2 sort of concurrent readers, and starting with a small initial size which should trigger enough rehash()ings.
main(String[]) - Static method in class com.ctc.wstx.util.WordSet
 
makeChild() - Method in class com.ctc.wstx.util.SymbolTable
"Factory" method; will create a new child instance of this symbol table.
makeCopy(int) - Method in class com.ctc.wstx.util.StringVector
 
mark(int) - Method in class com.ctc.wstx.io.MergedReader
 
mark(int) - Method in class com.ctc.wstx.io.MergedStream
 
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
 
matches(String, String) - Method in class com.ctc.wstx.sr.InputElementStack
 
matches(String, String) - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
matches(String, String) - Method in class com.ctc.wstx.sr.NsInputElementStack
 
mergeMissingAttributesFrom(InputProblemReporter, DTDElement) - Method in class com.ctc.wstx.dtd.DTDElement
 

N

NameKey - class com.ctc.wstx.dtd.NameKey.
Simple key Object to be used for storing/accessing of potentially namespace scoped element and attribute names.
NameKey(String, String) - Constructor for class com.ctc.wstx.dtd.NameKey
 
NameKeySet - class com.ctc.wstx.dtd.NameKeySet.
 
NameKeySet() - Constructor for class com.ctc.wstx.dtd.NameKeySet
 
NonNsInputElementStack - class com.ctc.wstx.sr.NonNsInputElementStack.
Sub-class of InputElementStack used when operating in non-namespace-aware, non validating mode.
NonNsInputElementStack(int, boolean) - Constructor for class com.ctc.wstx.sr.NonNsInputElementStack
 
NonNsStreamWriter - class com.ctc.wstx.sw.NonNsStreamWriter.
Implementation of XMLStreamWriter used when namespace support is not enabled.
NonNsStreamWriter(Writer, String, WriterConfig) - Constructor for class com.ctc.wstx.sw.NonNsStreamWriter
 
NotationDecl - class com.ctc.wstx.ent.NotationDecl.
Object that represents notation declarations DTD reader has parsed from DTD subsets.
NotationDecl(Location, String, String, String) - Constructor for class com.ctc.wstx.ent.NotationDecl
 
NsInputElementStack - class com.ctc.wstx.sr.NsInputElementStack.
Sub-class of InputElementStack used when operating in namespace-aware mode.
NsInputElementStack(int, String, String, boolean) - Constructor for class com.ctc.wstx.sr.NsInputElementStack
 
namesetFromSpecs(boolean, ContentSpec[]) - Static method in class com.ctc.wstx.dtd.ChoiceContentSpec
 
needsValidation() - Method in class com.ctc.wstx.dtd.DTDAttribute
 
newInstance() - Method in class com.ctc.wstx.dtd.DFAValidator
 
newInstance() - Method in class com.ctc.wstx.dtd.EmptyValidator
Simple; can always (re)use instance itself; no state information is kept.
newInstance() - Method in class com.ctc.wstx.dtd.StructValidator
Method that should be called to get the actual usable validator instance, from the 'template' validator.
newInstance() - Method in class com.ctc.wstx.evt.DefaultEventAllocator
Default implementation assumes that the caller knows how to share instances, and so need not create new copies.
newMinimalInstance() - Static method in class com.ctc.wstx.stax.MinimalInputFactory
Need to add this method, since we have no base class to do it...
newMinimalInstance() - Static method in class com.ctc.wstx.stax.MinimalOutputFactory
Need to add this method, since we have no base class to do it...
newValidatingInstance() - Static method in class com.ctc.wstx.stax.ValidatingInputFactory
Need to add this method, since we have no base class to do it...
next() - Method in class com.ctc.wstx.evt.FilteredEventReader
 
next() - Method in class com.ctc.wstx.evt.WstxEventReader
 
next() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
next() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
next() - Method in class com.ctc.wstx.util.EmptyIterator
 
next() - Method in class com.ctc.wstx.util.SingletonIterator
 
nextByte() - Method in class com.ctc.wstx.io.StreamBootstrapper
 
nextChar() - Method in class com.ctc.wstx.io.ReaderBootstrapper
 
nextEvent() - Method in class com.ctc.wstx.evt.FilteredEventReader
 
nextEvent() - Method in class com.ctc.wstx.evt.WstxEventReader
 
nextMultiByte() - Method in class com.ctc.wstx.io.StreamBootstrapper
 
nextTag() - Method in class com.ctc.wstx.evt.FilteredEventReader
 
nextTag() - Method in class com.ctc.wstx.evt.WstxEventReader
 
nextTag() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
nextTag() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
normalizeSpaces(char[], int, int) - Static method in class com.ctc.wstx.util.StringUtil
Method that will check character array passed, and remove all "extra" spaces (leading and trailing white space), and normalize other white space (more than one consequtive space character replaced with a single space).
normalizeSpaces(int) - Method in class com.ctc.wstx.util.TextBuilder
Method called to try to normalize white spaces in one of entries.
normalizeValue(int) - Method in class com.ctc.wstx.sr.AttributeCollector
Method called by validation/normalization code, to normalize specified attribute value and return it as (non-interned) String, if normalization was done.

O

OptionalModel - class com.ctc.wstx.dtd.OptionalModel.
Content specification class that represents an optional specification.
OptionalModel(ModelNode) - Constructor for class com.ctc.wstx.dtd.OptionalModel
 
OutputConfigFlags - interface com.ctc.wstx.cfg.OutputConfigFlags.
Constant interface that contains configuration flag used by output classes internally, for presenting on/off configuration options.
optimizedStreamFromURL(URL) - Static method in class com.ctc.wstx.util.URLUtil
Method that tries to get optimal stream to read from the specified URL.
org.codehaus.stax2 - package org.codehaus.stax2
 
org.codehaus.stax2.evt - package org.codehaus.stax2.evt
 
outputDTDText(Writer, char[], int, int) - Static method in class com.ctc.wstx.io.TextEscaper
Quoting method used when outputting content that will be part of DTD (internal/external subset).
outputNamespaceDeclarations(Writer) - Method in class com.ctc.wstx.evt.MergedNsContext
Method called by the matching start element class to output all namespace declarations active in current namespace scope, if any.
outputNamespaceDeclarations(Writer) - Method in class com.ctc.wstx.sr.CompactNsContext
Method called by CompactStartElement to output all 'local' namespace declarations active in current namespace scope, if any.
outputNamespaceDeclarations(Writer) - Method in class com.ctc.wstx.util.BaseNsContext
Method called by the matching start element class to output all namespace declarations active in current namespace scope, if any.
outputNamespaceDeclarations(Writer) - Method in class com.ctc.wstx.util.EmptyNamespaceContext
Method called by the matching start element class to output all namespace declarations active in current namespace scope, if any.
outputNsAndAttr(Writer) - Method in class com.ctc.wstx.evt.CompactStartElement
 
outputNsAndAttr(Writer) - Method in class com.ctc.wstx.evt.SimpleStartElement
 

P

PREFIX_MISBOUND - Static variable in class com.ctc.wstx.sw.SimpleOutputElement
 
PREFIX_OK - Static variable in class com.ctc.wstx.sw.SimpleOutputElement
 
PREFIX_UNBOUND - Static variable in class com.ctc.wstx.sw.SimpleOutputElement
 
PROP_BASE_URL - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_CACHE_DTDS - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_COALESCE_TEXT - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_CUSTOM_INTERNAL_ENTITIES - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_DTD_RESOLVER - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_ENTITY_RESOLVER - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_EVENT_ALLOCATOR - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_INPUT_BUFFER_LENGTH - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_INTERN_NAMES - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_INTERN_NS_URIS - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_LAZY_PARSING - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_MIN_TEXT_SEGMENT - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_NAMESPACE_AWARE - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_NORMALIZE_ATTR_VALUES - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_NORMALIZE_LFS - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_PRESERVE_LOCATION - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_REPLACE_ENTITY_REFS - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_REPORT_ALL_TEXT_AS_CHARACTERS - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_REPORT_PROLOG_WS - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_SUPPORT_DTD - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_SUPPORT_DTDPP - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_SUPPORT_EXTERNAL_ENTITIES - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_TEXT_BUFFER_LENGTH - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_VALIDATE_AGAINST_DTD - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_WARNING_REPORTER - Static variable in class com.ctc.wstx.api.ReaderConfig
 
PROP_XML_RESOLVER - Static variable in class com.ctc.wstx.api.ReaderConfig
 
P_ATTR_VALUE_ESCAPER - Static variable in class org.codehaus.stax2.XMLOutputFactory2
Property that can be set if a custom output escaping for attribute value content is needed.
P_AUTOMATIC_EMPTY_ELEMENTS - Static variable in class org.codehaus.stax2.XMLOutputFactory2
Whether stream writers are allowed to automatically output empty elements, when a start element is immediately followed by matching end element.
P_AUTOMATIC_NS_PREFIX - Static variable in class org.codehaus.stax2.XMLOutputFactory2
Prefix to use for automatically created namespace prefixes, when namespace support is enabled, the writer is in "repairing" mode, and a new prefix name is needed.
P_BASE_URL - Static variable in class com.ctc.wstx.api.WstxInputProperties
Property of type URL, that will allow specifying context URL to use when resolving relative references, for the main-level entities (external DTD subset, references from the internal DTD subset).
P_CACHE_DTDS - Static variable in class com.ctc.wstx.api.WstxInputProperties
Whether readers will try to cache parsed external DTD subsets or not.
P_COPY_DEFAULT_ATTRS - Static variable in class com.ctc.wstx.api.WstxOutputProperties
Whether writer should copy attributes that were initially expanded using default settings ("implicit" attributes) or not.
P_CUSTOM_INTERNAL_ENTITIES - Static variable in class com.ctc.wstx.api.WstxInputProperties
Property of type Map, that defines explicit set of internal (generic) entities that will define of override any entities defined in internal or external subsets; except for the 5 pre-defined entities (lt, gt, amp, apos, quot).
P_DTD_RESOLVER - Static variable in class com.ctc.wstx.api.WstxInputProperties
Property of type XMLResolver, that will allow overriding of default DTD and external parameter entity resolution.
P_ENTITY_RESOLVER - Static variable in class com.ctc.wstx.api.WstxInputProperties
Property of type XMLResolver, that will allow overriding of default external general entity resolution.
P_FRAGMENT_MODE - Static variable in class com.ctc.wstx.api.WstxInputProperties
If true, will parse XML content in looser "fragment" mode; if false will expect regular fully well-formed document.
P_INPUT_BUFFER_LENGTH - Static variable in class com.ctc.wstx.api.WstxInputProperties
Size of input buffer (in chars), to use for reading XML content from input stream/reader.
P_INTERN_NAMES - Static variable in class org.codehaus.stax2.XMLInputFactory2
Whether name symbols (element, attribute, entity and notation names, namespace prefixes) should be interned or not (or when querying an instance, whether the instance will guarantee that the names will be intern()ed).
P_INTERN_NS_URIS - Static variable in class org.codehaus.stax2.XMLInputFactory2
Whether namespace URIs parsed should be interned or not (or when querying an instance, whether the instance will guarantee that the URIs will be intern()ed).
P_LAZY_PARSING - Static variable in class com.ctc.wstx.api.WstxInputProperties
 
P_MIN_TEXT_SEGMENT - Static variable in class com.ctc.wstx.api.WstxInputProperties
Property to specify shortest non-complete text segment (part of CDATA section or text content) that parser is allowed to return, if not required to coalesce text.
P_NAMESPACE_AWARE - Static variable in class org.codehaus.stax2.XMLOutputFactory2
Whether output classes should keep track of and output namespace information provided via write methods.
P_NORMALIZE_ATTR_VALUES - Static variable in class com.ctc.wstx.api.WstxInputProperties
Whether white space in attribute values should be normalized as specified by XML specs or not.
P_NORMALIZE_LFS - Static variable in class com.ctc.wstx.api.WstxInputProperties
Whether non-standard linefeeds (\r, \r\n) need to be converted to standard ones (\n) or not, as per XML specs.
P_OUTPUT_CDATA_AS_TEXT - Static variable in class com.ctc.wstx.api.WstxOutputProperties
Whether writer should just automatically convert all calls that would normally produce CDATA to produce (quoted) text.
P_OUTPUT_FIX_CONTENT - Static variable in class com.ctc.wstx.api.WstxOutputProperties
Property that further modifies handling of invalid content so that if WstxOutputProperties.P_OUTPUT_VALIDATE_CONTENT is enabled, instead of reporting an error, writer will try to fix the problem.
P_OUTPUT_VALIDATE_ATTR - Static variable in class com.ctc.wstx.api.WstxOutputProperties
Whether output classes should check uniqueness of attribute names, to prevent accidental output of duplicate attributes.
P_OUTPUT_VALIDATE_CONTENT - Static variable in class com.ctc.wstx.api.WstxOutputProperties
Whether output classes should do basic verification that the textual content output as part of nodes should be checked for validity, if there's a possibility of invalid content.
P_OUTPUT_VALIDATE_NAMES - Static variable in class com.ctc.wstx.api.WstxOutputProperties
Whether output classes should check validity of names, ie that they only contain legal XML identifier characters.
P_OUTPUT_VALIDATE_STRUCTURE - Static variable in class com.ctc.wstx.api.WstxOutputProperties
Whether output classes should do basic verification that the output structure is well-formed (start and end elements match); that there is one and only one root, and that there is no textual content in prolog/epilog.
P_PRESERVE_LOCATION - Static variable in class org.codehaus.stax2.XMLInputFactory2
Property that determines whether stream reader instances are required to try to keep track of the parser Location in the input documents.
P_REPORT_ALL_TEXT_AS_CHARACTERS - Static variable in class org.codehaus.stax2.XMLInputFactory2
Whether cursor-based reader will ever generate CDATA events; if true, CDATA events may be generated for non-coalesced CDATA sections.
P_REPORT_PROLOG_WHITESPACE - Static variable in class org.codehaus.stax2.XMLInputFactory2
Whether reader will generate 'ignorable white space' events during prolog and epilog (before and after the main XML root element); if true, will generate those events; if false, will just ignore white space in these parts of the parsed document.
P_SUPPORT_DTDPP - Static variable in class com.ctc.wstx.api.WstxInputProperties
Whether the Reader will recognized DTD++ extensions when parsing DTD subsets.
P_TEXT_BUFFER_LENGTH - Static variable in class com.ctc.wstx.api.WstxInputProperties
Initial/default size of output buffer used for temporarily storing parsed textual content.
P_TEXT_ESCAPER - Static variable in class org.codehaus.stax2.XMLOutputFactory2
Property that can be set if a custom output escaping for textual content is needed.
P_VALIDATE_TEXT_CHARS - Static variable in class com.ctc.wstx.api.WstxInputProperties
Whether readers will verify that characters in text content are fully valid XML characters (not just Unicode).
ParsedExtEntity - class com.ctc.wstx.ent.ParsedExtEntity.
 
ParsedExtEntity(Location, String, URL, String, String) - Constructor for class com.ctc.wstx.ent.ParsedExtEntity
 
ParsingErrorMsgs - interface com.ctc.wstx.cfg.ParsingErrorMsgs.
 
parseDTD() - Method in class com.ctc.wstx.dtd.FullDTDReader
 
parseDirective() - Method in class com.ctc.wstx.dtd.FullDTDReader
 
parseDirectiveFlattened() - Method in class com.ctc.wstx.dtd.FullDTDReader
Method similar to FullDTDReader.parseDirective(), but one that takes care to properly output dtd contents via DTDWriter as necessary.
parseEntityName(char) - Method in class com.ctc.wstx.sr.StreamScanner
 
parseFNameForError() - Method in class com.ctc.wstx.sr.StreamScanner
Method called to read in full name, including unlimited number of namespace separators (':'), for the purpose of displaying name in an error message.
parseFullName() - Method in class com.ctc.wstx.sr.StreamScanner
Method that will parse 'full' name token; what full means depends on whether reader is namespace aware or not.
parseFullName(char) - Method in class com.ctc.wstx.sr.StreamScanner
 
parseFullName2(int, int) - Method in class com.ctc.wstx.sr.StreamScanner
 
parseLocalName(char) - Method in class com.ctc.wstx.sr.StreamScanner
Method that will parse name token (roughly equivalent to XML specs; although bit lenier for more efficient handling); either uri prefix, or local name.
parseLocalName2(int, int) - Method in class com.ctc.wstx.sr.StreamScanner
Second part of name token parsing; called when name can continue past input buffer end (so only part was read before calling this method to read the rest).
parseNonNormalizedAttrValue(char, TextBuilder) - Method in class com.ctc.wstx.sr.WstxStreamReader
Method that will parse an attribute value enclosed in quotes, using an TextBuilder instance.
parseNormalizedAttrValue(char, TextBuilder) - Method in class com.ctc.wstx.sr.WstxStreamReader
Method that will parse an attribute value enclosed in quotes, using an TextBuilder instance.
parsePublicId(char, boolean, String) - Method in class com.ctc.wstx.sr.StreamScanner
Simple parsing method that parses system ids, which are generally used in entities (from DOCTYPE declaration to internal/external subsets).
parseSystemId(char, boolean, String) - Method in class com.ctc.wstx.sr.StreamScanner
Simple parsing method that parses system ids, which are generally used in entities (from DOCTYPE declaration to internal/external subsets).
parseUntil(TextBuffer, char, boolean, String) - Method in class com.ctc.wstx.sr.StreamScanner
 
peek() - Method in class com.ctc.wstx.evt.FilteredEventReader
Note: there is no way to do any filtering here; will simply dispatch the call to the underlying reader.
peek() - Method in class com.ctc.wstx.evt.WstxEventReader
 
peekNext() - Method in class com.ctc.wstx.sr.StreamScanner
Similar to StreamScanner.getNext(), but does not advance pointer in input buffer.
pop(InputProblemReporter) - Method in class com.ctc.wstx.dtd.ElementValidator
 
pop() - Method in class com.ctc.wstx.sr.InputElementStack
Method called by the stream reader to remove the topmost (start) element from the stack; called when an end element is encountered during parsing.
pop() - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
pop() - Method in class com.ctc.wstx.sr.NsInputElementStack
 
pop() - Method in class com.ctc.wstx.sr.VNonNsInputElementStack
 
pop() - Method in class com.ctc.wstx.sr.VNsInputElementStack
 
push(String, String) - Method in class com.ctc.wstx.sr.InputElementStack
Method called by the stream reader to add new (start) element into the stack in namespace-aware mode; called when a start element is encountered during parsing, but only in ns-aware mode.
push(String) - Method in class com.ctc.wstx.sr.InputElementStack
Method called by the stream reader to add new (start) element into the stack in non-namespace mode; called when a start element is encountered during parsing, but only in non-namespace mode.
push(String, String) - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
push(String) - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
push(String, String) - Method in class com.ctc.wstx.sr.NsInputElementStack
 
push(String) - Method in class com.ctc.wstx.sr.NsInputElementStack
 
pushback() - Method in class com.ctc.wstx.io.InputBootstrapper
 
pushback() - Method in class com.ctc.wstx.io.ReaderBootstrapper
 
pushback() - Method in class com.ctc.wstx.io.StreamBootstrapper
 
pushback() - Method in class com.ctc.wstx.sr.StreamScanner
Method to push back last character read; can only be called once, that is, no more than one char can be guaranteed to be succesfully returned.

R

ReaderBootstrapper - class com.ctc.wstx.io.ReaderBootstrapper.
Input bootstrap class used when input comes from a Reader; in this case, encoding is already known, and thus encoding from XML declaration (if any) is only double-checked, not really used.
ReaderConfig - class com.ctc.wstx.api.ReaderConfig.
Simple configuration container class; passed by reader factory to reader instance created.
ReaderCreator - interface com.ctc.wstx.sr.ReaderCreator.
Interface that defines callbacks readers can use to access settings of the input factory that created them, as well as update cached data factory may store (shared symbol tables, cached DTDs etc).
ReaderSource - class com.ctc.wstx.io.ReaderSource.
Input source that reads input via a Reader.
ReaderSource(WstxInputSource, String, String, String, URL, Reader, boolean, int) - Constructor for class com.ctc.wstx.io.ReaderSource
 
RepairingNsStreamWriter - class com.ctc.wstx.sw.RepairingNsStreamWriter.
Namespace-aware implementation of XMLStreamWriter, that does namespace repairing, ie resolves possible conflicts between prefixes (add new bindings as necessary), as well as automatically creates namespace declarations as necessary.
RepairingNsStreamWriter(Writer, String, WriterConfig) - Constructor for class com.ctc.wstx.sw.RepairingNsStreamWriter
 
rawContentsTo(Writer) - Method in class com.ctc.wstx.util.TextBuffer
Method that will stream contents of this buffer into specified Writer.
rawContentsViaReader() - Method in class com.ctc.wstx.util.TextBuffer
 
read(char[], int, int) - Method in class com.ctc.wstx.io.AsciiReader
 
read(char[], int, int) - Method in class com.ctc.wstx.io.ISOLatinReader
 
read() - Method in class com.ctc.wstx.io.MergedReader
 
read(char[]) - Method in class com.ctc.wstx.io.MergedReader
 
read(char[], int, int) - Method in class com.ctc.wstx.io.MergedReader
 
read() - Method in class com.ctc.wstx.io.MergedStream
 
read(byte[]) - Method in class com.ctc.wstx.io.MergedStream
 
read(byte[], int, int) - Method in class com.ctc.wstx.io.MergedStream
 
read(char[], int, int) - Method in class com.ctc.wstx.io.UTF8Reader
 
readDTDKeyword(String) - Method in class com.ctc.wstx.dtd.FullDTDReader
Method called usually to indicate an error condition; will read rest of specified keyword (including characters that can be part of XML identifiers), append that to passed prefix (which is optional), and return resulting String.
readExternalSubset(StreamScanner, WstxInputSource, ReaderConfig, DTDSubset) - Method in class com.ctc.wstx.dtd.DTDReaderProxy
Method called to read in the external subset definition.
readExternalSubset(StreamScanner, WstxInputSource, ReaderConfig, DTDSubset) - Static method in class com.ctc.wstx.dtd.FullDTDReader
Method called to read in the external subset definition.
readExternalSubset(StreamScanner, WstxInputSource, ReaderConfig, DTDSubset) - Method in class com.ctc.wstx.dtd.FullDTDReaderProxy
Method called to read in the external subset definition.
readExternalSubset(StreamScanner, WstxInputSource, ReaderConfig, DTDSubset) - Method in class com.ctc.wstx.dtd.MinimalDTDReaderProxy
Method called to read in the external subset definition.
readInternalSubset(StreamScanner, WstxInputSource, ReaderConfig) - Method in class com.ctc.wstx.dtd.DTDReaderProxy
Method called to read in the internal subset definition.
readInternalSubset(StreamScanner, WstxInputSource, ReaderConfig) - Static method in class com.ctc.wstx.dtd.FullDTDReader
Method called to read in the internal subset definition.
readInternalSubset(StreamScanner, WstxInputSource, ReaderConfig) - Method in class com.ctc.wstx.dtd.FullDTDReaderProxy
Method called to read in the internal subset definition.
readInternalSubset(StreamScanner, WstxInputSource, ReaderConfig) - Method in class com.ctc.wstx.dtd.MinimalDTDReaderProxy
Method called to read in the internal subset definition.
readInto(WstxInputData) - Method in class com.ctc.wstx.io.BaseInputSource
 
readInto(WstxInputData) - Method in class com.ctc.wstx.io.BranchingReaderSource
 
readInto(WstxInputData) - Method in class com.ctc.wstx.io.CharArraySource
 
readInto(WstxInputData) - Method in class com.ctc.wstx.io.ReaderSource
 
readInto(WstxInputData) - Method in class com.ctc.wstx.io.WstxInputSource
Method called to read at least one more char from input source, and update input data appropriately.
readMore(WstxInputData, int) - Method in class com.ctc.wstx.io.BaseInputSource
 
readMore(WstxInputData, int) - Method in class com.ctc.wstx.io.BranchingReaderSource
 
readMore(WstxInputData, int) - Method in class com.ctc.wstx.io.CharArraySource
 
readMore(WstxInputData, int) - Method in class com.ctc.wstx.io.ReaderSource
 
readMore(WstxInputData, int) - Method in class com.ctc.wstx.io.WstxInputSource
Method called by reader when it has to have at least specified number of consequtive input characters in its buffer, and it currently does not have.
readQuotedValue(char[], int, boolean) - Method in class com.ctc.wstx.io.InputBootstrapper
 
readQuotedValue(char[], int, boolean) - Method in class com.ctc.wstx.io.ReaderBootstrapper
 
readQuotedValue(char[], int, boolean) - Method in class com.ctc.wstx.io.StreamBootstrapper
 
readXmlDecl(boolean) - Method in class com.ctc.wstx.io.InputBootstrapper
 
ready() - Method in class com.ctc.wstx.io.MergedReader
 
remove() - Method in class com.ctc.wstx.evt.FilteredEventReader
Note: only here because we implement Iterator interface
remove() - Method in class com.ctc.wstx.evt.WstxEventReader
Note: only here because we implement Iterator interface
remove() - Method in class com.ctc.wstx.util.EmptyIterator
 
remove() - Method in class com.ctc.wstx.util.SingletonIterator
 
removeLast() - Method in class com.ctc.wstx.util.StringVector
 
removeLast(int) - Method in class com.ctc.wstx.util.StringVector
 
reportInvalidChar(ElementValidator, char, String) - Method in class com.ctc.wstx.dtd.DTDAttribute
 
reportInvalidContent(int) - Method in class com.ctc.wstx.sr.FullStreamReader
Method called by lower-level parsing code when invalid content (anything inside element with 'empty' content spec; text inside non-mixed element etc) is found during basic scanning.
reportInvalidContent(int) - Method in class com.ctc.wstx.sr.WstxStreamReader
Stub method implemented by validating parsers, to report content that's not valid for current element context.
reportNull() - Method in class com.ctc.wstx.io.InputBootstrapper
 
reportParseError(ElementValidator, String) - Method in class com.ctc.wstx.dtd.DTDAttribute
 
reportParseError(InputProblemReporter, String) - Method in class com.ctc.wstx.dtd.DTDAttribute
 
reportProblem(String, String) - Method in interface com.ctc.wstx.sr.InputProblemReporter
 
reportProblem(String, String, Location) - Method in interface com.ctc.wstx.sr.InputProblemReporter
 
reportProblem(String, String, Object) - Method in interface com.ctc.wstx.sr.InputProblemReporter
 
reportProblem(String, String, Object, Object) - Method in interface com.ctc.wstx.sr.InputProblemReporter
 
reportProblem(String, String, Object, Object, Location) - Method in interface com.ctc.wstx.sr.InputProblemReporter
 
reportProblem(String, String) - Method in class com.ctc.wstx.sr.StreamScanner
 
reportProblem(String, String, Location) - Method in class com.ctc.wstx.sr.StreamScanner
 
reportProblem(String, String, Object) - Method in class com.ctc.wstx.sr.StreamScanner
 
reportProblem(String, String, Object, Object) - Method in class com.ctc.wstx.sr.StreamScanner
 
reportProblem(String, String, Object, Object, Location) - Method in class com.ctc.wstx.sr.StreamScanner
 
reportUnexpectedChar(int, String) - Method in class com.ctc.wstx.io.InputBootstrapper
 
reportXmlProblem(String) - Method in class com.ctc.wstx.io.InputBootstrapper
 
require(int, String, String) - Method in class com.ctc.wstx.sr.WstxStreamReader
 
require(int, String, String) - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
reset(String, String) - Method in class com.ctc.wstx.dtd.NameKey
 
reset() - Method in class com.ctc.wstx.io.MergedReader
 
reset() - Method in class com.ctc.wstx.io.MergedStream
 
reset() - Method in class com.ctc.wstx.sr.AttributeCollector
Method called to allow reusing of collector, usually right before starting collecting attributes for a new start tag.
reset() - Method in class com.ctc.wstx.util.TextBuilder
Method called before starting to (re)use the buffer, will discard any existing content, and start collecting new set of values.
resetInitialized() - Method in class com.ctc.wstx.util.TextBuffer
Method called to make sure there is a non-shared segment to use, without appending any content yet.
resetWithCopy(char[], int, int) - Method in class com.ctc.wstx.util.TextBuffer
 
resetWithEmpty() - Method in class com.ctc.wstx.util.TextBuffer
Method called to clear out any content text buffer may have, and initializes buffer to use non-shared data.
resetWithShared(char[], int, int) - Method in class com.ctc.wstx.util.TextBuffer
Method called to initialize the buffer with a shared copy of data; this means that buffer will just have pointers to actual data.
resize(String[]) - Static method in class com.ctc.wstx.sr.AttributeCollector
 
resolveCharOnlyEntity(boolean) - Method in class com.ctc.wstx.sr.StreamScanner
Method called to resolve character entities, and only character entities (except that pre-defined char entities -- amp, apos, lt, gt, quote -- MAY be "char entities" in this sense, depending on arguments).
resolveElem(InputProblemReporter, DTDElement, StringVector) - Method in class com.ctc.wstx.dtd.ElementValidator
Method called to update information about the newly encountered (start) element.
resolveElem(boolean) - Method in class com.ctc.wstx.sr.InputElementStack
Method called to update information about top of the stack, with attribute information passed in.
resolveElem(boolean) - Method in class com.ctc.wstx.sr.NonNsInputElementStack
Method called to update information about top of the stack, with attribute information passed in.
resolveElem(boolean) - Method in class com.ctc.wstx.sr.NsInputElementStack
Method called to update information about top of the stack, with attribute information passed in.
resolveElem(boolean) - Method in class com.ctc.wstx.sr.VNonNsInputElementStack
Method called to update information about top of the stack, with attribute information passed in.
resolveElem(boolean) - Method in class com.ctc.wstx.sr.VNsInputElementStack
Method called to update information about top of the stack, with attribute information passed in.
resolveEntity(WstxInputSource, String, String, String, XMLResolver, XMLReporter) - Static method in class com.ctc.wstx.io.DefaultInputResolver
Basic external resource resolver implementation; usable both with DTD and entity resolution.
resolveNonCharEntity(Map, Map) - Method in class com.ctc.wstx.sr.StreamScanner
Reverse of StreamScanner.resolveCharOnlyEntity(boolean); will only resolve entity if it is NOT a character entity (or pre-defined 'generic' entity; amp, apos, lt, gt or quot).
resolveSimpleEntity(boolean) - Method in class com.ctc.wstx.sr.StreamScanner
Method that tries to resolve a character entity, or (if caller so specifies), a pre-defined internal entity (lt, gt, amp, apos, quot).
resolveStreamEncoding() - Method in class com.ctc.wstx.io.StreamBootstrapper
Method called to try to figure out physical encoding the underlying input stream uses.
restoreContext(WstxInputData) - Method in class com.ctc.wstx.io.BaseInputSource
 
restoreContext(WstxInputData) - Method in class com.ctc.wstx.io.WstxInputSource
Method Reader calls when this input source is resumed as the current source.
rewrite() - Method in class com.ctc.wstx.dtd.ChoiceContentSpec
 
rewrite() - Method in class com.ctc.wstx.dtd.ContentSpec
Method called as the first part of DFA construction, if necessary; will usually create simpler ModelNode instances that will match definition this instance contains.
rewrite() - Method in class com.ctc.wstx.dtd.SeqContentSpec
 
rewrite() - Method in class com.ctc.wstx.dtd.TokenContentSpec
 

S

STATE_CONTENT - Static variable in class com.ctc.wstx.evt.WstxEventReader
 
STATE_EOD - Static variable in class com.ctc.wstx.evt.WstxEventReader
 
STATE_EPILOG - Static variable in class com.ctc.wstx.sw.BaseStreamWriter
 
STATE_INITIAL - Static variable in class com.ctc.wstx.evt.WstxEventReader
 
STATE_PROLOG - Static variable in class com.ctc.wstx.sw.BaseStreamWriter
 
STATE_TREE - Static variable in class com.ctc.wstx.sw.BaseStreamWriter
 
SUFFIX_EOF_EXP_NAME - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
 
SUFFIX_IN_ATTR_VALUE - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
 
SUFFIX_IN_CDATA - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
 
SUFFIX_IN_CLOSE_ELEMENT - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
 
SUFFIX_IN_COMMENT - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
 
SUFFIX_IN_DEF_ATTR_VALUE - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
 
SUFFIX_IN_DOC - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
 
SUFFIX_IN_DTD - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
 
SUFFIX_IN_DTD_EXTERNAL - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
 
SUFFIX_IN_DTD_INTERNAL - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
 
SUFFIX_IN_ELEMENT - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
 
SUFFIX_IN_ENTITY_REF - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
 
SUFFIX_IN_EPILOG - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
 
SUFFIX_IN_NAME - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
 
SUFFIX_IN_PROC_INSTR - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
 
SUFFIX_IN_PROLOG - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
 
SUFFIX_IN_TEXT - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
 
SUFFIX_IN_XML_DECL - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
 
SeqContentSpec - class com.ctc.wstx.dtd.SeqContentSpec.
Content specification that defines model that has sequence of one or more elements that have to come in the specified order.
SeqContentSpec(boolean, char, ContentSpec[]) - Constructor for class com.ctc.wstx.dtd.SeqContentSpec
 
SimpleCache - class com.ctc.wstx.util.SimpleCache.
Simple Map implementation usable for caches where contents do not expire.
SimpleCache(int) - Constructor for class com.ctc.wstx.util.SimpleCache
 
SimpleNsStreamWriter - class com.ctc.wstx.sw.SimpleNsStreamWriter.
Namespace-aware implementation of XMLStreamWriter, that does not do namespace repairing, ie doesn't try to resolve possible conflicts between prefixes and namespace URIs, or automatically create namespace bindings.
SimpleNsStreamWriter(Writer, String, WriterConfig) - Constructor for class com.ctc.wstx.sw.SimpleNsStreamWriter
 
SimpleOutputElement - class com.ctc.wstx.sw.SimpleOutputElement.
Class that encapsulates information about a specific element in virtual output stack, for writers that do support namespaces, but do NOT do "repairing", that is, expect caller to provide full namespace mapping and writing guidance.
SimpleStartElement - class com.ctc.wstx.evt.SimpleStartElement.
Wstx StartElement implementation used when event is constructed from already objectified data, for example when constructed by the event factory.
SimpleStartElement(Location, QName, BaseNsContext, Map) - Constructor for class com.ctc.wstx.evt.SimpleStartElement
 
SingleByteAttrValueWriter - class com.ctc.wstx.io.SingleByteAttrValueWriter.
Escaping writer that will properly escape characters of the attribute values that need to be escaped, when outputting using a Writer that produces a subset of Unicode values.
SingleByteAttrValueWriter(Writer, String, char, int) - Constructor for class com.ctc.wstx.io.SingleByteAttrValueWriter
 
SingleByteTextWriter - class com.ctc.wstx.io.SingleByteTextWriter.
Escaping writer that will properly escape normal textual content that need to be escaped, when outputting using a Writer that produces a subset of Unicode values.
SingleByteTextWriter(Writer, String, int) - Constructor for class com.ctc.wstx.io.SingleByteTextWriter
 
SingletonIterator - class com.ctc.wstx.util.SingletonIterator.
Simple read-only iterator that iterators over one specific item, passed in as constructor argument.
SingletonIterator(Object) - Constructor for class com.ctc.wstx.util.SingletonIterator
 
SmallNameKeySet - class com.ctc.wstx.dtd.SmallNameKeySet.
NameKeySet implementation suitable for storing small set of NameKey values (generally 8 or less).
SmallNameKeySet(boolean, NameKey[]) - Constructor for class com.ctc.wstx.dtd.SmallNameKeySet
 
StarModel - class com.ctc.wstx.dtd.StarModel.
Model class that represents any number of repetitions of its submodel (including no repetitions).
StarModel(ModelNode) - Constructor for class com.ctc.wstx.dtd.StarModel
 
StreamBootstrapper - class com.ctc.wstx.io.StreamBootstrapper.
Input bootstrap class used with streams, when encoding is not known (when encoding is specified by application, a reader is constructed, and then reader-based bootstrapper is used).
StreamReaderImpl - interface com.ctc.wstx.sr.StreamReaderImpl.
Interface that defines "internal Woodstox API".
StreamScanner - class com.ctc.wstx.sr.StreamScanner.
Abstract base class that defines some basic functionality that all Woodstox reader classes (main XML reader, DTD reader) extend from.
StreamScanner(WstxInputSource, ReaderConfig, XMLResolver) - Constructor for class com.ctc.wstx.sr.StreamScanner
Constructor used when creating a complete new (main-level) reader that does not share its input buffers or state with another reader.
StringUtil - class com.ctc.wstx.util.StringUtil.
 
StringUtil() - Constructor for class com.ctc.wstx.util.StringUtil
 
StringVector - class com.ctc.wstx.util.StringVector.
Data container similar List (from storage perspective), but that can be used in multiple ways.
StringVector(int) - Constructor for class com.ctc.wstx.util.StringVector
 
StructValidator - class com.ctc.wstx.dtd.StructValidator.
Base class for validator Objects used to validate tree structure of an XML-document against DTD.
StructValidator() - Constructor for class com.ctc.wstx.dtd.StructValidator
 
SymbolTable - class com.ctc.wstx.util.SymbolTable.
This class is a kind of specialized type-safe Map, from char array to String value.
SymbolTable() - Constructor for class com.ctc.wstx.util.SymbolTable
Method for constructing a master symbol table instance; this one will create master instance with default size, and with interning enabled.
SymbolTable(boolean) - Constructor for class com.ctc.wstx.util.SymbolTable
Method for constructing a master symbol table instance.
SymbolTable(boolean, int) - Constructor for class com.ctc.wstx.util.SymbolTable
Method for constructing a master symbol table instance.
SymbolTable(boolean, int, float) - Constructor for class com.ctc.wstx.util.SymbolTable
Main method for constructing a master symbol table instance; will be called by other public constructors.
sPrefixXml - Static variable in class com.ctc.wstx.sr.WstxStreamReader
 
sPrefixXml - Static variable in class com.ctc.wstx.sw.BaseNsStreamWriter
 
sPrefixXmlns - Static variable in class com.ctc.wstx.sr.WstxStreamReader
 
sPrefixXmlns - Static variable in class com.ctc.wstx.sw.BaseNsStreamWriter
 
safeEnsureFinishToken() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
safeFinishToken() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
safeFlushStream() - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
saveContext(WstxInputData) - Method in class com.ctc.wstx.io.BaseInputSource
 
saveContext(WstxInputData) - Method in class com.ctc.wstx.io.WstxInputSource
Method Reader calls when this input source is being stored, when a nested input source gets used instead (due to entity expansion).
setArity(char) - Method in class com.ctc.wstx.dtd.ContentSpec
 
setAttrValueEscaperFactory(EscapingWriterFactory) - Method in class com.ctc.wstx.api.WriterConfig
 
setAutomaticNsPrefix(String) - Method in class com.ctc.wstx.api.WriterConfig
 
setBaseURL(URL) - Method in class com.ctc.wstx.api.ReaderConfig
 
setBufferSize(int) - Method in class com.ctc.wstx.util.TextBuilder
 
setConfigFlag(int) - Method in class com.ctc.wstx.api.ReaderConfig
 
setConfigFlags(int) - Method in class com.ctc.wstx.api.ReaderConfig
 
setCurrentLength(int) - Method in class com.ctc.wstx.util.TextBuffer
 
setCustomInternalEntities(Map) - Method in class com.ctc.wstx.api.ReaderConfig
 
setDefaultNamespace(String) - Method in class com.ctc.wstx.evt.WstxEventWriter
 
setDefaultNamespace(String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
setDefaultNamespace(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
setDefaultNamespace(String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
 
setDefaultNamespace(String) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
With repairing writer, this is only taken as a suggestion as to how the caller would prefer prefixes to be mapped.
setDefaultNamespace(String) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
 
setDefaultNsUri(String) - Method in class com.ctc.wstx.sw.SimpleOutputElement
 
setDtdResolver(XMLResolver) - Method in class com.ctc.wstx.api.ReaderConfig
 
setElementSpecs(Map, SymbolTable, boolean, Map) - Method in class com.ctc.wstx.sr.InputElementStack
Stub implementation for method that specialized sub-classes use.
setElementSpecs(Map, SymbolTable, boolean, Map) - Method in class com.ctc.wstx.sr.VNonNsInputElementStack
Method called by the validating stream reader if and when it has read internal and/or external DTD subsets, and has thus parsed element specifications.
setElementSpecs(Map, SymbolTable, boolean, Map) - Method in class com.ctc.wstx.sr.VNsInputElementStack
Method called by the validating stream reader if and when it has read internal and/or external DTD subsets, and has thus parsed element specifications.
setEntityResolver(XMLResolver) - Method in class com.ctc.wstx.api.ReaderConfig
 
setEventAllocator(XMLEventAllocator) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
setFeature(String, Object) - Method in class com.ctc.wstx.sr.FullStreamReader
 
setFeature(String, Object) - Method in class com.ctc.wstx.sr.WstxStreamReader
 
setFeature(String, Object) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
setFeature(String, Object) - Method in interface org.codehaus.stax2.XMLStreamReader2
Method that can be used to set per-reader features such as configuration settings; both generic ones (names for which are defined as constants in this class), and implementation dependant ones.
setFeature(String, Object) - Method in interface org.codehaus.stax2.XMLStreamWriter2
 
setFeatureDTDOverride(Object) - Method in class com.ctc.wstx.sr.FullStreamReader
Actual method for setting override for DOCTYPE declaration override.
setFlattenWriter(Writer, boolean, boolean, boolean) - Method in class com.ctc.wstx.dtd.FullDTDReader
Method that will set specified Writer as the 'flattening writer'; writer used to output flattened version of DTD read in.
setInitCause(Throwable, Throwable) - Method in class com.ctc.wstx.compat.Jdk12Impl
Too bad it's only 1.4+ that can set the root cause...
setInitCause(Throwable, Throwable) - Method in class com.ctc.wstx.compat.Jdk14Impl
 
setInitCause(Throwable, Throwable) - Method in class com.ctc.wstx.compat.JdkImpl
Method that sets init cause of the specified Throwable to be another specified Throwable.
setInputBufferLength(int) - Method in class com.ctc.wstx.api.ReaderConfig
 
setInputOffsets(int, int, int) - Method in class com.ctc.wstx.io.ReaderSource
Method called to change the default offsets this source has.
setInternStrings(boolean) - 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.
setLocation(Location) - Method in class com.ctc.wstx.stax.WstxEventFactory
 
setMaxConsequtiveEmptyLines(int) - Method in class com.ctc.wstx.util.LineSuppressWriter
 
setNamespaceContext(NamespaceContext) - Method in class com.ctc.wstx.evt.WstxEventWriter
 
setNamespaceContext(NamespaceContext) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
Note: Root namespace context works best if automatic prefix creationg ("namespace/prefix repairing" in StAX lingo) is enabled.
setNamespaceContext(NamespaceContext) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
setNamespaceContext(NamespaceContext) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
 
setNormalizedValue(int, String) - Method in class com.ctc.wstx.sr.AttributeCollector
Low-level mutator method that attribute validation code may call for certain types of attributes, when it wants to handle the whole validation and normalization process by itself.
setPrefix(String, String) - Method in class com.ctc.wstx.evt.WstxEventWriter
 
setPrefix(String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
setPrefix(String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
setPrefix(String, String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
 
setPrefix(String) - Method in class com.ctc.wstx.sw.SimpleOutputElement
 
setProperty(String, Object) - Method in class com.ctc.wstx.api.ReaderConfig
 
setProperty(String, int, Object) - Method in class com.ctc.wstx.api.ReaderConfig
 
setProperty(String, Object) - Method in class com.ctc.wstx.api.WriterConfig
 
setProperty(String, Object) - Method in class com.ctc.wstx.stax.MinimalInputFactory
 
setProperty(String, Object) - Method in class com.ctc.wstx.stax.MinimalOutputFactory
 
setProperty(String, Object) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
setProperty(String, Object) - Method in class com.ctc.wstx.stax.WstxOutputFactory
 
setRootNsContext(NamespaceContext) - Method in class com.ctc.wstx.sw.SimpleOutputElement
 
setShortestReportedTextSegment(int) - Method in class com.ctc.wstx.api.ReaderConfig
 
setString(int, String) - Method in class com.ctc.wstx.util.StringVector
 
setTextBufferLength(int) - Method in class com.ctc.wstx.api.ReaderConfig
 
setTextEscaperFactory(EscapingWriterFactory) - Method in class com.ctc.wstx.api.WriterConfig
 
setTrim(boolean, boolean) - Method in class com.ctc.wstx.util.LineSuppressWriter
 
setTrimLeading(boolean) - Method in class com.ctc.wstx.util.LineSuppressWriter
 
setTrimTrailing(boolean) - Method in class com.ctc.wstx.util.LineSuppressWriter
 
setWhitespaceStatus(boolean) - Method in class com.ctc.wstx.evt.WCharacters
 
setXMLReporter(XMLReporter) - Method in class com.ctc.wstx.api.ReaderConfig
 
setXMLReporter(XMLReporter) - Method in class com.ctc.wstx.stax.MinimalInputFactory
 
setXMLReporter(XMLReporter) - Method in class com.ctc.wstx.stax.WstxInputFactory
 
setXMLResolver(XMLResolver) - Method in class com.ctc.wstx.api.ReaderConfig
Note: for better granularity, you should call ReaderConfig.setEntityResolver(javax.xml.stream.XMLResolver) and ReaderConfig.setDtdResolver(javax.xml.stream.XMLResolver) instead.
setXMLResolver(XMLResolver) - Method in class com.ctc.wstx.stax.MinimalInputFactory
Note: it's preferable to use Wstx-specific ReaderConfig.setEntityResolver(javax.xml.stream.XMLResolver) instead, if possible, since this just wraps passed in resolver.
setXMLResolver(XMLResolver) - Method in class com.ctc.wstx.stax.WstxInputFactory
Note: it's preferable to use Wstx-specific ReaderConfig.setEntityResolver(javax.xml.stream.XMLResolver) instead, if possible, since this just wraps passed in resolver.
size() - Method in class com.ctc.wstx.util.BijectiveNsMap
 
size() - Method in class com.ctc.wstx.util.StringVector
 
size() - Method in class com.ctc.wstx.util.SymbolTable
 
size() - Method in class com.ctc.wstx.util.TextBuffer
 
size() - Method in class com.ctc.wstx.util.TextBuilder
 
size() - Method in class com.ctc.wstx.util.WordResolver
 
skip(long) - Method in class com.ctc.wstx.io.MergedReader
 
skip(long) - Method in class com.ctc.wstx.io.MergedStream
 
skipCRLF(char) - Method in class com.ctc.wstx.io.ReaderBootstrapper
 
skipCRLF(char) - Method in class com.ctc.wstx.sr.StreamScanner
Method called when a CR has been spotted in input; checks if next char is LF, and if so, skips it.
skipComment() - Method in class com.ctc.wstx.dtd.MinimalDTDReader
 
skipCommentContent() - Method in class com.ctc.wstx.dtd.MinimalDTDReader
 
skipElement() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
skipElement() - Method in interface org.codehaus.stax2.XMLStreamReader2
Method that will skip all the contents of the element that the stream currently points to.
skipFullName(char) - Method in class com.ctc.wstx.sr.StreamScanner
Note: does not check for number of colons, amongst other things.
skipInternalSubset(StreamScanner, WstxInputSource, ReaderConfig) - Method in class com.ctc.wstx.dtd.DTDReaderProxy
Method similar to DTDReaderProxy.readInternalSubset(com.ctc.wstx.sr.StreamScanner, com.ctc.wstx.io.WstxInputSource, com.ctc.wstx.api.ReaderConfig), in that it skims through structure of internal subset, but without doing any sort of validation, or parsing of contents.
skipInternalSubset(StreamScanner, WstxInputSource, ReaderConfig) - Method in class com.ctc.wstx.dtd.FullDTDReaderProxy
Method similar to FullDTDReaderProxy.readInternalSubset(com.ctc.wstx.sr.StreamScanner, com.ctc.wstx.io.WstxInputSource, com.ctc.wstx.api.ReaderConfig), in that it skims through structure of internal subset, but without doing any sort of validation, or parsing of contents.
skipInternalSubset(StreamScanner, WstxInputSource, ReaderConfig) - Static method in class com.ctc.wstx.dtd.MinimalDTDReader
Method that just skims through structure of internal subset, but without doing any sort of validation, or parsing of contents.
skipInternalSubset() - Method in class com.ctc.wstx.dtd.MinimalDTDReader
Method that will skip through internal DTD subset, without doing any parsing, except for trying to match end of subset properly.
skipInternalSubset(StreamScanner, WstxInputSource, ReaderConfig) - Method in class com.ctc.wstx.dtd.MinimalDTDReaderProxy
Method similar to MinimalDTDReaderProxy.readInternalSubset(com.ctc.wstx.sr.StreamScanner, com.ctc.wstx.io.WstxInputSource, com.ctc.wstx.api.ReaderConfig), in that it skims through structure of internal subset, but without doing any sort of validation, or parsing of contents.
skipMbLF(int) - Method in class com.ctc.wstx.io.StreamBootstrapper
 
skipMbWs() - Method in class com.ctc.wstx.io.StreamBootstrapper
 
skipPI() - Method in class com.ctc.wstx.dtd.MinimalDTDReader
 
skipSbLF(byte) - Method in class com.ctc.wstx.io.StreamBootstrapper
 
skipSbWs() - Method in class com.ctc.wstx.io.StreamBootstrapper
 
skipWS() - Method in class com.ctc.wstx.sr.StreamScanner
Method that will skip any white space potentially coming from the current input source, without returning next character.
sourceFrom(WstxInputSource, String, Object, XMLReporter) - Static method in class com.ctc.wstx.io.DefaultInputResolver
Factory method that accepts various types of Objects, and tries to create a WstxInputSource from it.
standaloneSet() - Method in class com.ctc.wstx.evt.WStartDocument
 
standaloneSet() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
standaloneSet() - Method in class com.ctc.wstx.stax.FilteredStreamReader
 
startBranch(TextBuffer, int, boolean) - Method in class com.ctc.wstx.io.BranchingReaderSource
 
startNewEntry() - Method in class com.ctc.wstx.util.TextBuilder
 

T

TYPE_CDATA - Static variable in class com.ctc.wstx.dtd.DTDAttribute
 
TYPE_ENTITIES - Static variable in class com.ctc.wstx.dtd.DTDAttribute
 
TYPE_ENTITY - Static variable in class com.ctc.wstx.dtd.DTDAttribute
 
TYPE_ENUMERATED - Static variable in class com.ctc.wstx.dtd.DTDAttribute
 
TYPE_ID - Static variable in class com.ctc.wstx.dtd.DTDAttribute
 
TYPE_IDREF - Static variable in class com.ctc.wstx.dtd.DTDAttribute
 
TYPE_IDREFS - Static variable in class com.ctc.wstx.dtd.DTDAttribute
 
TYPE_NMTOKEN - Static variable in class com.ctc.wstx.dtd.DTDAttribute
 
TYPE_NMTOKENS - Static variable in class com.ctc.wstx.dtd.DTDAttribute
 
TYPE_NOTATION - Static variable in class com.ctc.wstx.dtd.DTDAttribute
 
TextBuffer - class com.ctc.wstx.util.TextBuffer.
TextBuffer is a class similar to StringBuffer, with following differences: TextBuffer uses segments character arrays, to avoid having to do additional array copies when array is not big enough.
TextBuffer() - Constructor for class com.ctc.wstx.util.TextBuffer
 
TextBuffer(int) - Constructor for class com.ctc.wstx.util.TextBuffer
 
TextBuilder - class com.ctc.wstx.util.TextBuilder.
Class similar to StringBuffer, except that it can be used to construct multiple Strings, that will share same underlying character buffer.
TextBuilder(int) - Constructor for class com.ctc.wstx.util.TextBuilder
 
TextEscaper - class com.ctc.wstx.io.TextEscaper.
 
TokenContentSpec - class com.ctc.wstx.dtd.TokenContentSpec.
Content specification that defines content model consisting of just one allowed element.
TokenContentSpec(char, NameKey) - Constructor for class com.ctc.wstx.dtd.TokenContentSpec
 
TokenModel - class com.ctc.wstx.dtd.TokenModel.
Model class that encapsulates a single (obligatory) token instance.
TokenModel(NameKey) - Constructor for class com.ctc.wstx.dtd.TokenModel
 
throwAsIllegalArgument(Throwable) - Static method in class com.ctc.wstx.util.ExceptionUtil
 
throwDupAttr(InputProblemReporter, int) - Method in class com.ctc.wstx.sr.AttributeCollector
 
throwElementException(DTDElement, Location) - Static method in class com.ctc.wstx.dtd.DTDSubsetImpl
 
throwFromIOE(IOException) - Method in class com.ctc.wstx.evt.WEvent
 
throwFromIOE(IOException) - Method in class com.ctc.wstx.sr.StreamScanner
 
throwFromIOE(IOException) - Static method in class com.ctc.wstx.sw.BaseStreamWriter
 
throwFromSex(XMLStreamException) - Method in class com.ctc.wstx.evt.WstxEventReader
 
throwFromStrE(XMLStreamException) - Method in class com.ctc.wstx.sr.StreamScanner
 
throwIfUnchecked(Throwable) - Static method in class com.ctc.wstx.util.ExceptionUtil
 
throwIllegalArg(String) - Static method in class com.ctc.wstx.sw.BaseStreamWriter
 
throwIllegalArg(String, Object) - Static method in class com.ctc.wstx.sw.BaseStreamWriter
 
throwIndex(int) - Method in class com.ctc.wstx.sr.AttributeCollector
 
throwLazily(XMLStreamException) - Static method in class com.ctc.wstx.exc.WstxLazyException
 
throwLazyError(Exception) - Method in class com.ctc.wstx.sr.StreamScanner
Method called to report an error, when caller's signature only allows runtime exceptions to be thrown.
throwNotationException(NotationDecl, NotationDecl) - Static method in class com.ctc.wstx.dtd.DTDSubsetImpl
 
throwNullChar() - Method in class com.ctc.wstx.io.WriterBase
 
throwNullChar() - Method in class com.ctc.wstx.sr.StreamScanner
 
throwOutputError(String) - Static method in class com.ctc.wstx.sw.BaseStreamWriter
 
throwOutputError(String, Object) - Static method in class com.ctc.wstx.sw.BaseStreamWriter
 
throwParseError(String) - Method in class com.ctc.wstx.evt.WstxEventReader
 
throwParseError(String, Location) - Method in class com.ctc.wstx.evt.WstxEventReader
 
throwParseError(String) - Method in interface com.ctc.wstx.sr.InputProblemReporter
 
throwParseError(Location, String) - Method in interface com.ctc.wstx.sr.InputProblemReporter
Similar to InputProblemReporter.throwParseError(String), but specifically defines location where the error happened.
throwParseError(String, Object) - Method in interface com.ctc.wstx.sr.InputProblemReporter
 
throwParseError(String, Object, Object) - Method in interface com.ctc.wstx.sr.InputProblemReporter
 
throwParseError(String) - Method in class com.ctc.wstx.sr.StreamScanner
Throws generic parse error with specified message and current parsing location.
throwParseError(Location, String) - Method in class com.ctc.wstx.sr.StreamScanner
 
throwParseError(String, Object) - Method in class com.ctc.wstx.sr.StreamScanner
 
throwParseError(String, Object, Object) - Method in class com.ctc.wstx.sr.StreamScanner
 
throwRuntimeException(Throwable) - Static method in class com.ctc.wstx.util.ExceptionUtil
Method that can be used to convert any Throwable to a RuntimeException; conversion is only done for checked exceptions.
throwUnexpectedChar(int, String) - Method in class com.ctc.wstx.sr.StreamScanner
 
throwUnexpectedEOB(String) - Method in class com.ctc.wstx.sr.StreamScanner
Similar to StreamScanner.throwUnexpectedEOF(java.lang.String), but only indicates ending of an input block.
throwUnexpectedEOF(String) - Method in class com.ctc.wstx.sr.StreamScanner
 
toString() - Method in class com.ctc.wstx.dtd.ChoiceContentSpec
 
toString() - Method in class com.ctc.wstx.dtd.ChoiceModel
 
toString() - Method in class com.ctc.wstx.dtd.ConcatModel
 
toString() - Method in class com.ctc.wstx.dtd.DFAState
 
toString() - Method in class com.ctc.wstx.dtd.DTDAttribute
 
toString() - Method in class com.ctc.wstx.dtd.DTDElement
 
toString() - Method in class com.ctc.wstx.dtd.DTDId
 
toString() - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
 
toString() - Method in class com.ctc.wstx.dtd.NameKey
 
toString() - Method in class com.ctc.wstx.dtd.NameKeySet
 
toString(String) - Method in class com.ctc.wstx.dtd.NameKeySet
 
toString() - Method in class com.ctc.wstx.dtd.OptionalModel
 
toString() - Method in class com.ctc.wstx.dtd.SeqContentSpec
 
toString() - Method in class com.ctc.wstx.dtd.StarModel
 
toString() - Method in class com.ctc.wstx.dtd.TokenContentSpec
 
toString() - Method in class com.ctc.wstx.dtd.TokenModel
 
toString() - Method in class com.ctc.wstx.evt.WEvent
 
toString() - Method in class com.ctc.wstx.exc.WstxException
 
toString() - Method in class com.ctc.wstx.exc.WstxLazyException
 
toString() - Method in class com.ctc.wstx.io.WstxInputLocation
 
toString() - Method in class com.ctc.wstx.io.WstxInputSource
 
toString() - Method in class com.ctc.wstx.util.BijectiveNsMap
 
toString() - Method in class com.ctc.wstx.util.StringVector
 
toString() - Method in class com.ctc.wstx.util.TextBuffer
Note: calling this method may not be as efficient as calling TextBuffer.contentsAsString(), since it's not guaranteed that resulting String is cached.
toString() - Method in class com.ctc.wstx.util.TextBuilder
 
toString() - Method in class com.ctc.wstx.util.WordResolver
 
tokenTypeDesc(int) - Static method in class com.ctc.wstx.cfg.ErrorConsts
 
tokenTypeDesc(int) - Method in class com.ctc.wstx.sr.StreamScanner
 
tryToValidate(NameKey) - Method in class com.ctc.wstx.dtd.DFAValidator
 
tryToValidate(NameKey) - Method in class com.ctc.wstx.dtd.EmptyValidator
 
tryToValidate(NameKey) - Method in class com.ctc.wstx.dtd.StructValidator
Method called when a new (start) element is encountered within the scope of parent element this validator monitors.
typeIsId() - Method in class com.ctc.wstx.dtd.DTDAttribute
 
typeIsId() - Method in class com.ctc.wstx.dtd.DTDIdAttr
 
typeIsNotation() - Method in class com.ctc.wstx.dtd.DTDAttribute
 
typeIsNotation() - Method in class com.ctc.wstx.dtd.DTDNotationAttr
 

U

UNDECLARED_NS_URI - Static variable in class com.ctc.wstx.util.BaseNsContext
This is the URI returned for default namespace, when it hasn't been explicitly declared; could be either "" or null.
UNKNOWN_ATTR_TYPE - Static variable in class com.ctc.wstx.sr.InputElementStack
Constants used when no DTD handling is done, and we do not know the 'real' type of an attribute.
URLUtil - class com.ctc.wstx.util.URLUtil.
 
UTF8Reader - class com.ctc.wstx.io.UTF8Reader.
Optimized Reader that reads UTF-8 encoded content from an input stream.
UTF8Reader(InputStream, byte[], int, int) - Constructor for class com.ctc.wstx.io.UTF8Reader
 
UTFAttrValueWriter - class com.ctc.wstx.io.UTFAttrValueWriter.
Escaping writer that will properly escape characters from the attribute values that need to be escaped, when outputting using "native" Unicode aware Writer.
UTFAttrValueWriter(Writer, String, char) - Constructor for class com.ctc.wstx.io.UTFAttrValueWriter
 
UTFTextWriter - class com.ctc.wstx.io.UTFTextWriter.
Basic escaping writer used when outputting normal textual content.
UTFTextWriter(Writer, String) - Constructor for class com.ctc.wstx.io.UTFTextWriter
 
UnparsedExtEntity - class com.ctc.wstx.ent.UnparsedExtEntity.
 
UnparsedExtEntity(Location, String, URL, String, String, String) - Constructor for class com.ctc.wstx.ent.UnparsedExtEntity
 
unshare(int) - Method in class com.ctc.wstx.util.TextBuffer
Method called if/when we need to append content when we have been initialized to use shared buffer.
updateSymbolTable(SymbolTable) - Method in interface com.ctc.wstx.sr.ReaderCreator
 
updateSymbolTable(SymbolTable) - Method in class com.ctc.wstx.stax.MinimalInputFactory
Method individual parsers call to pass back symbol table that they updated, which may be useful for other parser to reuse, instead of previous base symbol table.
updateSymbolTable(SymbolTable) - Method in class com.ctc.wstx.stax.WstxInputFactory
Method individual parsers call to pass back symbol table that they updated, which may be useful for other parser to reuse, instead of previous base symbol table.
urlFromCurrentDir() - Static method in class com.ctc.wstx.util.URLUtil
Method that tries to create and return URL that denotes current working directory.
urlFromSystemId(String) - Static method in class com.ctc.wstx.util.URLUtil
Method that tries to figure out how to create valid URL from a system id, without additional contextual information.
urlFromSystemId(String, URL) - Static method in class com.ctc.wstx.util.URLUtil
 

V

VNonNsInputElementStack - class com.ctc.wstx.sr.VNonNsInputElementStack.
Sub-class of NonNsInputElementStack used when operating in non-namespace-aware mode but validating contents against DTD
VNonNsInputElementStack(int, boolean) - Constructor for class com.ctc.wstx.sr.VNonNsInputElementStack
 
VNsInputElementStack - class com.ctc.wstx.sr.VNsInputElementStack.
Sub-class of NsInputElementStack that adds basic support for (DTD-based) validation of XML documents.
VNsInputElementStack(int, String, String, boolean) - Constructor for class com.ctc.wstx.sr.VNsInputElementStack
 
ValidatingInputFactory - class com.ctc.wstx.stax.ValidatingInputFactory.
Input factory that contains full set of cursor API functionality, including full DTD handling.
ValidatingInputFactory() - Constructor for class com.ctc.wstx.stax.ValidatingInputFactory
 
validate(ElementValidator, boolean, AttributeCollector, int) - Method in class com.ctc.wstx.dtd.DTDAttribute
Method called by the ElementValidator to let the attribute do necessary normalization and/or validation for the value.
validate(ElementValidator, boolean, AttributeCollector, int) - Method in class com.ctc.wstx.dtd.DTDEntitiesAttr
Method called by the ElementValidator to let the attribute do necessary normalization and/or validation for the value.
validate(ElementValidator, boolean, AttributeCollector, int) - Method in class com.ctc.wstx.dtd.DTDEntityAttr
Method called by the ElementValidator to let the attribute do necessary normalization and/or validation for the value.
validate(ElementValidator, boolean, AttributeCollector, int) - Method in class com.ctc.wstx.dtd.DTDEnumAttr
Method called by the ElementValidator to let the attribute do necessary normalization and/or validation for the value.
validate(ElementValidator, boolean, AttributeCollector, int) - Method in class com.ctc.wstx.dtd.DTDIdAttr
Method called by the ElementValidator to let the attribute do necessary normalization and/or validation for the value.
validate(ElementValidator, boolean, AttributeCollector, int) - Method in class com.ctc.wstx.dtd.DTDIdRefAttr
Method called by the ElementValidator to let the attribute do necessary normalization and/or validation for the value.
validate(ElementValidator, boolean, AttributeCollector, int) - Method in class com.ctc.wstx.dtd.DTDIdRefsAttr
Method called by the ElementValidator to let the attribute do necessary normalization and/or validation for the value.
validate(ElementValidator, boolean, AttributeCollector, int) - Method in class com.ctc.wstx.dtd.DTDNmTokenAttr
Method called by the ElementValidator to let the attribute do necessary normalization and/or validation for the value.
validate(ElementValidator, boolean, AttributeCollector, int) - Method in class com.ctc.wstx.dtd.DTDNmTokensAttr
Method called by the ElementValidator to let the attribute do necessary normalization and/or validation for the value.
validate(ElementValidator, boolean, AttributeCollector, int) - Method in class com.ctc.wstx.dtd.DTDNotationAttr
Method called by the ElementValidator to let the attribute do necessary normalization and/or validation for the value.
validate(ElementValidator, boolean, AttributeCollector, int) - Method in class com.ctc.wstx.dtd.DTDTypedAttr
Method called by the ElementValidator to let the attribute do necessary normalization and/or validation for the value.
validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDAttribute
Method called by the ElementValidator to ask attribute to verify that the default it has (if any) is valid for such type.
validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDEntitiesAttr
Method called by the ElementValidator to ask attribute to verify that the default it has (if any) is valid for such type.
validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDEntityAttr
Method called by the ElementValidator to ask attribute to verify that the default it has (if any) is valid for such type.
validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDEnumAttr
Method called by the ElementValidator to ask attribute to verify that the default it has (if any) is valid for such type.
validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDIdAttr
Method called by the ElementValidator to ask attribute to verify that the default it has (if any) is valid for such type.
validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDIdRefAttr
Method called by the ElementValidator to ask attribute to verify that the default it has (if any) is valid for such type.
validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDIdRefsAttr
Method called by the ElementValidator to ask attribute to verify that the default it has (if any) is valid for such type.
validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDNmTokenAttr
Method called by the ElementValidator to ask attribute to verify that the default it has (if any) is valid for such type.
validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDNmTokensAttr
Method called by the ElementValidator to ask attribute to verify that the default it has (if any) is valid for such type.
validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDNotationAttr
Method called by the ElementValidator to ask attribute to verify that the default it has (if any) is valid for such type.
validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDTypedAttr
Method called by the ElementValidator to ask attribute to verify that the default it has (if any) is valid for such type.
validateDefaultName(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDAttribute
 
validateDefaultNames(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDAttribute
 
validateDefaultNmToken(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDAttribute
 
verifyCDataContent(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
verifyCDataContent(char[], int, int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
verifyCommentContent(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
verifyNameValidity(String, boolean) - Static method in class com.ctc.wstx.sw.BaseStreamWriter
Method called to verify that the name is a legal XML name.
verifyWriteDTD() - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
verifyXmlEncoding(XMLReporter) - Method in class com.ctc.wstx.io.ReaderBootstrapper
 
verifyXmlEncoding(String) - Method in class com.ctc.wstx.io.StreamBootstrapper
 
version() - Method in class com.ctc.wstx.util.SymbolTable
 

W

WAttribute - class com.ctc.wstx.evt.WAttribute.
 
WAttribute(Location, String, String, String, String, boolean) - Constructor for class com.ctc.wstx.evt.WAttribute
 
WAttribute(Location, QName, String, boolean) - Constructor for class com.ctc.wstx.evt.WAttribute
 
WCharacters - class com.ctc.wstx.evt.WCharacters.
 
WCharacters(Location, String, boolean) - Constructor for class com.ctc.wstx.evt.WCharacters
 
WComment - class com.ctc.wstx.evt.WComment.
 
WComment(Location, String) - Constructor for class com.ctc.wstx.evt.WComment
 
WDTD - class com.ctc.wstx.evt.WDTD.
Event that contains all StAX accessible information read from internal and external DTD subsets.
WDTD(Location, String, String, String, String, DTDSubset) - Constructor for class com.ctc.wstx.evt.WDTD
 
WDTD(Location, String, String, String, String) - Constructor for class com.ctc.wstx.evt.WDTD
 
WDTD(Location, String, String) - Constructor for class com.ctc.wstx.evt.WDTD
Constructor used when only partial information is available...
WDTD(Location, String) - Constructor for class com.ctc.wstx.evt.WDTD
 
WERR_ATTR_NO_ELEM - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
WERR_CDATA_CONTENT - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
WERR_COMMENT_CONTENT - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
WERR_NAME_EMPTY - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
WERR_NAME_ILLEGAL_CHAR - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
WERR_NAME_ILLEGAL_FIRST_CHAR - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
WERR_PROLOG_CDATA - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
WERR_PROLOG_NONWS_TEXT - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
WEndDocument - class com.ctc.wstx.evt.WEndDocument.
 
WEndDocument(Location) - Constructor for class com.ctc.wstx.evt.WEndDocument
 
WEndElement - class com.ctc.wstx.evt.WEndElement.
 
WEndElement(Location, XMLStreamReader) - Constructor for class com.ctc.wstx.evt.WEndElement
Constructor usually used when reading events from a stream reader.
WEndElement(Location, QName, Iterator) - Constructor for class com.ctc.wstx.evt.WEndElement
Constructor used by the event factory.
WEntityDeclaration - class com.ctc.wstx.evt.WEntityDeclaration.
Simple implementation of StAX entity declaration events; for the most just wraps a EntityDecl instance.
WEntityDeclaration(EntityDecl) - Constructor for class com.ctc.wstx.evt.WEntityDeclaration
 
WEntityReference - class com.ctc.wstx.evt.WEntityReference.
 
WEntityReference(Location, EntityDecl) - Constructor for class com.ctc.wstx.evt.WEntityReference
 
WEntityReference(Location, EntityDeclaration) - Constructor for class com.ctc.wstx.evt.WEntityReference
 
WEvent - class com.ctc.wstx.evt.WEvent.
 
WEvent(Location) - Constructor for class com.ctc.wstx.evt.WEvent
 
WNamespace - class com.ctc.wstx.evt.WNamespace.
Implementation of Namespace.
WNamespace(Location, String) - Constructor for class com.ctc.wstx.evt.WNamespace
Constructor default namespace declaration.
WNamespace(Location, String, String) - Constructor for class com.ctc.wstx.evt.WNamespace
Constructor non-default namespace declaration.
WNotationDeclaration - class com.ctc.wstx.evt.WNotationDeclaration.
Woodstox implementation of StAX NotationDeclaration; basically just wraps the internal notation declaration object woodstox uses
WNotationDeclaration(NotationDecl) - Constructor for class com.ctc.wstx.evt.WNotationDeclaration
 
WProcInstr - class com.ctc.wstx.evt.WProcInstr.
 
WProcInstr(Location, String, String) - Constructor for class com.ctc.wstx.evt.WProcInstr
 
WStartDocument - class com.ctc.wstx.evt.WStartDocument.
 
WStartDocument(Location, XMLStreamReader) - Constructor for class com.ctc.wstx.evt.WStartDocument
 
WStartDocument(Location) - Constructor for class com.ctc.wstx.evt.WStartDocument
Method called by event factory, when constructing start document event.
WStartDocument(Location, String) - Constructor for class com.ctc.wstx.evt.WStartDocument
 
WStartDocument(Location, String, String) - Constructor for class com.ctc.wstx.evt.WStartDocument
 
WStartDocument(Location, String, String, boolean, boolean) - Constructor for class com.ctc.wstx.evt.WStartDocument
 
WT_ATTR_DECL - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
WT_ELEM_DECL - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
WT_ENT_DECL - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
WT_XML_DECL - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
W_DTD_NS_ATTR - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
W_MIXED_ENCODINGS - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
W_UNDEFINED_ELEM - Static variable in class com.ctc.wstx.cfg.ErrorConsts
 
WordResolver - class com.ctc.wstx.util.WordResolver.
A specialized Map/Symbol table - like data structure that can be used for both checking whether a word (passed in as a char array) exists in certain set of words AND getting that word as a String.
WordSet - class com.ctc.wstx.util.WordSet.
An efficient (both memory and time) implementation of a Set used to verify that a given word is contained within the set.
WriterBase - class com.ctc.wstx.io.WriterBase.
Common base class for escaping Writer implementations; contains commonly used constants, as well as some convenience utility methods.
WriterBase(Writer) - Constructor for class com.ctc.wstx.io.WriterBase
 
WriterConfig - class com.ctc.wstx.api.WriterConfig.
Simple configuration container class; passed by reader factory to reader instance created.
WstxEOFException - exception com.ctc.wstx.exc.WstxEOFException.
Exception thrown during parsing, if an unexpected EOF is encountered.
WstxEOFException(String, Location) - Constructor for class com.ctc.wstx.exc.WstxEOFException
 
WstxEventFactory - class com.ctc.wstx.stax.WstxEventFactory.
Basic implementation of XMLEventFactory to be used with Woodstox.
WstxEventFactory() - Constructor for class com.ctc.wstx.stax.WstxEventFactory
 
WstxEventReader - class com.ctc.wstx.evt.WstxEventReader.
Implementation of XMLEventReader, built on top of WstxStreamReader (using composition).
WstxEventReader(XMLEventAllocator, XMLStreamReader) - Constructor for class com.ctc.wstx.evt.WstxEventReader
 
WstxEventWriter - class com.ctc.wstx.evt.WstxEventWriter.
Simple implementation of XMLEventWriter.
WstxEventWriter(BaseStreamWriter) - Constructor for class com.ctc.wstx.evt.WstxEventWriter
 
WstxException - exception com.ctc.wstx.exc.WstxException.
Base class for all implementatations of XMLStreamException Wstx uses.
WstxException(String) - Constructor for class com.ctc.wstx.exc.WstxException
 
WstxException(Throwable) - Constructor for class com.ctc.wstx.exc.WstxException
 
WstxException(String, Location) - Constructor for class com.ctc.wstx.exc.WstxException
 
WstxException(String, Location, Throwable) - Constructor for class com.ctc.wstx.exc.WstxException
 
WstxIOException - exception com.ctc.wstx.exc.WstxIOException.
Simple wrapper for IOExceptions; needed when StAX does not expose underlying I/O exceptions via its methods.
WstxIOException(IOException) - Constructor for class com.ctc.wstx.exc.WstxIOException
 
WstxInputData - class com.ctc.wstx.io.WstxInputData.
Base class used by readers (specifically, by StreamScanner, and its sub-classes) to encapsulate input buffer portion of the class.
WstxInputData() - Constructor for class com.ctc.wstx.io.WstxInputData
 
WstxInputFactory - class com.ctc.wstx.stax.WstxInputFactory.
Factory for creating various StAX objects (stream/event reader, writer).
WstxInputFactory() - Constructor for class com.ctc.wstx.stax.WstxInputFactory
 
WstxInputLocation - class com.ctc.wstx.io.WstxInputLocation.
Basic implementation of Location, used by Wstx readers.
WstxInputLocation(WstxInputLocation, String, String, int, int, int) - Constructor for class com.ctc.wstx.io.WstxInputLocation
 
WstxInputProperties - class com.ctc.wstx.api.WstxInputProperties.
Class that contains constant for property names used to configure cursor and event readers produced by Wstx implementation of XMLInputFactory.
WstxInputProperties() - Constructor for class com.ctc.wstx.api.WstxInputProperties
 
WstxInputSource - class com.ctc.wstx.io.WstxInputSource.
Interface that defines API actual parsers (or, "readers" in StAX lingo) can use to read input from various input sources.
WstxInputSource(WstxInputSource, String) - Constructor for class com.ctc.wstx.io.WstxInputSource
 
WstxLazyException - exception com.ctc.wstx.exc.WstxLazyException.
Alternative exception class Woodstox code uses when it is not allowed to throw an instance of XMLStreamException; this generally happens when doing lazy parsing.
WstxLazyException(XMLStreamException) - Constructor for class com.ctc.wstx.exc.WstxLazyException
 
WstxOutputException - exception com.ctc.wstx.exc.WstxOutputException.
Exception class used for notifying about well-formedness errors that writers would create.
WstxOutputException(String) - Constructor for class com.ctc.wstx.exc.WstxOutputException
 
WstxOutputFactory - class com.ctc.wstx.stax.WstxOutputFactory.
Implementation of XMLOutputFactory for Wstx.
WstxOutputFactory() - Constructor for class com.ctc.wstx.stax.WstxOutputFactory
 
WstxOutputProperties - class com.ctc.wstx.api.WstxOutputProperties.
Class that contains constant for property names used to configure cursor and event writers produced by Wstx implementation of XMLOutputFactory.
WstxOutputProperties() - Constructor for class com.ctc.wstx.api.WstxOutputProperties
 
WstxParsingException - exception com.ctc.wstx.exc.WstxParsingException.
Intermediate base class for reporting actual Wstx parsing problems.
WstxParsingException(String, Location) - Constructor for class com.ctc.wstx.exc.WstxParsingException
 
WstxStreamReader - class com.ctc.wstx.sr.WstxStreamReader.
Implementation of XMLStreamReader2 that implements non-DTD aware parts of XML handling (plus some minimal support for parsing DOCTYPE declaration and skipping internal DTD subset if necessary).
WstxStreamReader(BranchingReaderSource, ReaderCreator, ReaderConfig, InputElementStack) - Constructor for class com.ctc.wstx.sr.WstxStreamReader
 
WstxUnexpectedCharException - exception com.ctc.wstx.exc.WstxUnexpectedCharException.
Generic exception type that indicates that tokenizer/parser encountered unexpected (but not necessarily invalid per se) character; character that is not legal in current context.
WstxUnexpectedCharException(String, Location, char) - Constructor for class com.ctc.wstx.exc.WstxUnexpectedCharException
 
WstxValidationException - exception com.ctc.wstx.exc.WstxValidationException.
Specific exception thrown when document has validation (DTD) errors; things that are not wellformedness problems.
WstxValidationException(String, Location) - Constructor for class com.ctc.wstx.exc.WstxValidationException
 
willCacheDTDs() - Method in class com.ctc.wstx.api.ReaderConfig
 
willCoalesceText() - Method in class com.ctc.wstx.api.ReaderConfig
 
willCopyDefaultAttrs() - Method in class com.ctc.wstx.api.WriterConfig
 
willFixContent() - Method in class com.ctc.wstx.api.WriterConfig
 
willInternNames() - Method in class com.ctc.wstx.api.ReaderConfig
 
willInternNsURIs() - Method in class com.ctc.wstx.api.ReaderConfig
 
willNormalizeAttrValues() - Method in class com.ctc.wstx.api.ReaderConfig
 
willNormalizeLFs() - Method in class com.ctc.wstx.api.ReaderConfig
 
willOutputCDataAsText() - Method in class com.ctc.wstx.api.WriterConfig
 
willParseLazily() - Method in class com.ctc.wstx.api.ReaderConfig
 
willPreserveLocation() - Method in class com.ctc.wstx.api.ReaderConfig
 
willReplaceEntityRefs() - Method in class com.ctc.wstx.api.ReaderConfig
 
willReportAllTextAsCharacters() - Method in class com.ctc.wstx.api.ReaderConfig
 
willReportPrologWhitespace() - Method in class com.ctc.wstx.api.ReaderConfig
 
willSupportDTDPP() - Method in class com.ctc.wstx.api.ReaderConfig
 
willSupportDTDs() - Method in class com.ctc.wstx.api.ReaderConfig
 
willSupportExternalEntities() - Method in class com.ctc.wstx.api.ReaderConfig
 
willSupportNamespaces() - Method in class com.ctc.wstx.api.ReaderConfig
 
willSupportNamespaces() - Method in class com.ctc.wstx.api.WriterConfig
 
willValidateAttributes() - Method in class com.ctc.wstx.api.WriterConfig
 
willValidateContent() - Method in class com.ctc.wstx.api.WriterConfig
 
willValidateNames() - Method in class com.ctc.wstx.api.WriterConfig
 
willValidateStructure() - Method in class com.ctc.wstx.api.WriterConfig
 
willValidateWithDTD() - Method in class com.ctc.wstx.api.ReaderConfig
 
withStartElement(Location, QName, BaseNsContext, ElemAttrs, boolean) - Method in class com.ctc.wstx.evt.DefaultEventAllocator
 
withStartElement(Location, QName, BaseNsContext, ElemAttrs, boolean) - Method in class com.ctc.wstx.sr.ElemCallback
 
withStartElement(ElemCallback, Location) - Method in interface com.ctc.wstx.sr.StreamReaderImpl
 
withStartElement(ElemCallback, Location) - Method in class com.ctc.wstx.sr.WstxStreamReader
Method called by DefaultEventAllocator to get double-indirection necessary for constructing start element events.
wrappedFinishToken() - Method in class com.ctc.wstx.sr.WstxStreamReader
 
write(int) - Method in class com.ctc.wstx.io.SingleByteAttrValueWriter
 
write(char[], int, int) - Method in class com.ctc.wstx.io.SingleByteAttrValueWriter
 
write(String, int, int) - Method in class com.ctc.wstx.io.SingleByteAttrValueWriter
 
write(int) - Method in class com.ctc.wstx.io.SingleByteTextWriter
 
write(char[], int, int) - Method in class com.ctc.wstx.io.SingleByteTextWriter
 
write(String, int, int) - Method in class com.ctc.wstx.io.SingleByteTextWriter
 
write(int) - Method in class com.ctc.wstx.io.UTFAttrValueWriter
 
write(char[], int, int) - Method in class com.ctc.wstx.io.UTFAttrValueWriter
 
write(String, int, int) - Method in class com.ctc.wstx.io.UTFAttrValueWriter
 
write(int) - Method in class com.ctc.wstx.io.UTFTextWriter
 
write(char[], int, int) - Method in class com.ctc.wstx.io.UTFTextWriter
 
write(String, int, int) - Method in class com.ctc.wstx.io.UTFTextWriter
 
write(char[]) - Method in class com.ctc.wstx.util.LineSuppressWriter
 
write(int) - Method in class com.ctc.wstx.util.LineSuppressWriter
 
write(String) - Method in class com.ctc.wstx.util.LineSuppressWriter
 
write(String, int, int) - Method in class com.ctc.wstx.util.LineSuppressWriter
 
write(char[], int, int) - Method in class com.ctc.wstx.util.LineSuppressWriter
 
writeAsEncodedUnicode(Writer) - Method in class com.ctc.wstx.evt.WAttribute
 
writeAsEncodedUnicode(Writer) - Method in class com.ctc.wstx.evt.WCharacters
 
writeAsEncodedUnicode(Writer) - Method in class com.ctc.wstx.evt.WComment
 
writeAsEncodedUnicode(Writer) - Method in class com.ctc.wstx.evt.WDTD
 
writeAsEncodedUnicode(Writer) - Method in class com.ctc.wstx.evt.WEndDocument
 
writeAsEncodedUnicode(Writer) - Method in class com.ctc.wstx.evt.WEndElement
 
writeAsEncodedUnicode(Writer) - Method in class com.ctc.wstx.evt.WEntityDeclaration
 
writeAsEncodedUnicode(Writer) - Method in class com.ctc.wstx.evt.WEntityReference
 
writeAsEncodedUnicode(Writer) - Method in class com.ctc.wstx.evt.WEvent
 
writeAsEncodedUnicode(Writer) - Method in class com.ctc.wstx.evt.WNotationDeclaration
 
writeAsEncodedUnicode(Writer) - Method in class com.ctc.wstx.evt.WProcInstr
 
writeAsEncodedUnicode(Writer) - Method in class com.ctc.wstx.evt.WStartDocument
 
writeAsEntity(int) - Method in class com.ctc.wstx.io.WriterBase
 
writeAttribute(int, char, Writer, Writer) - Method in class com.ctc.wstx.sr.AttributeCollector
Method that basically serializes the specified (read-in) attribute using Writers provided.
writeAttribute(String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
It's assumed calling this method implies caller just wants to add an attribute that does not belong to any namespace; as such no namespace checking or prefix generation is needed.
writeAttribute(String, String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
writeAttribute(String, String, String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
writeAttribute(String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeAttribute(String, String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeAttribute(String, String, String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeAttribute(String, String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
 
writeAttribute(String, String, String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
 
writeAttribute(String, String, String, String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
 
writeAttribute(String, String, String) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
 
writeAttribute(String, String, String, String) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
 
writeAttribute(String, String, String) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
 
writeAttribute(String, String, String, String) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
 
writeCData(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeCData(char[], int, int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeCData(char[], int, int) - Method in interface org.codehaus.stax2.XMLStreamWriter2
 
writeCharacters(char[], int, int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeCharacters(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeCharacters(Characters) - Method in class com.ctc.wstx.sw.BaseStreamWriter
Method called by WstxEventWriter (instead of more generic text output methods), so that we can verify (if necessary) that this character output type is legal in this context.
writeComment(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeDTD(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeDTD(DTDInfo) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeDTD(String, String, String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeDTD(String, String, String, String) - Method in interface org.codehaus.stax2.XMLStreamWriter2
 
writeDefaultNamespace(String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
writeDefaultNamespace(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeDefaultNamespace(String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
 
writeDefaultNamespace(String) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
 
writeDefaultNamespace(String) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
 
writeEmptyElement(String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
Note: It is assumed caller just wants the element to belong to whatever is the current default namespace.
writeEmptyElement(String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
writeEmptyElement(String, String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
writeEmptyElement(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeEmptyElement(String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeEmptyElement(String, String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeEmptyElement(String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
 
writeEmptyElement(String, String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
 
writeEmptyElement(String, String, String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
 
writeEnc(Writer) - Method in class com.ctc.wstx.ent.EntityDecl
 
writeEnc(Writer) - Method in class com.ctc.wstx.ent.ExtEntity
 
writeEnc(Writer) - Method in class com.ctc.wstx.ent.IntEntity
 
writeEnc(Writer) - Method in class com.ctc.wstx.ent.NotationDecl
 
writeEnc(Writer) - Method in class com.ctc.wstx.ent.ParsedExtEntity
 
writeEnc(Writer) - Method in class com.ctc.wstx.ent.UnparsedExtEntity
 
writeEndDocument() - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeEndElement() - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
writeEndElement(QName) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
Method called by WstxEventWriter (instead of the version that takes no argument), so that we can verify it does match the start element, if necessary
writeEndElement() - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeEndElement(QName) - Method in class com.ctc.wstx.sw.BaseStreamWriter
Method called by WstxEventWriter (instead of the version that takes no argument), so that we can verify it does match the start element, if necessary
writeEndElement() - Method in class com.ctc.wstx.sw.NonNsStreamWriter
 
writeEndElement(QName) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
Method called by WstxEventWriter (instead of the version that takes no argument), so that we can verify it does match the start element, if necessary
writeEntityRef(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeEscapedAttrValue(Writer, String) - Static method in class com.ctc.wstx.io.TextEscaper
 
writeEscapedXMLText(Writer, String) - Static method in class com.ctc.wstx.io.TextEscaper
 
writeFullEndElement() - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
Similar to BaseNsStreamWriter.writeEndElement(), but never allows implicit creation of empty elements.
writeFullEndElement() - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeFullEndElement() - Method in class com.ctc.wstx.sw.NonNsStreamWriter
Similar to NonNsStreamWriter.writeEndElement(), but never allows implicit creation of empty elements.
writeFullEndElement() - Method in interface org.codehaus.stax2.XMLStreamWriter2
Method similar to XMLStreamWriter.writeEndElement(), but that will always write the full end element, instead of empty element.
writeNamespace(String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
writeNamespace(String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeNamespace(String, String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
 
writeNamespace(String, String) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
 
writeNamespace(String, String) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
 
writeProcessingInstruction(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeProcessingInstruction(String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeRaw(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeRaw(char[], int, int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeRaw(String) - Method in interface org.codehaus.stax2.XMLStreamWriter2
Method that writes specified content as is, without encoding or deciphering it in any way.
writeRaw(char[], int, int) - Method in interface org.codehaus.stax2.XMLStreamWriter2
Method that writes specified content as is, without encoding or deciphering it in any way.
writeSegmentedCData(String, int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeSegmentedCData(char[], int, int, int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeSegmentedComment(String, int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeStartDocument() - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeStartDocument(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeStartDocument(String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeStartDocument(String, String, boolean) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeStartDocument(String, String, boolean) - Method in interface org.codehaus.stax2.XMLStreamWriter2
 
writeStartElement(String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
This method is assumed to just use default namespace (if any), and no further checks should be done.
writeStartElement(String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
writeStartElement(String, String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
writeStartElement(StartElement) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
writeStartElement(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeStartElement(String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeStartElement(String, String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
writeStartElement(StartElement) - Method in class com.ctc.wstx.sw.BaseStreamWriter
Convenience method needed by WstxEventWriter, to use when writing a start element, and possibly its attributes and namespace declarations.
writeStartElement(String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
 
writeStartElement(String, String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
 
writeStartElement(String, String, String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
 
writeStartElement(StartElement) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
 
writeStartElement(StartElement) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
 
writeStartElement(StartElement) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
 
writeStartOrEmpty(String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
writeStartOrEmpty(String, String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
 
writeStartOrEmpty(String, String) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
 
writeStartOrEmpty(String, String, String) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
 
writeStartOrEmpty(String, String) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
 
writeStartOrEmpty(String, String, String) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
 
writeUsing(XMLStreamWriter) - Method in class com.ctc.wstx.evt.WAttribute
 
writeUsing(XMLStreamWriter) - Method in class com.ctc.wstx.evt.WCharacters
 
writeUsing(XMLStreamWriter) - Method in class com.ctc.wstx.evt.WComment
 
writeUsing(XMLStreamWriter) - Method in class com.ctc.wstx.evt.WDTD
 
writeUsing(XMLStreamWriter) - Method in class com.ctc.wstx.evt.WEndDocument
 
writeUsing(XMLStreamWriter) - Method in class com.ctc.wstx.evt.WEndElement
 
writeUsing(XMLStreamWriter) - Method in class com.ctc.wstx.evt.WEntityDeclaration
This method does not make much sense for this event type -- the reason being that the entity declarations can only be written as part of a DTD (internal or external subset), not separately.
writeUsing(XMLStreamWriter) - Method in class com.ctc.wstx.evt.WEntityReference
 
writeUsing(XMLStreamWriter) - Method in class com.ctc.wstx.evt.WEvent
 
writeUsing(XMLStreamWriter) - Method in class com.ctc.wstx.evt.WNotationDeclaration
This method does not make much sense for this event type -- the reason being that the notation declarations can only be written as part of a DTD (internal or external subset), not separately.
writeUsing(XMLStreamWriter) - Method in class com.ctc.wstx.evt.WProcInstr
 
writeUsing(XMLStreamWriter) - Method in class com.ctc.wstx.evt.WStartDocument
 
writeUsing(XMLStreamWriter) - Method in interface org.codehaus.stax2.evt.XMLEvent2
 
writeValue(int, Writer) - Method in class com.ctc.wstx.sr.AttributeCollector
Method that can be used to get the specified attribute value, by getting it written using Writer passed in.

X

XMLEvent2 - interface org.codehaus.stax2.evt.XMLEvent2.
Interface that extends basic XMLEvent2 with method(s) that are missing from it; specifically linkage that allows using a stream/event writer for outputting.
XMLEventFactory2 - class org.codehaus.stax2.evt.XMLEventFactory2.
Interface that adds missing (but required) methods to XMLEventFactory; especially ones for creating actual well-behaving DOCTYPE events.
XMLEventFactory2() - Constructor for class org.codehaus.stax2.evt.XMLEventFactory2
 
XMLEventReader2 - interface org.codehaus.stax2.XMLEventReader2.
Extended interface that implements functionality that is missing from XMLEventReader, based on findings on trying to implement StAX API v1.0.
XMLInputFactory2 - class org.codehaus.stax2.XMLInputFactory2.
Extension of XMLInputFactory that adds some convenience factory methods as new standard properties that conforming stream reader factory and instance implementations need to recognize, and preferably support.
XMLInputFactory2() - Constructor for class org.codehaus.stax2.XMLInputFactory2
 
XMLOutputFactory2 - class org.codehaus.stax2.XMLOutputFactory2.
Extension of XMLInputFactory to add missing functionality (which currently means 'nothing'...)
XMLOutputFactory2() - Constructor for class org.codehaus.stax2.XMLOutputFactory2
 
XMLStreamLocation2 - interface org.codehaus.stax2.XMLStreamLocation2.
Extension of Location that adds accessor to retrieve nested location information.
XMLStreamReader2 - interface org.codehaus.stax2.XMLStreamReader2.
Extended interface that implements functionality that is necessary to properly build event API on top of XMLStreamReader.
XMLStreamWriter2 - interface org.codehaus.stax2.XMLStreamWriter2.
Extended interface that implements functionality that is necessary to properly build event API on top of XMLStreamWriter, as well as to configure individual instances.

A B C D E F G H I J L M N O P R S T U V W X