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

A

add(Object, Object) - Method in class com.ctc.wstx.util.SimpleCache
 
add(XMLEvent) - Method in class org.codehaus.stax2.ri.Stax2EventWriterImpl
Basic implementation of the method which will use event implementations available as part of the reference implementation.
add(XMLEventReader) - Method in class org.codehaus.stax2.ri.Stax2EventWriterImpl
 
addAttribute(String, String) - Method in class com.ctc.wstx.dom.DOMOutputElement
 
addAttribute(String, String, String) - Method in class com.ctc.wstx.dom.DOMOutputElement
 
addAttribute(InputProblemReporter, PrefixedName, int, DefaultAttrValue, WordResolver, boolean) - 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.WstxInputFactory
 
addDefaultAttribute(String, String, String, String) - Method in class com.ctc.wstx.sr.InputElementStack
Method called by actual validator instances when attributes with default values have no explicit values for the element; if so, default value needs to be added as if it was parsed from the element.
addDefaultAttribute(String, String) - Method in class com.ctc.wstx.sr.NonNsAttributeCollector
Method called by validator to insert an attribute that has a default value and wasn't yet included in collector's attribute set.
addDefaultAttribute(String, String, String, String) - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
addDefaultAttribute(String, String, String, String) - Method in class com.ctc.wstx.sr.NsAttributeCollector
Method called by validator to insert an attribute that has a default value and wasn't yet included in collector's attribute set.
addDefaultAttribute(String, String, String, String) - Method in class com.ctc.wstx.sr.NsInputElementStack
 
addDefaultAttribute(String, String, String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
Adding default attribute values does not usually make sense on output side, so the implementation is a NOP for now.
addDefaultAttribute(String, String, String, String) - Method in interface org.codehaus.stax2.validation.AttributeContainer
Method that can be used to add a new attribute value for an attribute that was not yet contained by the container, as part of using attribute default value mechanism.
addDefaultAttribute(String, String, String, String) - Method in interface org.codehaus.stax2.validation.ValidationContext
An optional method that can be used to add a new attribute value for an attribute that was not yet contained by the container, as part of using attribute default value mechanism.
addDefined(char[], int, int, int, Location, PrefixedName, PrefixedName) - Method in class com.ctc.wstx.util.ElementIdMap
Method called when an id definition is encountered.
addDefined(String, Location, PrefixedName, PrefixedName) - Method in class com.ctc.wstx.util.ElementIdMap
 
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.
addHash(Iterator, int) - Static method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 
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.
addNsBinding(String, String) - Method in class com.ctc.wstx.sr.InputElementStack
 
addNsBinding(String, String) - Method in class com.ctc.wstx.sr.NonNsInputElementStack
 
addNsBinding(String, String) - Method in class com.ctc.wstx.sr.NsInputElementStack
Callback method called by the namespace default provider.
addNsDefault(InputProblemReporter, PrefixedName, int, DefaultAttrValue, boolean) - Method in class com.ctc.wstx.dtd.DTDElement
Method called to add a definition of a namespace-declaration pseudo-attribute with a default value.
addPrefix(String, String) - Method in class com.ctc.wstx.sw.OutputElementBase
 
addReferenced(char[], int, int, int, Location, PrefixedName, PrefixedName) - Method in class com.ctc.wstx.util.ElementIdMap
Method called when a reference to id is encountered.
addReferenced(String, Location, PrefixedName, PrefixedName) - Method in class com.ctc.wstx.util.ElementIdMap
 
addString(String) - Method in class com.ctc.wstx.util.StringVector
 
addStrings(String, String) - Method in class com.ctc.wstx.util.StringVector
 
addText(String) - Method in class com.ctc.wstx.util.TextAccumulator
 
addText(char[], int, int) - Method in class com.ctc.wstx.util.TextAccumulator
 
addToList(ArrayList, String) - Method in class org.codehaus.stax2.ri.evt.MergedNsContext
 
addToPool(DOMOutputElement) - Method in class com.ctc.wstx.dom.DOMOutputElement
Method called to temporarily link this instance to a pool, to allow reusing of instances with the same reader.
addToPool(SimpleOutputElement) - Method in class com.ctc.wstx.sw.SimpleOutputElement
Method called to temporarily link this instance to a pool, to allow reusing of instances with the same reader.
addUndeclaredGE(String, Location) - Method in class com.ctc.wstx.dtd.DefaultAttrValue
 
addUndeclaredPE(String, Location) - Method in class com.ctc.wstx.dtd.DefaultAttrValue
 
addValidator(XMLValidator) - Method in class com.ctc.wstx.sr.InputElementStack
 
allocate(XMLStreamReader) - Method in class com.ctc.wstx.evt.DefaultEventAllocator
 
allocate(XMLStreamReader, XMLEventConsumer) - Method in class com.ctc.wstx.evt.DefaultEventAllocator
 
allocate(XMLStreamReader) - Method in class org.codehaus.stax2.ri.evt.Stax2EventAllocatorImpl
 
allocate(XMLStreamReader, XMLEventConsumer) - Method in class org.codehaus.stax2.ri.evt.Stax2EventAllocatorImpl
 
allocBuffers() - Method in class com.ctc.wstx.sr.AttributeCollector
Method called to initialize buffers that need not be immediately initialized
allocFullBBuffer(int) - Method in class com.ctc.wstx.api.ReaderConfig
 
allocFullBBuffer(int) - Method in class com.ctc.wstx.api.WriterConfig
 
allocFullCBuffer(int) - Method in class com.ctc.wstx.api.ReaderConfig
 
allocFullCBuffer(int) - Method in class com.ctc.wstx.api.WriterConfig
 
allocMediumCBuffer(int) - Method in class com.ctc.wstx.api.ReaderConfig
 
allocMediumCBuffer(int) - Method in class com.ctc.wstx.api.WriterConfig
Method called to allocate intermediate recyclable copy buffers
allocSmallCBuffer(int) - Method in class com.ctc.wstx.api.ReaderConfig
 
allWhitespace(String, int, int) - Method in class org.codehaus.stax2.ri.typed.DefaultValueDecoder
 
allWhitespace(char[], int, int) - Method in class org.codehaus.stax2.ri.typed.DefaultValueDecoder
 
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
 
append(String) - Method in class org.codehaus.stax2.ri.Stax2Util.TextBuffer
 
appendChild(Node) - Method in class com.ctc.wstx.dom.DOMOutputElement
 
appendLeaf(Node) - Method in class com.ctc.wstx.dom.DOMWrappingWriter
 
appendLF(StringBuffer) - Static method in class com.ctc.wstx.util.StringUtil
 
appendNames(StringBuffer, String) - Method in class com.ctc.wstx.dtd.LargePrefixedNameSet
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.PrefixedNameSet
 
appendNames(StringBuffer, String) - Method in class com.ctc.wstx.dtd.SmallPrefixedNameSet
 
appendNode(Node) - Method in class com.ctc.wstx.dom.DOMOutputElement
 
ArgUtil - Class in com.ctc.wstx.util
Simple static utility class that contains (static) utility methods useful when parsing non-typesafe arguments (String-only configuration, command line args).
asArray() - Method in class com.ctc.wstx.util.StringVector
 
asCharacters() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 
asCharacters() - Method in class org.codehaus.stax2.ri.evt.CharactersEventImpl
 
AsciiReader - Class in com.ctc.wstx.io
Optimized Reader that reads ascii content from an input stream.
AsciiReader(ReaderConfig, InputStream, byte[], int, int) - Constructor for class com.ctc.wstx.io.AsciiReader
 
AsciiXmlWriter - Class in com.ctc.wstx.sw
Concrete implementation of EncodingXmlWriter used when output is to be encoded using 7-bit ascii (US-ASCII) encoding.
AsciiXmlWriter(OutputStream, WriterConfig, boolean) - Constructor for class com.ctc.wstx.sw.AsciiXmlWriter
 
asEndElement() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 
asEndElement() - Method in class org.codehaus.stax2.ri.evt.EndElementEventImpl
 
asStartElement() - Method in class org.codehaus.stax2.ri.evt.BaseEventImpl
 
asStartElement() - Method in class org.codehaus.stax2.ri.evt.StartElementEventImpl
 
ATTR_MIN_ARRAYCOPY - Static variable in class com.ctc.wstx.sw.BaseStreamWriter
 
ATTR_NO_NS_URI - Static variable in interface com.ctc.wstx.cfg.XmlConsts
 
ATTR_NO_PREFIX - Static variable in interface com.ctc.wstx.cfg.XmlConsts
 
ATTR_TYPE_DEFAULT - Static variable in class org.codehaus.stax2.validation.ValidatorPair
 
ATTR_URI_BUF_SIZE - Static variable in class com.ctc.wstx.sr.NsAttributeCollector
Initial size for attribute NS URI buffer
AttributeCollector - Class in com.ctc.wstx.sr
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(ReaderConfig) - Constructor for class com.ctc.wstx.sr.AttributeCollector
 
AttributeContainer - Interface in org.codehaus.stax2.validation
Interface that is used to allow validators to do attribute defaulting.
attributeDecl(String, String, String, String, String) - Method in interface com.ctc.wstx.dtd.DTDEventListener
 
attributeDecl(String, String, String, String, String) - Method in class com.ctc.wstx.sax.WstxSAXParser
 
AttributeEventImpl - Class in org.codehaus.stax2.ri.evt
 
AttributeEventImpl(Location, String, String, String, String, boolean) - Constructor for class org.codehaus.stax2.ri.evt.AttributeEventImpl
 
AttributeEventImpl(Location, QName, String, boolean) - Constructor for class org.codehaus.stax2.ri.evt.AttributeEventImpl
 
AttributeInfo - Interface in org.codehaus.stax2
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).
AttributeProxy - Class in com.ctc.wstx.msv
This is an implementation of SAX Attributes interface, that proxies requests to the ValidationContext.
AttributeProxy(ValidationContext) - Constructor for class com.ctc.wstx.msv.AttributeProxy
 
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

BaseEventImpl - Class in org.codehaus.stax2.ri.evt
This abstract base class implements common functionality for Stax2 reference implementation's event API part.
BaseEventImpl(Location) - Constructor for class org.codehaus.stax2.ri.evt.BaseEventImpl
 
BaseInputSource - Class in com.ctc.wstx.io
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 in com.ctc.wstx.util
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 in com.ctc.wstx.sw
Mid-level base class of namespace-aware stream writers.
BaseNsStreamWriter(XmlWriter, String, WriterConfig, boolean) - Constructor for class com.ctc.wstx.sw.BaseNsStreamWriter
 
BaseSchemaFactory - Class in com.ctc.wstx.msv
Shared base class extended by concrete schema factory implementations.
BaseSchemaFactory() - Constructor for class com.ctc.wstx.msv.BaseSchemaFactory
 
BaseStreamWriter - Class in com.ctc.wstx.sw
Base class for XMLStreamWriter implementations Woodstox has.
BaseStreamWriter(XmlWriter, String, WriterConfig) - Constructor for class com.ctc.wstx.sw.BaseStreamWriter
 
BasicStreamReader - Class in com.ctc.wstx.sr
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).
BasicStreamReader(InputBootstrapper, BranchingReaderSource, ReaderCreator, ReaderConfig, InputElementStack, boolean) - Constructor for class com.ctc.wstx.sr.BasicStreamReader
 
BijectiveNsMap - Class in com.ctc.wstx.util
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.
bootstrapInput(ReaderConfig, boolean, int) - Method in class com.ctc.wstx.io.InputBootstrapper
 
bootstrapInput(ReaderConfig, boolean, int) - Method in class com.ctc.wstx.io.ReaderBootstrapper
Method called to do actual bootstrapping.
bootstrapInput(ReaderConfig, boolean, int) - Method in class com.ctc.wstx.io.StreamBootstrapper
 
BranchingReaderSource - Class in com.ctc.wstx.io
Specialized input source that can "branch" input it reads; essentially both giving out read data AND also writing it out to a Writer.
BranchingReaderSource(ReaderConfig, String, String, URL, Reader, boolean) - Constructor for class com.ctc.wstx.io.BranchingReaderSource
 
bufferFull(int) - Method in class com.ctc.wstx.util.TextBuilder
 
BufferingXmlWriter - Class in com.ctc.wstx.sw
Concrete implementation of XmlWriter that will dispatch writes to another writer (of type Writer, and will NOT handle encoding.
BufferingXmlWriter(Writer, WriterConfig, String, boolean, OutputStream, int) - Constructor for class com.ctc.wstx.sw.BufferingXmlWriter
 
BufferRecycler - Class in com.ctc.wstx.io
This is a small utility class, whose main functionality is to allow simple reuse of raw byte/char buffers.
BufferRecycler() - Constructor for class com.ctc.wstx.io.BufferRecycler
 
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.
buildAttrOb() - Method in class com.ctc.wstx.sr.NonNsAttributeCollector
Method needed by event creating code, to build a non-transient attribute container, to use with XMLEvent objects (specifically implementation of StartElement event).
buildAttrOb() - Method in class com.ctc.wstx.sr.NsAttributeCollector
Method needed by event creating code, to build a non-transient attribute container, to use with XMLEvent objects (specifically implementation of StartElement event).
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
 

C

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.ElementIdMap
Implementation of a hashing method for variable length Strings.
calcHash(String) - Static method in class com.ctc.wstx.util.ElementIdMap
 
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(PrefixedName[], BitSet[], List, Map) - Method in class com.ctc.wstx.dtd.DFAState
 
calcSurrogate(int) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
 
CFG_ADD_SPACE_AFTER_EMPTY_ELEM - Static variable in interface com.ctc.wstx.cfg.OutputConfigFlags
Flag that indicates whether writer is to add a single white space before closing "/>" of the empty element or not.
CFG_AUTO_CLOSE_INPUT - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
Property that enables/disables stream reader to close the underlying input source, either when it is asked to (.close() is called), or when it doesn't need it any more (reaching EOF, hitting an unrecoverable exception).
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_CACHE_DTDS_BY_PUBLIC_ID - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
If true, key used for matching DTD subsets can be the public id, if false, only system id can be used.
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_ESCAPE_CR - Static variable in interface com.ctc.wstx.cfg.OutputConfigFlags
Flag that indicates whether CR (\r, ascii 13) characters occuring in text (CHARACTERS) and attribute values should be escaped using character entities or not.
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_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_CDATA - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
If true, parser will accurately report CDATA event as such (unless coalescing); otherwise will always report them 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
Flag that enables support for expanding external entities.
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_XMLID_TYPING - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
If true, xml:id attribute type assignment and matching checks will be done as per Xml:id specification.
CFG_XMLID_UNIQ_CHECKS - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
If true, xml:id attribute uniqueness constraints are enforced, even if not validating against DTD otherwise.
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_NEL - Static variable in class com.ctc.wstx.io.InputBootstrapper
 
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
 
CharactersEventImpl - Class in org.codehaus.stax2.ri.evt
 
CharactersEventImpl(Location, String, boolean) - Constructor for class org.codehaus.stax2.ri.evt.CharactersEventImpl
Constructor for regular unspecified (but non-CDATA) characters event type, which may or may not be all whitespace, but is not specified as ignorable white space.
CharArraySource - Class in com.ctc.wstx.io
Input source that reads input from a static char array, usually used when expanding internal entities.
CharsetNames - Class in com.ctc.wstx.io
Simple utility class that normalizes given character input character set names into canonical (within Woodstox, anyways) names.
CharsetNames() - Constructor for class com.ctc.wstx.io.CharsetNames
 
checkAttrWrite(String, String, String) - Method in class com.ctc.wstx.sw.SimpleOutputElement
 
checkAttrWrite(String, String, char[], int, int) - Method in class com.ctc.wstx.sw.SimpleOutputElement
 
checkCData() - Method in class com.ctc.wstx.sr.BasicStreamReader
 
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.
checkEntity(InputProblemReporter, String, EntityDecl) - Method in class com.ctc.wstx.dtd.DTDAttribute
 
checkIdRefs() - Method in class com.ctc.wstx.dtd.DTDValidator
 
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.BasicStreamReader
 
checkMbKeyword(String) - Method in class com.ctc.wstx.io.StreamBootstrapper
 
checkNsDefaults(InputElementStack) - Method in class com.ctc.wstx.dtd.DTDValidatorBase
 
checkNsDefaults(InputElementStack) - Method in interface com.ctc.wstx.sr.NsDefaultProvider
Method called by the input element stack to indicate that it has just added local namespace declarations from the current element, and is about to start resolving element and attribute namespace bindings.
checkSbKeyword(String) - Method in class com.ctc.wstx.io.StreamBootstrapper
 
checkStartElement(String, 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).
checkTranslatedKeyword(String) - Method in class com.ctc.wstx.io.StreamBootstrapper
 
checkXmlIdAttr(int) - Method in class com.ctc.wstx.dtd.FullDTDReader
 
checkXmlSpaceAttr(int, WordResolver) - Method in class com.ctc.wstx.dtd.FullDTDReader
 
ChoiceContentSpec - Class in com.ctc.wstx.dtd
Content specification that defines content model that has multiple alternative elements; including mixed content model.
ChoiceModel - Class in com.ctc.wstx.dtd
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
 
clear(boolean) - Method in class com.ctc.wstx.util.StringVector
 
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.DTDCdataAttr
 
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
 
close() - Method in class com.ctc.wstx.dom.DOMWrappingWriter
 
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.UTF8Writer
 
close() - Method in class com.ctc.wstx.io.WstxInputSource
Method reader calls for this input source when it has encountered EOF.
close() - Method in class com.ctc.wstx.sr.BasicStreamReader
Note: as per StAX 1.0 specs, this method does NOT close the underlying input reader.
close() - Method in class com.ctc.wstx.sw.BaseStreamWriter
 
close() - Method in class com.ctc.wstx.sw.BufferingXmlWriter
 
close() - Method in class com.ctc.wstx.sw.EncodingXmlWriter
 
close() - Method in class com.ctc.wstx.sw.XmlWriter
Method called to flush the buffer(s), and close the output sink (stream or writer).
close() - Method in class com.ctc.wstx.sw.XmlWriterWrapper
 
close() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
Note: as per StAX 1.0 specs, this method does NOT close the underlying input reader.
close() - Method in class org.codehaus.stax2.ri.evt.Stax2FilteredEventReader
 
close() - Method in class org.codehaus.stax2.ri.Stax2EventReaderImpl
 
close() - Method in class org.codehaus.stax2.ri.Stax2EventWriterImpl
 
close() - Method in class org.codehaus.stax2.ri.Stax2FilteredStreamReader
 
close() - Method in class org.codehaus.stax2.ri.Stax2WriterAdapter
 
closeAllInput(boolean) - Method in class com.ctc.wstx.sr.StreamScanner
 
closeCompletely() - Method in class com.ctc.wstx.io.CharArraySource
 
closeCompletely() - Method in class com.ctc.wstx.io.ReaderSource
 
closeCompletely() - Method in class com.ctc.wstx.io.WstxInputSource
Method reader MAY call to force full closing of the underlying input stream(s)/reader(s).
closeCompletely() - Method in class com.ctc.wstx.sr.BasicStreamReader
 
closeCompletely() - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
closeCompletely() - Method in class org.codehaus.stax2.ri.Stax2FilteredStreamReader
 
closeCompletely() - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
 
closeCompletely() - Method in class org.codehaus.stax2.ri.Stax2ReaderImpl
 
closeCompletely() - Method in interface org.codehaus.stax2.XMLStreamReader2
Method similar to XMLStreamReader.getNamespaceContext(), except that this method also does close the underlying input source if it has not yet been closed.
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.
coalesceText(int) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
 
com.ctc.wstx.api - package com.ctc.wstx.api
 
com.ctc.wstx.cfg - package com.ctc.wstx.cfg
 
com.ctc.wstx.dom - package com.ctc.wstx.dom
 
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.msv - package com.ctc.wstx.msv
 
com.ctc.wstx.sax - package com.ctc.wstx.sax
 
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.
CommentEventImpl - Class in org.codehaus.stax2.ri.evt
 
CommentEventImpl(Location, String) - Constructor for class org.codehaus.stax2.ri.evt.CommentEventImpl
 
CompactNsContext - Class in com.ctc.wstx.sr
Simple implementation of separate non-transient namespace context object.
CompactNsContext(Location, String, String[], int, int) - Constructor for class com.ctc.wstx.sr.CompactNsContext
 
CompactStartElement - Class in com.ctc.wstx.evt
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
 
compareTo(Object) - Method in class com.ctc.wstx.util.PrefixedName
 
concatEntries(Collection, String, String) - Static method in class com.ctc.wstx.util.StringUtil
 
ConcatModel - Class in com.ctc.wstx.dtd
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
 
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, boolean) - Static method in class com.ctc.wstx.dtd.DTDId
 
construct(boolean, char, Collection) - Static method in class com.ctc.wstx.dtd.SeqContentSpec
 
construct(char, PrefixedName) - Static method in class com.ctc.wstx.dtd.TokenContentSpec
 
construct(NamespaceContext, List) - Static method in class com.ctc.wstx.evt.MergedNsContext
 
construct(Location, QName, Map, List, NamespaceContext) - Static method in class com.ctc.wstx.evt.SimpleStartElement
Factory method called when a start element needs to be constructed from an external source (most likely, non-woodstox stream reader).
construct(Location, QName, Iterator, Iterator, NamespaceContext) - Static method in class com.ctc.wstx.evt.SimpleStartElement
 
construct(NamespaceContext, List) - Static method in class org.codehaus.stax2.ri.evt.MergedNsContext
 
construct(Location, QName, Iterator, Iterator, NamespaceContext) - Static method in class org.codehaus.stax2.ri.evt.StartElementEventImpl
 
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
 
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
 
constructDefaultNamespace(Location, String) - Static method in class org.codehaus.stax2.ri.evt.NamespaceEventImpl
 
constructDFA(ContentSpec) - Static method in class com.ctc.wstx.dtd.DFAState
 
constructDocumentSource(ReaderConfig, InputBootstrapper, String, String, URL, Reader, boolean) - 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.ValidatingStreamReader
 
constructDtdId(URL) - Method in class com.ctc.wstx.sr.ValidatingStreamReader
 
constructEntitySource(ReaderConfig, WstxInputSource, String, InputBootstrapper, String, String, int, URL, Reader) - Static method in class com.ctc.wstx.io.InputSourceFactory
 
constructFixed() - Static method in class com.ctc.wstx.dtd.DefaultAttrValue
 
constructFromIOE(IOException) - Method in class com.ctc.wstx.sr.StreamScanner
 
constructFromPublicId(String, int, boolean) - Static method in class com.ctc.wstx.dtd.DTDId
 
constructFromSystemId(URL, int, boolean) - Static method in class com.ctc.wstx.dtd.DTDId
 
constructImplied() - Static method in class com.ctc.wstx.dtd.DefaultAttrValue
 
constructInputStream() - Method in class org.codehaus.stax2.io.Stax2BlockSource
 
constructInputStream() - Method in class org.codehaus.stax2.io.Stax2ByteArraySource
 
constructInputStream() - Method in class org.codehaus.stax2.io.Stax2CharArraySource
 
constructInputStream() - Method in class org.codehaus.stax2.io.Stax2FileSource
 
constructInputStream() - Method in class org.codehaus.stax2.io.Stax2ReferentialSource
 
constructInputStream() - Method in class org.codehaus.stax2.io.Stax2Source
This method creates an InputStream via which underlying input source can be accessed.
constructInputStream() - Method in class org.codehaus.stax2.io.Stax2StringSource
 
constructInputStream() - Method in class org.codehaus.stax2.io.Stax2URLSource
 
constructInstance(boolean, HashMap, Set, HashMap, Set, HashMap, HashMap, boolean) - 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
 
constructNamespace(Location, String, String) - Static method in class org.codehaus.stax2.ri.evt.NamespaceEventImpl
 
constructNullCharException() - Method in class com.ctc.wstx.sr.StreamScanner
 
constructOptimizedReader(ReaderConfig, InputStream, boolean, String) - Static method in class com.ctc.wstx.io.DefaultInputResolver
 
constructOptional() - Static method in class com.ctc.wstx.dtd.DefaultAttrValue
 
constructOutputStream() - Method in class org.codehaus.stax2.io.Stax2BlockResult
 
constructOutputStream() - Method in class org.codehaus.stax2.io.Stax2FileResult
 
constructOutputStream() - Method in class org.codehaus.stax2.io.Stax2ReferentialResult
 
constructOutputStream() - Method in class org.codehaus.stax2.io.Stax2Result
This method creates an OutputStream via which underlying output target can be written to.
constructRaw(TreeSet) - Static method in class com.ctc.wstx.util.WordSet
 
constructReader() - Method in class org.codehaus.stax2.io.Stax2BlockSource
 
constructReader() - Method in class org.codehaus.stax2.io.Stax2ByteArraySource
 
constructReader() - Method in class org.codehaus.stax2.io.Stax2CharArraySource
 
constructReader() - Method in class org.codehaus.stax2.io.Stax2FileSource
 
constructReader() - Method in class org.codehaus.stax2.io.Stax2ReferentialSource
 
constructReader() - Method in class org.codehaus.stax2.io.Stax2Source
This method creates a Reader via which underlying input source can be accessed.
constructReader() - Method in class org.codehaus.stax2.io.Stax2StringSource
 
constructReader() - Method in class org.codehaus.stax2.io.Stax2URLSource
 
constructRequired() - Static method in class com.ctc.wstx.dtd.DefaultAttrValue
 
constructSet(TreeSet) - Static method in class com.ctc.wstx.util.WordSet
 
constructTextWriter(Writer, String) - Static method in class com.ctc.wstx.io.TextEscaper
 
constructTypeException(IllegalArgumentException, String) - Method in class org.codehaus.stax2.ri.dom.DOMWrappingReader
Method called to wrap or convert given conversion-fail exception into a full TypedXMLStreamException,
constructTypeException(IllegalArgumentException, String) - Method in class org.codehaus.stax2.ri.Stax2ReaderAdapter
Method called to wrap or convert given conversion-fail exception into a full TypedXMLStreamException,
constructWfcException(String) - Method in class com.ctc.wstx.sr.StreamScanner
 
constructWriter() - Method in class org.codehaus.stax2.io.Stax2BlockResult
 
constructWriter() - Method in class org.codehaus.stax2.io.Stax2FileResult
 
constructWriter() - Method in class org.codehaus.stax2.io.Stax2ReferentialResult
 
constructWriter() - Method in class org.codehaus.stax2.io.Stax2Result
This method creates a Writer via which underlying output target can be written to.
contains(PrefixedName) - Method in class com.ctc.wstx.dtd.LargePrefixedNameSet
 
contains(PrefixedName) - Method in class com.ctc.wstx.dtd.PrefixedNameSet
 
contains(PrefixedName) - Method in class com.ctc.wstx.dtd.SmallPrefixedNameSet
 
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
 
CONTENT_ALLOW_ANY_TEXT - Static variable in class org.codehaus.stax2.validation.XMLValidator
This value indicates that any textual content (plain PCTEXT) is allowed, and that validator is not going to do any validation for it.
CONTENT_ALLOW_NONE - Static variable in class org.codehaus.stax2.validation.XMLValidator
This value indicates that no content whatsoever is legal within current context, that is, where the only legal content to follow is the closing end tag -- not even comments or processing instructions are allowed.
CONTENT_ALLOW_UNDEFINED - Static variable in class org.codehaus.stax