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.