Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add(K, V) - Method in class com.ctc.wstx.util.SimpleCache
- 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
- addAttribute(String, String) - Method in class com.ctc.wstx.dom.DOMOutputElement
- addAttribute(String, String, String) - Method in class com.ctc.wstx.dom.DOMOutputElement
- addCachedDTD(DTDId, DTDSubset) - Method in interface com.ctc.wstx.sr.ReaderCreator
- addCachedDTD(DTDId, DTDSubset) - Method in class com.ctc.wstx.stax.WstxInputFactory
- addDefaultAttribute(String, 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.
- 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, 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.
- 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.
- 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
-
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
- addSymbol(String) - Method in class com.ctc.wstx.stax.WstxInputFactory
-
Method that can be used to ensure that specified symbol is contained in the shared symbol table.
- addText(char[], int, int) - Method in class com.ctc.wstx.util.TextAccumulator
- addText(String) - Method in class com.ctc.wstx.util.TextAccumulator
- 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.
- addUndeclaredEntity(String, Location, boolean) - Method in class com.ctc.wstx.dtd.DefaultAttrValue
- 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
- ALL_WS_NO - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- ALL_WS_UNKNOWN - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- ALL_WS_YES - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- allocate(XMLStreamReader) - Method in class com.ctc.wstx.evt.DefaultEventAllocator
- allocate(XMLStreamReader, XMLEventConsumer) - Method in class com.ctc.wstx.evt.DefaultEventAllocator
- allocBuffer(int) - Method in class com.ctc.wstx.util.TextBuffer
- 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
- allowEmptyElement(String, String, String, boolean) - Method in interface com.ctc.wstx.api.EmptyElementHandler
- allowEmptyElement(String, String, String, boolean) - Method in class com.ctc.wstx.api.EmptyElementHandler.SetEmptyElementHandler
- anyValuesInCommon(Collection<T>, Collection<T>) - 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) - Method in class com.ctc.wstx.util.TextBuilder
- append(char[], int, int) - Method in class com.ctc.wstx.util.TextBuffer
- append(char[], int, int) - Method in class com.ctc.wstx.util.TextBuilder
- append(String) - Method in class com.ctc.wstx.util.TextBuffer
- appendBranched(int, int) - Method in class com.ctc.wstx.io.BranchingReaderSource
- appendChild(Node) - Method in class com.ctc.wstx.dom.DOMOutputElement
- appendDesc(StringBuilder) - Method in class com.ctc.wstx.io.WstxInputLocation
- appendLeaf(Node) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- appendLF(StringBuilder) - Static method in class com.ctc.wstx.util.StringUtil
- appendNames(StringBuilder, 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(StringBuilder, String) - Method in class com.ctc.wstx.dtd.PrefixedNameSet
- appendNames(StringBuilder, 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).
- ArgUtil() - Constructor for class com.ctc.wstx.util.ArgUtil
- asArray() - Method in class com.ctc.wstx.util.StringVector
- AsciiReader - Class in com.ctc.wstx.io
-
Optimized Reader that reads ascii content from an input stream.
- AsciiReader(ReaderConfig, InputStream, byte[], int, int, boolean) - 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
- asStartElement() - Method in class com.ctc.wstx.evt.BaseStartElement
- asURL() - Method in class com.ctc.wstx.io.SystemId
- 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
- attrDesc(Object, PrefixedName) - Method in class com.ctc.wstx.dtd.FullDTDReader
- Attribute - Class in com.ctc.wstx.sr
-
Container for information collected regarding a single element attribute instance.
- Attribute(String, String, int) - Constructor for class com.ctc.wstx.sr.Attribute
- 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, boolean) - Constructor for class com.ctc.wstx.sr.AttributeCollector
- 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
- AttributesWrapper() - Constructor for class com.ctc.wstx.sax.WstxSAXParser.AttributesWrapper
- AttrName(String, String) - Constructor for class com.ctc.wstx.sw.SimpleOutputElement.AttrName
- attrsNeedValidation() - Method in class com.ctc.wstx.dtd.DTDElement
- automaticEmptyElementsEnabled() - Method in class com.ctc.wstx.api.WriterConfig
- automaticEndElementsEnabled() - 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
- 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, SystemId) - 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
- BaseReader - Class in com.ctc.wstx.io
-
Simple basic class for optimized Readers Woodstox has; implements "cookie-cutter" methods that are used by all actual implementations.
- BaseReader(ReaderConfig, InputStream, byte[], int, int, boolean) - Constructor for class com.ctc.wstx.io.BaseReader
- BaseStartElement - Class in com.ctc.wstx.evt
-
Shared base class of
StartElement
implementations Wstx uses. - BaseStartElement(Location, QName, BaseNsContext) - Constructor for class com.ctc.wstx.evt.BaseStartElement
- 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
-
Partial implementation of
XMLStreamReader2
consisting of all functionality other than DTD-validation-specific parts, and Typed Access API (Stax2 v3.0), which are implemented at sub-classes. - 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.
- BijectiveNsMap(int, String[]) - Constructor for class com.ctc.wstx.util.BijectiveNsMap
- 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, SystemId, Reader, boolean) - Constructor for class com.ctc.wstx.io.BranchingReaderSource
- Bucket(PrefixedName, LargePrefixedNameSet.Bucket) - Constructor for class com.ctc.wstx.dtd.LargePrefixedNameSet.Bucket
- Bucket(String, SymbolTable.Bucket) - Constructor for class com.ctc.wstx.util.SymbolTable.Bucket
- bufferFull(int) - Method in class com.ctc.wstx.util.TextBuilder
- BufferingXmlWriter - Class in com.ctc.wstx.sw
- BufferingXmlWriter(Writer, WriterConfig, String, boolean, OutputStream, int) - Constructor for class com.ctc.wstx.sw.BufferingXmlWriter
- BufferReader(ArrayList<char[]>, char[], int) - Constructor for class com.ctc.wstx.util.TextBuffer.BufferReader
- 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 creating code, to build a non-transient attribute container, to use with XMLEvent objects (specifically implementation of StartElement event).
- buildByNsURIMap() - Method in class com.ctc.wstx.evt.MergedNsContext
- buildByPrefixMap() - Method in class com.ctc.wstx.evt.MergedNsContext
- Builder(TreeSet<String>) - Constructor for class com.ctc.wstx.util.WordResolver.Builder
- Builder(TreeSet<String>) - Constructor for class com.ctc.wstx.util.WordSet.Builder
- buildResultArray() - Method in class com.ctc.wstx.util.TextBuffer
- BYTE_A - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_AMP - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_APOS - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_COLON - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_CR - Static variable in class com.ctc.wstx.io.InputBootstrapper
- BYTE_EQ - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_G - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_GT - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_HASH - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_HYPHEN - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_L - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_LBRACKET - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_LF - Static variable in class com.ctc.wstx.io.InputBootstrapper
- BYTE_LT - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_M - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_NULL - Static variable in class com.ctc.wstx.io.InputBootstrapper
- BYTE_O - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_P - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_Q - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_QMARK - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_QUOT - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_RBRACKET - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_S - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_SEMICOLON - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_SLASH - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_SPACE - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_T - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_U - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
- BYTE_X - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
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(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.ElementIdMap
- calcHash(String) - Static method in class com.ctc.wstx.util.SymbolTable
- calcNewSize(int) - Method in class com.ctc.wstx.util.TextBuffer
-
Method used to determine size of the next segment to allocate to contain textual content.
- calcNext(PrefixedName[], BitSet[], List<DFAState>, Map<BitSet, DFAState>) - Method in class com.ctc.wstx.dtd.DFAState
- calcSurrogate(int) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- canModifyBuffer() - Method in class com.ctc.wstx.io.BaseReader
-
Method that can be used to see if we can actually modify the underlying buffer.
- 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_ALLOW_XML11_ESCAPED_CHARS_IN_XML10 - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
-
If true, the XML parser will allow XML 1.1 escaped chars in XML 1.0 file.
- 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_AUTO_CLOSE_OUTPUT - Static variable in interface com.ctc.wstx.cfg.OutputConfigFlags
-
Property that enables/disables stream write to close the underlying output target, 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_ELEMENTS - Static variable in interface com.ctc.wstx.cfg.OutputConfigFlags
- CFG_AUTOMATIC_END_ELEMENTS - Static variable in interface com.ctc.wstx.cfg.OutputConfigFlags
-
Flag that indicates we can output 'automatic' empty elements; end elements needed to close the logical output tree when stream writer is closed (by closing it explicitly, or by writing end-document event)
- 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_NAMES - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
-
If true, will guarantee that all names (attribute/element local names have been intern()ed.
- 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_JAXP_FEATURE_SECURE_PROCESSING - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
-
Flag that matches pseudo-setting
XMLConstants.FEATURE_SECURE_PROCESSING
- 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_LFS - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
- 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_TREAT_CHAR_REFS_AS_ENTS - Static variable in interface com.ctc.wstx.cfg.InputConfigFlags
-
If true, the XML parser will treat character references as entities.
- CFG_USE_DOUBLE_QUOTES_IN_XML_DECL - Static variable in interface com.ctc.wstx.cfg.OutputConfigFlags
-
Property that indicates if singe quotes or double quotes should be used in the XML declaration.
- 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_BOM_MARKER - Static variable in class com.ctc.wstx.io.ReaderBootstrapper
- 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_DEL - Static variable in class com.ctc.wstx.io.BaseReader
-
DEL character is both the last ascii char, and illegal in xml 1.1.
- 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>
(note:>
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.WstxInputData
-
Null-character is used as return value from some method(s), since it is not a legal character in an XML document.
- CHAR_NULL - Static variable in class com.ctc.wstx.util.WordResolver
- CHAR_NULL - Static variable in class com.ctc.wstx.util.WordSet
- CHAR_SPACE - Static variable in class com.ctc.wstx.dtd.DTDAttribute
- CHAR_SPACE - Static variable in class com.ctc.wstx.io.InputBootstrapper
- CHAR_SPACE - Static variable in class com.ctc.wstx.io.WstxInputData
- CHAR_SPACE - Static variable in class com.ctc.wstx.sw.BaseStreamWriter
- CHAR_SPACE - Static variable in class com.ctc.wstx.util.StringUtil
- characters(char[], int, int) - Method in class com.ctc.wstx.sax.WstxSAXParser.DocHandlerWrapper
- CharArraySource - Class in com.ctc.wstx.io
-
Input source that reads input from a static char array, usually used when expanding internal entities.
- CharArraySource(WstxInputSource, String, char[], int, int, Location, SystemId) - Constructor for class com.ctc.wstx.io.CharArraySource
- 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) - Method in class com.ctc.wstx.sw.SimpleOutputElement
- checkCData() - Method in class com.ctc.wstx.sr.BasicStreamReader
- checkCDataEnd(char[], int) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method that will check, given the starting ']', whether there is ending ']]>' (including optional extra ']'s); if so, will updated output buffer with extra ]s, if not, will make sure input and output are positioned for further checking.
- 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
- checkExpand(TypedArrayDecoder) - Static method in class com.ctc.wstx.sr.AttributeCollector
-
Internal method used to see if we can expand the buffer that the array decoder has.
- checkIdRefs() - Method in class com.ctc.wstx.dtd.DTDValidator
- checkInclusion() - Method in class com.ctc.wstx.dtd.FullDTDReader
- checkKeyword(char, String) - Method in class com.ctc.wstx.sr.BasicStreamReader
- 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
- checkMbKeyword(String) - Method in class com.ctc.wstx.io.StreamBootstrapper
- checkNotations(HashMap<String, NotationDeclaration>, HashMap<String, NotationDeclaration>) - Static method in class com.ctc.wstx.dtd.DTDSubsetImpl
- 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.
- checkPublicSystemKeyword(char) - Method in class com.ctc.wstx.dtd.FullDTDReader
- 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.
- ChoiceContentSpec(boolean, char, boolean, ContentSpec[]) - Constructor for class com.ctc.wstx.dtd.ChoiceContentSpec
- ChoiceContentSpec(boolean, char, boolean, Collection<ContentSpec>) - Constructor for class com.ctc.wstx.dtd.ChoiceContentSpec
- ChoiceContentSpec.Validator - Class in com.ctc.wstx.dtd
- 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
- cleanSystemId(String) - Static method in class com.ctc.wstx.util.URLUtil
- clear(boolean) - Method in class com.ctc.wstx.util.StringVector
- clearConfigFlag(int) - Method in class com.ctc.wstx.api.ReaderConfig
- clearSegments() - Method in class com.ctc.wstx.util.TextBuffer
- 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.evt.WstxEventReader
- close() - Method in class com.ctc.wstx.io.BaseInputSource
- close() - Method in class com.ctc.wstx.io.BaseReader
- 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.XmlWriterWrapper
- close() - Method in class com.ctc.wstx.util.TextBuffer.BufferReader
- close(boolean) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- close(boolean) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- close(boolean) - Method in class com.ctc.wstx.sw.XmlWriter
-
Method called to flush the buffer(s), and close the output sink (stream or writer) if enabled (auto-closing) or forced.
- closeAllInput(boolean) - Method in class com.ctc.wstx.sr.StreamScanner
- closeAndRecycle(boolean) - Method in class com.ctc.wstx.io.ReaderSource
- closeCompletely() - Method in class com.ctc.wstx.io.CharArraySource
- closeCompletely() - Method in interface com.ctc.wstx.io.CompletelyCloseable
- closeCompletely() - Method in class com.ctc.wstx.io.ReaderSource
- closeCompletely() - Method in class com.ctc.wstx.io.UTF8Writer
- 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 com.ctc.wstx.sw.BaseStreamWriter
- closeContentTree() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called when advancing stream past the end tag that closes the root element of the open document.
- 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
-
Package that contains subset of Woodstox classes that are considered to be its public API (in addition to regular Stax 1.0 -- javax.xml.stream.* -- and Stax2 -- org.codehaus.stax2.*).
- com.ctc.wstx.cfg - package com.ctc.wstx.cfg
-
Package that contains internal configuration settings for Woodstox.
- com.ctc.wstx.compat - package com.ctc.wstx.compat
-
Package that contains classes that allow abstracting out the details of JDK platform version being used.
- 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.osgi - package com.ctc.wstx.osgi
-
Contains classes that implement Stax2 OSGI providers for accessing Stax2 input, output and validation scheme factories dynamically using auto-discovery mechanism.
- com.ctc.wstx.sax - package com.ctc.wstx.sax
-
Contains Woodstox SAX implementation.
- 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.
- combineArities(char, char) - Static method in class com.ctc.wstx.dtd.FullDTDReader
- combineElements(InputProblemReporter, HashMap<PrefixedName, DTDElement>, HashMap<PrefixedName, DTDElement>) - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Method that will try to merge in elements defined in the external subset, into internal subset; it will also check for redeclarations when doing this, as it's invalid to redeclare elements.
- combineMaps(Map<K, V>, Map<K, V>) - Static method in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Note: The first Map argument WILL be modified; second one not.
- 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.
- CommonConfig - Class in com.ctc.wstx.api
-
Shared common base class for variour configuration container implementations for public factories Woodstox uses: implementations of
XMLInputFactory
,XMLOutputFactory
andXMLValidationSchemaFactory
. - CommonConfig(CommonConfig) - Constructor for class com.ctc.wstx.api.CommonConfig
-
Constructor used by sub-classes
- CompactNsContext - Class in com.ctc.wstx.sr
-
Simple implementation of separate non-transient namespace context object.
- CompactNsContext(Location, 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(SimpleOutputElement.AttrName) - Method in class com.ctc.wstx.sw.SimpleOutputElement.AttrName
- compareTo(PrefixedName) - Method in class com.ctc.wstx.util.PrefixedName
- CompletelyCloseable - Interface in com.ctc.wstx.io
- 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
- concatNames(PrefixedName[]) - Static method in class com.ctc.wstx.dtd.SeqContentSpec.Validator
- 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
- 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
- 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
- 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
- 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
- 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
- connectReporter(InputProblemReporter) - Method in class com.ctc.wstx.sr.InputElementStack
- construct() - Method in class com.ctc.wstx.util.WordResolver.Builder
- construct() - Method in class com.ctc.wstx.util.WordSet.Builder
- construct(boolean, char, Collection<ContentSpec>) - Static method in class com.ctc.wstx.dtd.SeqContentSpec
- construct(char, PrefixedName) - Static method in class com.ctc.wstx.dtd.TokenContentSpec
- construct(String) - Static method in class com.ctc.wstx.io.SystemId
- construct(String, URI, int, boolean) - Static method in class com.ctc.wstx.dtd.DTDId
- construct(String, URL) - Static method in class com.ctc.wstx.io.SystemId
- construct(URL) - Static method in class com.ctc.wstx.io.SystemId
- construct(NamespaceContext, List<Namespace>) - Static method in class com.ctc.wstx.evt.MergedNsContext
- construct(Location, QName, Iterator<Attribute>, Iterator<Namespace>, NamespaceContext) - Static method in class com.ctc.wstx.evt.SimpleStartElement
- construct(Location, QName, Map<QName, Attribute>, List<Namespace>, 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).
- constructAttr(String[], int, boolean) - Method in class com.ctc.wstx.evt.CompactStartElement
- constructBranch(int, int, int) - Method in class com.ctc.wstx.util.WordResolver.Builder
-
Method that is called recursively to build the data representation for a branch, ie.
- constructBranch(int, int, int) - Method in class com.ctc.wstx.util.WordSet.Builder
-
Method that is called recursively to build the data representation for a branch, ie.
- 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<ContentSpec>) - Static method in class com.ctc.wstx.dtd.ChoiceContentSpec
- constructDFA(ContentSpec) - Static method in class com.ctc.wstx.dtd.DFAState
- constructDocumentSource(ReaderConfig, InputBootstrapper, String, SystemId, 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(URI) - Method in class com.ctc.wstx.sr.ValidatingStreamReader
- constructEntitySource(ReaderConfig, WstxInputSource, String, InputBootstrapper, String, SystemId, int, 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
-
Construct and return a
XMLStreamException
to throw as a result of a failed Typed Access operation (but one not caused by a Well-Formedness Constraint or Validation Constraint problem) - constructFromPublicId(String, int, boolean) - Static method in class com.ctc.wstx.dtd.DTDId
- constructFromSystemId(URI, int, boolean) - Static method in class com.ctc.wstx.dtd.DTDId
- constructImplied() - Static method in class com.ctc.wstx.dtd.DefaultAttrValue
- constructInstance(boolean, HashMap<String, EntityDecl>, Set<String>, HashMap<String, EntityDecl>, Set<String>, HashMap<String, NotationDeclaration>, HashMap<PrefixedName, DTDElement>, boolean) - Static method in class com.ctc.wstx.dtd.DTDSubsetImpl
- constructInstance(TreeSet<String>) - Static method in class com.ctc.wstx.util.WordResolver
-
Tries to construct an instance given ordered set of words.
- constructIOException(String, Throwable) - Static method in class com.ctc.wstx.util.ExceptionUtil
- constructLeaf(int, int) - Method in class com.ctc.wstx.util.WordSet.Builder
-
Method called to add leaf entry to word set; basically "here is the rest of the only matching word"
- constructLimitViolation(String, long) - Method in class com.ctc.wstx.sr.StreamScanner
- constructMixed(boolean, Collection<ContentSpec>) - Static method in class com.ctc.wstx.dtd.ChoiceContentSpec
- 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
- constructRaw(TreeSet<String>) - Static method in class com.ctc.wstx.util.WordSet
- constructRequired() - Static method in class com.ctc.wstx.dtd.DefaultAttrValue
- constructSet(TreeSet<String>) - Static method in class com.ctc.wstx.util.WordSet
- constructWfcException(String) - Method in class com.ctc.wstx.sr.StreamScanner
- contains(char[], char[], int, int) - Static method in class com.ctc.wstx.util.WordSet
- contains(char[], int, int) - Method in class com.ctc.wstx.util.WordSet
- contains(char[], String) - Static method in class com.ctc.wstx.util.WordSet
- 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(String) - 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
- contentsAsStringBuilder(int) - Method in class com.ctc.wstx.util.TextBuffer
-
Similar to
TextBuffer.contentsAsString()
, but constructs a StringBuilder for further appends. - ContentSpec - Class in com.ctc.wstx.dtd
-
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
- contentsToArray(int, char[], int, int) - Method in class com.ctc.wstx.util.TextBuffer
- contentsToStringBuilder(StringBuilder) - Method in class com.ctc.wstx.util.TextBuffer
- CONVERT_LSEP_TO - Static variable in class com.ctc.wstx.io.BaseReader
-
In xml 1.1, LSEP bit like \n, or \r.
- CONVERT_NEL_TO - Static variable in class com.ctc.wstx.io.BaseReader
-
In xml 1.1, NEL (0x85) behaves much the way \n does (can be follow \r as part of the linefeed
- convertInvalidChar(int) - Method in interface com.ctc.wstx.api.InvalidCharHandler
- convertInvalidChar(int) - Method in class com.ctc.wstx.api.InvalidCharHandler.FailingHandler
- convertInvalidChar(int) - Method in class com.ctc.wstx.api.InvalidCharHandler.ReplacingHandler
- convertPropsToDict(Properties) - Method in class com.ctc.wstx.osgi.WstxBundleActivator
-
A Properties object is a Dictionaryinvalid input: '<'Object,Object> but the OSGi API got more restrictive and requires a Dictionaryinvalid input: '<'String,Object>, so we must do a quick conversion here.
- 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
- convertToLong(String, Object, long) - Static method in class com.ctc.wstx.util.ArgUtil
- copyArrays() - Method in class com.ctc.wstx.util.SymbolTable
-
Method called when copy-on-write is needed; generally when first change is made to a derived symbol table.
- 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.
- 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.
- CPROP_IMPL_NAME - Static variable in class com.ctc.wstx.api.CommonConfig
- CPROP_IMPL_VERSION - Static variable in class com.ctc.wstx.api.CommonConfig
- CPROP_RETURN_NULL_FOR_DEFAULT_NAMESPACE - Static variable in class com.ctc.wstx.api.CommonConfig
- CPROP_SUPPORT_XMLID - Static variable in class com.ctc.wstx.api.CommonConfig
- CPROP_SUPPORTS_XML11 - Static variable in class com.ctc.wstx.api.CommonConfig
- create(String, char[]) - Static method in class com.ctc.wstx.ent.IntEntity
- create(String, String) - Static method in class com.ctc.wstx.ent.IntEntity
- create(String, String, String) - Static method in class com.ctc.wstx.compat.QNameCreator
- create(String, String, String) - Method in class com.ctc.wstx.compat.QNameCreator.Helper
- create(XMLValidationProblem) - Static method in exception class com.ctc.wstx.exc.WstxValidationException
- createAll() - Static method in class com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl
- createAndAttachChild(Element) - Method in class com.ctc.wstx.dom.DOMOutputElement
-
Simplest factory method, which gets called when a 1-argument element output method is called.
- createChild() - Method in class com.ctc.wstx.util.BijectiveNsMap
- createChild(String) - Method in class com.ctc.wstx.sw.SimpleOutputElement
-
Simplest factory method, which gets called when a 1-argument element output method is called.
- createChild(String, String, String) - Method in class com.ctc.wstx.sw.SimpleOutputElement
-
Full factory method, used for 'normal' namespace qualified output methods.
- createChild(Element) - Method in class com.ctc.wstx.dom.DOMOutputElement
- createDefaults() - Static method in class com.ctc.wstx.api.ValidatorConfig
- createDefined(ReaderConfig, Location, PrefixedName, 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.
- 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.
- createElementStack(ReaderConfig) - Static method in class com.ctc.wstx.sr.BasicStreamReader
- createEmpty() - Static method in class com.ctc.wstx.util.BijectiveNsMap
- 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
- createFrom(WriterConfig, DOMResult) - Static method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- createFrom(DOMSource, ReaderConfig) - Static method in class com.ctc.wstx.dom.WstxDOMWrappingReader
- createFullDefaults() - Static method in class com.ctc.wstx.api.ReaderConfig
- createFullDefaults() - Static method in class com.ctc.wstx.api.WriterConfig
- createInputFactory() - Method in class com.ctc.wstx.osgi.InputFactoryProviderImpl
- createJ2MEDefaults() - Static method in class com.ctc.wstx.api.ReaderConfig
- createJ2MEDefaults() - Static method in class com.ctc.wstx.api.WriterConfig
- createNextEvent(boolean, int) - Method in class com.ctc.wstx.evt.WstxEventReader
- createNonShared() - Method in class com.ctc.wstx.api.WriterConfig
- createNonShared(SymbolTable) - Method in class com.ctc.wstx.api.ReaderConfig
- 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.
- createOutputFactory() - Method in class com.ctc.wstx.osgi.OutputFactoryProviderImpl
- createPlaceholder(ReaderConfig, Location, PrefixedName) - Static method in class com.ctc.wstx.dtd.DTDElement
-
Method called to create a "placeholder" element definition, needed to contain attribute definitions.
- createPrivateConfig() - Method in class com.ctc.wstx.stax.WstxInputFactory
-
Method called to construct a copy of the factory's configuration object, such that two will be unlinked (changes to one are not reflect in the other).
- createPrivateReaderConfig() - Method in class com.ctc.wstx.dtd.DTDSchemaFactory
- createQName(String, String) - Method in class com.ctc.wstx.stax.WstxEventFactory
- createQName(String, String, String) - Method in class com.ctc.wstx.stax.WstxEventFactory
- createRecyclableBuffer(ReaderConfig) - Static method in class com.ctc.wstx.util.TextBuffer
- createRecycler() - Method in class com.ctc.wstx.api.ReaderConfig
- createRecycler() - Method in class com.ctc.wstx.api.WriterConfig
- createRoot() - Static method in class com.ctc.wstx.sw.SimpleOutputElement
- createRoot(Node) - Static method in class com.ctc.wstx.dom.DOMOutputElement
- createSchema(File) - Method in class com.ctc.wstx.dtd.DTDSchemaFactory
- createSchema(InputStream, String, String, String) - Method in class com.ctc.wstx.dtd.DTDSchemaFactory
- createSchema(Reader, String, String) - Method in class com.ctc.wstx.dtd.DTDSchemaFactory
- createSchema(URL) - Method in class com.ctc.wstx.dtd.DTDSchemaFactory
- createSR(ReaderConfig, SystemId, InputBootstrapper, boolean, boolean) - Method in class com.ctc.wstx.stax.WstxInputFactory
- createSR(ReaderConfig, SystemId, InputStream, boolean, boolean) - Method in class com.ctc.wstx.stax.WstxInputFactory
- createSR(ReaderConfig, String, InputBootstrapper, boolean, boolean) - Method in class com.ctc.wstx.stax.WstxInputFactory
-
Method that is eventually called to create a (full) stream read instance.
- createSR(ReaderConfig, URL, boolean, boolean) - Method in class com.ctc.wstx.stax.WstxInputFactory
- createSR(SystemId, InputStream, String, boolean, boolean) - Method in class com.ctc.wstx.stax.WstxInputFactory
- createSR(SystemId, Reader, boolean, boolean) - Method in class com.ctc.wstx.stax.WstxInputFactory
- createSR(File, boolean, boolean) - Method in class com.ctc.wstx.stax.WstxInputFactory
- createSR(Source, boolean) - Method in class com.ctc.wstx.stax.WstxInputFactory
-
Another internal factory method, used when dealing with a generic Source base type.
- createStartDocumentEvent() - Method in class com.ctc.wstx.evt.WstxEventReader
-
Method called to create the very first event (START_DOCUMENT).
- createStartElem(String, String, String, boolean) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
-
Method called by all start element write methods.
- createStartElement(QName, Iterator<?>, Iterator<?>, NamespaceContext) - Method in class com.ctc.wstx.stax.WstxEventFactory
-
Must override this method to use a more efficient StartElement implementation
- createStreamReader(BranchingReaderSource, ReaderCreator, ReaderConfig, InputBootstrapper, boolean) - Static method in class com.ctc.wstx.sr.TypedStreamReader
-
Factory method for constructing readers.
- createSW(OutputStream, Writer, String, boolean) - Method in class com.ctc.wstx.stax.WstxOutputFactory
-
Bottleneck factory method used internally; needs to take care of passing proper settings to stream writer.
- createSW(String, WriterConfig, XmlWriter) - Method in class com.ctc.wstx.stax.WstxOutputFactory
-
Called by {code createSW(OutputStream, Writer, String, boolean)} after all of the necessary configuration logic is complete.
- createSW(Result) - Method in class com.ctc.wstx.stax.WstxOutputFactory
- createTemporaryBuffer() - Static method in class com.ctc.wstx.util.TextBuffer
- createValidatingStreamReader(BranchingReaderSource, ReaderCreator, ReaderConfig, InputBootstrapper, boolean) - Static method in class com.ctc.wstx.sr.ValidatingStreamReader
-
Factory method for constructing readers.
- createValidationSchemaFactory() - Method in class com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl
- createValidationSchemaFactory() - Method in class com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl.DTD
- createValidator(ValidationContext) - Method in class com.ctc.wstx.dtd.DTDSubset
- createValidator(ValidationContext) - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
- createXMLEventReader(File) - Method in class com.ctc.wstx.stax.WstxInputFactory
- 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(String, InputStream) - Method in class com.ctc.wstx.stax.WstxInputFactory
- createXMLEventReader(String, Reader) - Method in class com.ctc.wstx.stax.WstxInputFactory
- createXMLEventReader(URL) - Method in class com.ctc.wstx.stax.WstxInputFactory
- createXMLEventReader(XMLStreamReader) - Method in class com.ctc.wstx.stax.WstxInputFactory
- createXMLEventReader(Source) - Method in class com.ctc.wstx.stax.WstxInputFactory
- createXMLEventWriter(OutputStream) - Method in class com.ctc.wstx.stax.WstxOutputFactory
- createXMLEventWriter(OutputStream, String) - 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(XMLStreamWriter) - Method in class com.ctc.wstx.stax.WstxOutputFactory
- createXMLEventWriter(Result) - Method in class com.ctc.wstx.stax.WstxOutputFactory
- 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(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(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(Source) - Method in class com.ctc.wstx.stax.WstxInputFactory
- createXMLStreamWriter(OutputStream) - Method in class com.ctc.wstx.stax.WstxOutputFactory
- createXMLStreamWriter(OutputStream, String) - 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(Result) - Method in class com.ctc.wstx.stax.WstxOutputFactory
- CS_EBCDIC_SUBSET - Static variable in class com.ctc.wstx.io.CharsetNames
- CS_ISO_LATIN1 - Static variable in class com.ctc.wstx.io.CharsetNames
- CS_SHIFT_JIS - Static variable in class com.ctc.wstx.io.CharsetNames
- CS_US_ASCII - Static variable in class com.ctc.wstx.io.CharsetNames
- CS_UTF16 - Static variable in class com.ctc.wstx.io.CharsetNames
-
This constants is intentionally vague, so that some other information will be needed to determine the endianness.
- CS_UTF16BE - Static variable in class com.ctc.wstx.io.CharsetNames
- CS_UTF16LE - Static variable in class com.ctc.wstx.io.CharsetNames
- CS_UTF32 - Static variable in class com.ctc.wstx.io.CharsetNames
- CS_UTF32BE - Static variable in class com.ctc.wstx.io.CharsetNames
- CS_UTF32LE - Static variable in class com.ctc.wstx.io.CharsetNames
- CS_UTF8 - Static variable in class com.ctc.wstx.io.CharsetNames
D
- DataUtil - Class in com.ctc.wstx.util
- DataUtil() - Constructor for class com.ctc.wstx.util.DataUtil
- DataUtil.EI - Class in com.ctc.wstx.util
- DECLARATION_HANDLER - Static variable in class com.ctc.wstx.sax.SAXProperty
- declaredXml11() - Method in class com.ctc.wstx.io.InputBootstrapper
- decode(TypedValueDecoder) - Method in class com.ctc.wstx.util.TextBuffer
-
Generic pass-through method which call given decoder with accumulated data
- decodeBinary(int, Base64Variant, CharArrayBase64Decoder, InputProblemReporter) - Method in class com.ctc.wstx.sr.AttributeCollector
- decodeElements(TypedArrayDecoder, InputProblemReporter) - Method in class com.ctc.wstx.util.TextBuffer
-
Pass-through decode method called to find find the next token, decode it, and repeat the process as long as there are more tokens and the array decoder accepts more entries.
- decodeValue(int, TypedValueDecoder) - Method in class com.ctc.wstx.sr.AttributeCollector
-
Method called to decode the whole attribute value as a single typed value.
- decodeValues(int, TypedArrayDecoder, InputProblemReporter) - Method in class com.ctc.wstx.sr.AttributeCollector
-
Method called to decode the attribute value that consists of zero or more space-separated tokens.
- decodeValues(TypedArrayDecoder, InputProblemReporter, char[], int, int) - Static method in class com.ctc.wstx.sr.AttributeCollector
- DEF_DEFAULT - Static variable in class com.ctc.wstx.dtd.DefaultAttrValue
- DEF_FIXED - Static variable in class com.ctc.wstx.dtd.DefaultAttrValue
- DEF_IMPLIED - Static variable in class com.ctc.wstx.dtd.DefaultAttrValue
- DEF_INITIAL_BUFFER_SIZE - Static variable in class com.ctc.wstx.util.TextBuffer
-
Size of the first text segment buffer to allocate; need not contain the biggest segment, since new ones will get allocated as needed.
- DEF_REQUIRED - Static variable in class com.ctc.wstx.dtd.DefaultAttrValue
- DEFAULT_ADD_SPACE_AFTER_EMPTY_ELEM - Static variable in class com.ctc.wstx.api.WriterConfig
-
09-Aug-2007, TSa: Space has always been added after empty element (before closing "/>"), but now it is configurable.
- DEFAULT_ARRAY_SIZE - Static variable in class com.ctc.wstx.util.BijectiveNsMap
-
Let's plan for having up to 14 explicit namespace declarations (2 defaults, for 'xml' and 'xmlns', are pre-populated)
- DEFAULT_AUTOMATIC_NS_PREFIX - Static variable in class com.ctc.wstx.api.WriterConfig
- DEFAULT_BUF_LEN - Static variable in class com.ctc.wstx.io.UTF8Writer
- DEFAULT_BUFFER_SIZE - Static variable in class com.ctc.wstx.sw.BufferingXmlWriter
-
Let's use a typical default to have a compromise between large enough chunks to output, and minimizing memory overhead.
- DEFAULT_BUFFER_SIZE - Static variable in class com.ctc.wstx.sw.EncodingXmlWriter
-
Let's use a typical default to have a compromise between large enough chunks to output, and minimizing memory overhead.
- DEFAULT_COPY_DEFAULT_ATTRS - Static variable in class com.ctc.wstx.api.WriterConfig
- DEFAULT_COPYBUFFER_LEN - Static variable in class com.ctc.wstx.sw.BaseStreamWriter
- DEFAULT_ESCAPE_CR - Static variable in class com.ctc.wstx.api.WriterConfig
- DEFAULT_FILL_FACTOR - Static variable in class com.ctc.wstx.util.SymbolTable
- DEFAULT_FIX_CONTENT - Static variable in class com.ctc.wstx.api.WriterConfig
-
As per [WSTX-120], default was changed to false, from true (default prior to wstx 4.0)
- DEFAULT_FLAGS_FULL - Static variable in class com.ctc.wstx.api.ReaderConfig
-
Default config flags are converted from individual settings, to conform to StAX 1.0 specifications.
- DEFAULT_FLAGS_FULL - Static variable in class com.ctc.wstx.api.WriterConfig
-
For now, full instances start with same settings as J2ME subset
- DEFAULT_FLAGS_J2ME - Static variable in class com.ctc.wstx.api.ReaderConfig
-
For now defaults for J2ME flags can be identical to 'full' set; differences are in buffer sizes.
- DEFAULT_FLAGS_J2ME - Static variable in class com.ctc.wstx.api.WriterConfig
-
Default config flags are converted from individual settings, to conform to Stax 1.0 specifications.
- DEFAULT_MAX_ATTRIBUTE_LENGTH - Static variable in class com.ctc.wstx.api.ReaderConfig
- DEFAULT_MAX_ATTRIBUTES_PER_ELEMENT - Static variable in class com.ctc.wstx.api.ReaderConfig
- DEFAULT_MAX_ELEMENT_DEPTH - Static variable in class com.ctc.wstx.api.ReaderConfig
- DEFAULT_MAX_ENTITY_COUNT - Static variable in class com.ctc.wstx.api.ReaderConfig
- DEFAULT_MAX_ENTITY_DEPTH - Static variable in class com.ctc.wstx.api.ReaderConfig
- DEFAULT_NAMESPACE_URI - Static variable in interface com.ctc.wstx.cfg.XmlConsts
-
Top-most namespace URI assigned for root element, if not specifically defined (default namespace unbound).
- DEFAULT_OUTPUT_CDATA_AS_TEXT - Static variable in class com.ctc.wstx.api.WriterConfig
- DEFAULT_OUTPUT_ENCODING - Static variable in class com.ctc.wstx.api.WstxOutputProperties
-
If no encoding is passed, we should just default to what xml in general expects (and can determine), UTF-8.
- DEFAULT_QUOTE_CHAR - Static variable in class com.ctc.wstx.sw.XmlWriter
- 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_SIZE - Static variable in class com.ctc.wstx.util.ElementIdMap
-
Default initial table size; set so that usually it need not be expanded.
- DEFAULT_SIZE - Static variable in class com.ctc.wstx.util.InternCache
-
Let's create cache big enough to usually have enough space for all entries...
- DEFAULT_SMALL_SIZE - Static variable in class com.ctc.wstx.sw.BufferingXmlWriter
-
Choosing threshold for 'small size' is a compromise between excessive buffering (high small size), and too many fragmented calls to the underlying writer (low small size).
- DEFAULT_STACK_SIZE - Static variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Estimated maximum depth of typical documents; used to allocate the array for element stack
- 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 reallocation is significant, and second, overhead of rehashing is also non-negligible.
- DEFAULT_USE_DOUBLE_QUOTES_IN_XML_DECL - Static variable in class com.ctc.wstx.api.WriterConfig
- DEFAULT_VALIDATE_ATTR - Static variable in class com.ctc.wstx.api.WriterConfig
- DEFAULT_VALIDATE_CONTENT - Static variable in class com.ctc.wstx.api.WriterConfig
- DEFAULT_VALIDATE_NAMES - Static variable in class com.ctc.wstx.api.WriterConfig
- DEFAULT_VALIDATE_STRUCTURE - Static variable in class com.ctc.wstx.api.WriterConfig
- DEFAULT_XML_BINDINGS - Static variable in class com.ctc.wstx.sw.OutputElementBase
- DEFAULT_XML_VERSION - Static variable in class com.ctc.wstx.api.WstxOutputProperties
-
Default xml version number output, if none was specified by application.
- DefaultAttrValue - Class in com.ctc.wstx.dtd
-
Simple container class used to contain information about the default value for an attribute.
- DefaultAttrValue(int) - Constructor for class com.ctc.wstx.dtd.DefaultAttrValue
- DefaultAttrValue.UndeclaredEntity - Class in com.ctc.wstx.dtd
- DefaultEventAllocator - Class in com.ctc.wstx.evt
-
Straight-forward implementation of
XMLEventAllocator
, to be used with Woodstox' event reader. - DefaultEventAllocator(boolean) - Constructor for class com.ctc.wstx.evt.DefaultEventAllocator
- DefaultInputResolver - Class in com.ctc.wstx.io
-
Static utility class that implements the entity (external DTD subset, external parsed entities) resolution logics.
- DefaultInputResolver() - Constructor for class com.ctc.wstx.io.DefaultInputResolver
- DefaultXmlSymbolTable - Class in com.ctc.wstx.util
-
Factory class used for instantiating pre-populated XML symbol tables.
- DefaultXmlSymbolTable() - Constructor for class com.ctc.wstx.util.DefaultXmlSymbolTable
- define(Location, StructValidator, int) - Method in class com.ctc.wstx.dtd.DTDElement
-
Method called on placeholder element, to create a real instance that has all attribute definitions placeholder had (it'll always have at least one -- otherwise no placeholder was needed).
- defineFrom(InputProblemReporter, DTDElement, boolean) - Method in class com.ctc.wstx.dtd.DTDElement
-
Method called to "upgrade" a placeholder using a defined element, including adding attributes.
- DFAState - Class in com.ctc.wstx.dtd
-
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 in com.ctc.wstx.dtd
-
Validator class that is based on a DFA constructed from DTD content specification.
- DFAValidator(DFAState) - Constructor for class com.ctc.wstx.dtd.DFAValidator
- disableOutput() - Method in class com.ctc.wstx.dtd.DTDWriter
- doAddAttribute(Map<PrefixedName, DTDAttribute>, InputProblemReporter, DTDAttribute, List<DTDAttribute>, boolean) - Method in class com.ctc.wstx.dtd.DTDElement
- doAddDefaultValue(DTDAttribute) - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- doAddSpaceAfterEmptyElem(boolean) - Method in class com.ctc.wstx.api.WriterConfig
- doAllowXml11EscapedCharsInXml10(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- doAutoCloseInput(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- doAutoCloseOutput(boolean) - Method in class com.ctc.wstx.api.WriterConfig
- DOC_STANDALONE_NO - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- DOC_STANDALONE_UNKNOWN - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- DOC_STANDALONE_YES - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- doCacheDTDs(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- doCacheDTDsByPublicId(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- DocHandlerWrapper(DocumentHandler) - Constructor for class com.ctc.wstx.sax.WstxSAXParser.DocHandlerWrapper
- doCoalesceText(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- doCopyDefaultAttrs(boolean) - Method in class com.ctc.wstx.api.WriterConfig
- doCreateSchema(ReaderConfig, InputBootstrapper, String, String, URL) - Method in class com.ctc.wstx.dtd.DTDSchemaFactory
-
The main validator construction method, called by all externally visible methods.
- doCreateSR(ReaderConfig, SystemId, InputBootstrapper, boolean, boolean) - Method in class com.ctc.wstx.stax.WstxInputFactory
-
Bottleneck method used for creating ALL full stream reader instances (via other createSR() methods and directly)
- DOCUMENT_XML_VERSION - Static variable in class com.ctc.wstx.sax.SAXProperty
- doEscapeCr(boolean) - Method in class com.ctc.wstx.api.WriterConfig
- doesSupportXml11() - Method in class com.ctc.wstx.api.CommonConfig
- doesSupportXmlId() - Method in class com.ctc.wstx.api.CommonConfig
- doFixContent(boolean) - Method in class com.ctc.wstx.api.WriterConfig
- doGetNamespaceURI(String) - Method in class com.ctc.wstx.evt.MergedNsContext
- doGetNamespaceURI(String) - Method in class com.ctc.wstx.sr.CompactNsContext
- doGetNamespaceURI(String) - Method in class com.ctc.wstx.util.BaseNsContext
- doGetNamespaceURI(String) - Method in class com.ctc.wstx.util.EmptyNamespaceContext
- doGetPrefix(String) - Method in class com.ctc.wstx.evt.MergedNsContext
- doGetPrefix(String) - Method in class com.ctc.wstx.sr.CompactNsContext
- doGetPrefix(String) - Method in class com.ctc.wstx.util.BaseNsContext
- doGetPrefix(String) - Method in class com.ctc.wstx.util.EmptyNamespaceContext
- doGetPrefixes(String) - Method in class com.ctc.wstx.evt.MergedNsContext
- doGetPrefixes(String) - Method in class com.ctc.wstx.sr.CompactNsContext
- doGetPrefixes(String) - Method in class com.ctc.wstx.util.BaseNsContext
- doGetPrefixes(String) - Method in class com.ctc.wstx.util.EmptyNamespaceContext
- doInitInputLocation(WstxInputData) - Method in class com.ctc.wstx.io.BaseInputSource
- doInitInputLocation(WstxInputData) - Method in class com.ctc.wstx.io.CharArraySource
-
Unlike with reader source, we won't start from beginning of a file, but usually from somewhere in the middle...
- doInitInputLocation(WstxInputData) - Method in class com.ctc.wstx.io.ReaderSource
-
Input location is easy to set, as we'll start from the beginning of a File.
- doInitInputLocation(WstxInputData) - Method in class com.ctc.wstx.io.WstxInputSource
- doInternNames(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- doInternNsURIs(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- DOM_NODE - Static variable in class com.ctc.wstx.sax.SAXProperty
- DOMOutputElement - Class in com.ctc.wstx.dom
-
Context object that holds information about an open element (one for which START_ELEMENT has been sent, but no END_ELEMENT)
- DOMOutputElement(DOMOutputElement, Element, BijectiveNsMap) - Constructor for class com.ctc.wstx.dom.DOMOutputElement
- DOMOutputElement(Node) - Constructor for class com.ctc.wstx.dom.DOMOutputElement
-
Constructor for the virtual root element
- doNormalizeLFs(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- doOutputCDataAsText(boolean) - Method in class com.ctc.wstx.api.WriterConfig
- doParseLazily(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- doPreserveLocation(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- doProcessSecurely(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
-
Method called when {code XMLConstants.FEATURE_SECURE_PROCESSING} is being enabled or disabled.
- doReplaceEntityRefs(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- doReportCData(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- doReportProblem(XMLReporter, String, String, Location) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- doReportProblem(XMLReporter, XMLValidationProblem) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- doReportPrologWhitespace(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- doReportValidationProblem(String, Location) - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- doSetPrefix(String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- doSetPrefix(String, String) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
- doSetPrefix(String, String) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
- doSupportDTDPP(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- doSupportDTDs(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- doSupportExternalEntities(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- doSupportNamespaces(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- doSupportNamespaces(boolean) - Method in class com.ctc.wstx.api.WriterConfig
- doTreatCharRefsAsEnts(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- doUseDoubleQuotesInXmlDecl(boolean) - Method in class com.ctc.wstx.api.WriterConfig
- doValidateAttributes(boolean) - Method in class com.ctc.wstx.api.WriterConfig
- doValidateContent(boolean) - Method in class com.ctc.wstx.api.WriterConfig
- doValidateNames(boolean) - Method in class com.ctc.wstx.api.WriterConfig
- doValidateStructure(boolean) - Method in class com.ctc.wstx.api.WriterConfig
- doValidateWithDTD(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- doWriteAttr(String, String, String, char[], int, int) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- doWriteAttr(String, String, String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- doWriteDefaultNs(String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- doWriteEndTag(String, boolean) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
-
Note: Caller has to do actual removal of the element from element stack, before calling this method.
- doWriteEndTag(QName, boolean) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- doWriteNamespace(String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- doWriteStartDocument(String, String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- doWriteStartElement(String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- doWriteStartTag(String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- doWriteStartTag(String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- doXmlIdTyping(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- doXmlIdUniqChecks(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- DTD() - Constructor for class com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl.DTD
- DTD_CACHE_SIZE_J2ME - Static variable in class com.ctc.wstx.api.ReaderConfig
- DTD_CACHE_SIZE_J2SE - Static variable in class com.ctc.wstx.api.ReaderConfig
-
Let's allow caching of just a dozen DTDs...
- DTDAttribute - Class in com.ctc.wstx.dtd
-
Base class for objects that contain attribute definitions from DTD.
- DTDAttribute(PrefixedName, DefaultAttrValue, int, boolean, boolean) - Constructor for class com.ctc.wstx.dtd.DTDAttribute
- DTDCdataAttr - Class in com.ctc.wstx.dtd
-
Simple
DTDAttribute
sub-class used for plain vanilla CDATA valued attributes. - DTDCdataAttr(PrefixedName, DefaultAttrValue, int, boolean, boolean) - Constructor for class com.ctc.wstx.dtd.DTDCdataAttr
- dtdComment(char[], int, int) - Method in interface com.ctc.wstx.dtd.DTDEventListener
- dtdComment(char[], int, int) - Method in class com.ctc.wstx.sax.WstxSAXParser
- DTDElement - Class in com.ctc.wstx.dtd
-
Class that contains element definitions from DTD.
- DTDElement(Location, PrefixedName, StructValidator, int, boolean, boolean) - Constructor for class com.ctc.wstx.dtd.DTDElement
- dtdElementDecl(String, String) - Method in interface com.ctc.wstx.dtd.DTDEventListener
- dtdElementDecl(String, String) - Method in class com.ctc.wstx.sax.WstxSAXParser
- DTDEntitiesAttr - Class in com.ctc.wstx.dtd
-
Specific attribute class for attributes that contain (unique) identifiers.
- DTDEntitiesAttr(PrefixedName, DefaultAttrValue, int, boolean, boolean) - Constructor for class com.ctc.wstx.dtd.DTDEntitiesAttr
-
Main constructor.
- DTDEntityAttr - Class in com.ctc.wstx.dtd
-
Specific attribute class for attributes that contain (unique) identifiers.
- DTDEntityAttr(PrefixedName, DefaultAttrValue, int, boolean, boolean) - Constructor for class com.ctc.wstx.dtd.DTDEntityAttr
-
Main constructor.
- DTDEnumAttr - Class in com.ctc.wstx.dtd
-
Specific attribute class for attributes that have enumerated values.
- DTDEnumAttr(PrefixedName, DefaultAttrValue, int, boolean, boolean, WordResolver) - Constructor for class com.ctc.wstx.dtd.DTDEnumAttr
- DTDEventListener - Interface in com.ctc.wstx.dtd
- dtdExternalEntityDecl(String, String, String) - Method in interface com.ctc.wstx.dtd.DTDEventListener
- dtdExternalEntityDecl(String, String, String) - Method in class com.ctc.wstx.sax.WstxSAXParser
- DTDId - Class in com.ctc.wstx.dtd
-
Simple key object class, used for accessing (external) DTDs when stored for caching.
- DTDId(String, URI, int, boolean) - Constructor for class com.ctc.wstx.dtd.DTDId
- DTDIdAttr - Class in com.ctc.wstx.dtd
-
Specific attribute class for attributes that contain (unique) identifiers.
- DTDIdAttr(PrefixedName, DefaultAttrValue, int, boolean, boolean) - Constructor for class com.ctc.wstx.dtd.DTDIdAttr
-
Main constructor.
- DTDIdRefAttr - Class in com.ctc.wstx.dtd
-
Attribute class for attributes that contain references to elements that have matching identifier specified.
- DTDIdRefAttr(PrefixedName, DefaultAttrValue, int, boolean, boolean) - Constructor for class com.ctc.wstx.dtd.DTDIdRefAttr
-
Main constructor.
- DTDIdRefsAttr - Class in com.ctc.wstx.dtd
-
Attribute class for attributes that contain multiple references to elements that have matching identifier specified.
- DTDIdRefsAttr(PrefixedName, DefaultAttrValue, int, boolean, boolean) - Constructor for class com.ctc.wstx.dtd.DTDIdRefsAttr
-
Main constructor.
- dtdInternalEntityDecl(String, String) - Method in interface com.ctc.wstx.dtd.DTDEventListener
- dtdInternalEntityDecl(String, String) - Method in class com.ctc.wstx.sax.WstxSAXParser
- dtdNextChar() - Method in class com.ctc.wstx.dtd.MinimalDTDReader
- dtdNextFromCurr() - Method in class com.ctc.wstx.dtd.MinimalDTDReader
- dtdNextIfAvailable() - Method in class com.ctc.wstx.dtd.FullDTDReader
- DTDNmTokenAttr - Class in com.ctc.wstx.dtd
-
Specific attribute class for attributes that contain (unique) identifiers.
- DTDNmTokenAttr(PrefixedName, DefaultAttrValue, int, boolean, boolean) - Constructor for class com.ctc.wstx.dtd.DTDNmTokenAttr
-
Main constructor.
- DTDNmTokensAttr - Class in com.ctc.wstx.dtd
-
Specific attribute class for attributes that contain (unique) identifiers.
- DTDNmTokensAttr(PrefixedName, DefaultAttrValue, int, boolean, boolean) - Constructor for class com.ctc.wstx.dtd.DTDNmTokensAttr
-
Main constructor.
- DTDNotationAttr - Class in com.ctc.wstx.dtd
-
Specific attribute class for attributes that are of NOTATION type, and also contain enumerated set of legal values.
- DTDNotationAttr(PrefixedName, DefaultAttrValue, int, boolean, boolean, WordResolver) - Constructor for class com.ctc.wstx.dtd.DTDNotationAttr
- dtdNotationDecl(String, String, String, URL) - Method in interface com.ctc.wstx.dtd.DTDEventListener
- dtdNotationDecl(String, String, String, URL) - Method in class com.ctc.wstx.sax.WstxSAXParser
- dtdProcessingInstruction(String, String) - Method in interface com.ctc.wstx.dtd.DTDEventListener
- dtdProcessingInstruction(String, String) - Method in class com.ctc.wstx.sax.WstxSAXParser
- dtdReportComments() - Method in interface com.ctc.wstx.dtd.DTDEventListener
- dtdReportComments() - Method in class com.ctc.wstx.sax.WstxSAXParser
- DTDSchemaFactory - Class in com.ctc.wstx.dtd
-
Factory for creating DTD validator schema objects (shareable stateless "blueprints" for creating actual validators).
- DTDSchemaFactory() - Constructor for class com.ctc.wstx.dtd.DTDSchemaFactory
- dtdSkippedEntity(String) - Method in interface com.ctc.wstx.dtd.DTDEventListener
- dtdSkippedEntity(String) - Method in class com.ctc.wstx.sax.WstxSAXParser
- DTDSubset - Class in com.ctc.wstx.dtd
-
This is the abstract base class that implements the standard Stax2 validation schema base class (
XMLValidationSchema
, as well as specifies extended Woodstox-specific interface for accessing DTD-specific things like entity expansions and notation properties. - DTDSubset() - Constructor for class com.ctc.wstx.dtd.DTDSubset
- DTDSubsetImpl - Class in com.ctc.wstx.dtd
-
The default implementation of
DTDSubset
- DTDSubsetImpl(boolean, HashMap<String, EntityDecl>, Set<String>, HashMap<String, EntityDecl>, Set<String>, HashMap<String, NotationDeclaration>, HashMap<PrefixedName, DTDElement>, boolean) - Constructor for class com.ctc.wstx.dtd.DTDSubsetImpl
- DTDTypingNonValidator - Class in com.ctc.wstx.dtd
-
This class is a "non-validating validator"; a validator-like object that handles DTD-based non-validation functionality: determining type information and default values.
- DTDTypingNonValidator(DTDSubset, ValidationContext, boolean, Map<PrefixedName, DTDElement>, Map<String, EntityDecl>) - Constructor for class com.ctc.wstx.dtd.DTDTypingNonValidator
- dtdUnparsedEntityDecl(String, String, String, String, URL) - Method in interface com.ctc.wstx.dtd.DTDEventListener
- dtdUnparsedEntityDecl(String, String, String, String, URL) - Method in class com.ctc.wstx.sax.WstxSAXParser
- DTDValidator - Class in com.ctc.wstx.dtd
-
Woodstox implementation of
XMLValidator
; the class that handles DTD-based validation. - DTDValidator(DTDSubset, ValidationContext, boolean, Map<PrefixedName, DTDElement>, Map<String, EntityDecl>) - Constructor for class com.ctc.wstx.dtd.DTDValidator
- DTDValidatorBase - Class in com.ctc.wstx.dtd
-
Shared abstract base class for Woodstox implementations of
XMLValidator
for DTD validation. - DTDValidatorBase(DTDSubset, ValidationContext, boolean, Map<PrefixedName, DTDElement>, Map<String, EntityDecl>) - Constructor for class com.ctc.wstx.dtd.DTDValidatorBase
- DTDWriter - Class in com.ctc.wstx.dtd
-
Simple utility class used by
invalid reference
DTDReader
- DTDWriter(Writer, boolean, boolean, boolean) - Constructor for class com.ctc.wstx.dtd.DTDWriter
E
- EBCDICCodec - Class in com.ctc.wstx.io
-
This is a container class for EBCDIC code page(s) that we need to properly bootstrap EBCDIC encoded xml documents.
- EBCDICCodec() - Constructor for class com.ctc.wstx.io.EBCDICCodec
- EI() - Constructor for class com.ctc.wstx.util.DataUtil.EI
- ELEM_NO_NS_URI - Static variable in interface com.ctc.wstx.cfg.XmlConsts
- ELEM_NO_PREFIX - Static variable in interface com.ctc.wstx.cfg.XmlConsts
- ElemAttrs - Class in com.ctc.wstx.sr
-
Container class that is constructed with enough raw attribute information, to be able to lazily construct full attribute objects, to be accessed via Iterator, or fully-qualified name.
- ElemAttrs(String[], int) - Constructor for class com.ctc.wstx.sr.ElemAttrs
-
Method called to create "short" attribute list; list that has only few entries, and can thus be searched for attributes using linear search, without using any kind of Map structure.
- ElemAttrs(String[], int, int[], int, int) - Constructor for class com.ctc.wstx.sr.ElemAttrs
-
Method called to create "long" attribute list; list that has a few entries, and efficient access by fully-qualified name should not be done by linear search.
- ElemCallback - Class in com.ctc.wstx.sr
-
Abstract base class that defines set of simple callbacks to be called by the stream reader, passing information about element that the stream currently points to, if any.
- ElemCallback() - Constructor for class com.ctc.wstx.sr.ElemCallback
- elemDesc(Object) - Method in class com.ctc.wstx.dtd.FullDTDReader
- Element - Class in com.ctc.wstx.sr
-
Container for information collected regarding a single (start) element instance.
- Element(Element, int, String, String) - Constructor for class com.ctc.wstx.sr.Element
- ElementId - Class in com.ctc.wstx.util
-
Simple container Object used to store information about id attribute values, and references to such (as of yet undefined) values.
- ElementId(String, Location, boolean, PrefixedName, PrefixedName) - Constructor for class com.ctc.wstx.util.ElementId
- ElementIdMap - Class in com.ctc.wstx.util
-
This class is a specialized type-safe linked hash map used for storing
ElementId
instances. - ElementIdMap() - Constructor for class com.ctc.wstx.util.ElementIdMap
- ElementIdMap(int) - Constructor for class com.ctc.wstx.util.ElementIdMap
-
This constructor is mainly used for testing, as it can be sized appropriately to test rehashing etc.
- EMPTY_CHAR_ARRAY - Static variable in class com.ctc.wstx.util.DataUtil
- EMPTY_MAP - Static variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Let's actually just reuse a local Map...
- EMPTY_STRING - Static variable in class com.ctc.wstx.util.SymbolTable
- EmptyElementHandler - Interface in com.ctc.wstx.api
-
Optional handler used to determine if a specific empty element (by name) should be allowed to use the self-closing syntax instead of having a separate end tag.
- EmptyElementHandler.HtmlEmptyElementHandler - Class in com.ctc.wstx.api
-
HTML specific empty element handler.
- EmptyElementHandler.SetEmptyElementHandler - Class in com.ctc.wstx.api
-
Handler that uses a Set of Strings.
- emptyIterator() - Static method in class com.ctc.wstx.util.DataUtil
- EmptyNamespaceContext - Class in com.ctc.wstx.util
-
Dummy
NamespaceContext
(andBaseNsContext
) implementation that is usually used in non-namespace-aware mode. - EmptyNamespaceContext() - Constructor for class com.ctc.wstx.util.EmptyNamespaceContext
- EmptyValidator - Class in com.ctc.wstx.dtd
-
Simple content model validator that accepts no elements, ever; this is true for pure #PCDATA content model as well as EMPTY content model.
- EmptyValidator(String) - Constructor for class com.ctc.wstx.dtd.EmptyValidator
- enableAutomaticEmptyElements(boolean) - Method in class com.ctc.wstx.api.WriterConfig
- enableAutomaticEndElements(boolean) - Method in class com.ctc.wstx.api.WriterConfig
- enableAutomaticNamespaces(boolean) - Method in class com.ctc.wstx.api.WriterConfig
- enableOutput(int) - Method in class com.ctc.wstx.dtd.DTDWriter
- enableXml11() - Method in class com.ctc.wstx.sw.XmlWriter
- enableXml11(boolean) - Method in class com.ctc.wstx.api.ReaderConfig
-
Method called to enable or disable 1.1 compliant processing; if disabled, defaults to xml 1.0 compliant processing.
- encodingStartsWith(String, String) - Static method in class com.ctc.wstx.util.StringUtil
- EncodingXmlWriter - Class in com.ctc.wstx.sw
-
Intermediate base class used when outputting to streams that use an encoding that is compatible with 7-bit single-byte Ascii encoding.
- EncodingXmlWriter(OutputStream, WriterConfig, String, boolean) - Constructor for class com.ctc.wstx.sw.EncodingXmlWriter
- endBranch(int) - Method in class com.ctc.wstx.io.BranchingReaderSource
-
Currently this input source does not implement branching
- endDocument() - Method in class com.ctc.wstx.sax.WstxSAXParser.DocHandlerWrapper
- endElement(String, String, String) - Method in class com.ctc.wstx.sax.WstxSAXParser.DocHandlerWrapper
- endPrefixMapping(String) - Method in class com.ctc.wstx.sax.WstxSAXParser.DocHandlerWrapper
- ensureFinishToken() - Method in class com.ctc.wstx.sr.BasicStreamReader
- ensureInput(int) - Method in class com.ctc.wstx.dtd.FullDTDReader
- ensureInput(int) - Method in class com.ctc.wstx.sr.StreamScanner
-
Method called to make sure current main-level input buffer has at least specified number of characters available consequtively, without having to call
StreamScanner.loadMore()
. - ensureLoaded(int) - Method in class com.ctc.wstx.io.StreamBootstrapper
- ensureNotShared() - Method in class com.ctc.wstx.util.TextBuffer
-
Method called to make sure that buffer is not using shared input buffer; if it is, it will copy such contents to private buffer.
- ENTITY_EXP_GE - Static variable in class com.ctc.wstx.dtd.FullDTDReader
- ENTITY_EXP_PE - Static variable in class com.ctc.wstx.dtd.FullDTDReader
- EntityDecl - Class in com.ctc.wstx.ent
-
Abstract base class for various entity declarations DTD reader has parsed from DTD subsets.
- EntityDecl(Location, String, URL) - Constructor for class com.ctc.wstx.ent.EntityDecl
- entityDesc(WstxInputSource) - Method in class com.ctc.wstx.dtd.FullDTDReader
- EOS - Static variable in class com.ctc.wstx.util.StringUtil
-
Internal constant used to denote END-OF-STRING
- equalEncodings(String, String) - Static method in class com.ctc.wstx.util.StringUtil
-
Method that implements a loose String compairon for encoding Strings.
- equals(Object) - Method in class com.ctc.wstx.dtd.DTDId
- equals(Object) - Method in class com.ctc.wstx.evt.BaseStartElement
- equals(Object) - Method in class com.ctc.wstx.evt.WEntityDeclaration
- equals(Object) - Method in class com.ctc.wstx.io.WstxInputLocation
- equals(Object) - Method in class com.ctc.wstx.sw.SimpleOutputElement.AttrName
- equals(Object) - Method in class com.ctc.wstx.util.PrefixedName
- equalsString(String) - Method in class com.ctc.wstx.util.TextBuffer
-
Note: it is assumed that this method is not used often enough to be a bottleneck, or for long segments.
- ERR_BRACKET_IN_TEXT - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_CDATA_IN_EPILOG - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_DTD_ATTR_TYPE - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_DTD_DEFAULT_TYPE - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_DTD_DUP - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_DTD_ELEM_REDEFD - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_DTD_IN_EPILOG - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_DTD_MAINLEVEL_KEYWORD - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_DTD_NOTATION_REDEFD - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_DTD_UNDECLARED_ENTITY - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_DTD_XML_ID - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_DTD_XML_SPACE - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_GETELEMTEXT_NON_TEXT_EVENT - Static variable in class com.ctc.wstx.evt.WstxEventReader
-
Encountered non-textual event (other than closing END_ELEMENT) when collecting text for getElementText()
- ERR_GETELEMTEXT_NOT_START_ELEM - Static variable in class com.ctc.wstx.evt.WstxEventReader
-
Current state when getElementText() called not START_ELEMENT
- ERR_HYPHENS_IN_COMMENT - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_INTERNAL - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_NEXTTAG_NON_WS_TEXT - Static variable in class com.ctc.wstx.evt.WstxEventReader
-
Encountered CHARACTERS or CDATA that contains non-white space char(s), when trying to locate tag with nextTag()
- ERR_NEXTTAG_WRONG_TYPE - Static variable in class com.ctc.wstx.evt.WstxEventReader
-
Encountered non-skippable non-text/element event with nextTag()
- ERR_NS_EMPTY - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_NS_REDECL_XML - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_NS_REDECL_XML_URI - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_NS_REDECL_XMLNS - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_NS_REDECL_XMLNS_URI - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_NS_UNDECLARED - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_NS_UNDECLARED_FOR_ATTR - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_NSDECL_WRONG_STATE - Static variable in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- ERR_NSDECL_WRONG_STATE - Static variable in class com.ctc.wstx.sw.BaseNsStreamWriter
- ERR_NULL_ARG - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_STATE_NOT_ELEM - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_STATE_NOT_ELEM_OR_TEXT - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_STATE_NOT_PI - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_STATE_NOT_STELEM - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_UNEXP_KEYWORD - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_UNKNOWN_FEATURE - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_VLD_ANY - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_VLD_EMPTY - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_VLD_NON_MIXED - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_VLD_UNKNOWN_ATTR - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_VLD_UNKNOWN_ELEM - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_VLD_WRONG_ROOT - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_WF_ENTITY_EXT_DECLARED - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_WF_GE_UNDECLARED - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_WF_GE_UNDECLARED_SA - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_WF_PI_MISSING_TARGET - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_WF_PI_XML_MISSING_SPACE - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_WF_PI_XML_TARGET - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_XML_10_VS_11 - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- ERR_XMLDECL_END_MARKER - Static variable in class com.ctc.wstx.io.InputBootstrapper
- ERR_XMLDECL_EXP_ATTRVAL - Static variable in class com.ctc.wstx.io.InputBootstrapper
- ERR_XMLDECL_EXP_EQ - Static variable in class com.ctc.wstx.io.InputBootstrapper
- ERR_XMLDECL_EXP_SPACE - Static variable in class com.ctc.wstx.io.InputBootstrapper
- ERR_XMLDECL_KW_ENCODING - Static variable in class com.ctc.wstx.io.InputBootstrapper
- ERR_XMLDECL_KW_STANDALONE - Static variable in class com.ctc.wstx.io.InputBootstrapper
- ERR_XMLDECL_KW_VERSION - Static variable in class com.ctc.wstx.io.InputBootstrapper
- ErrorConsts - Class in com.ctc.wstx.cfg
-
"Static" class that contains error message constants.
- ErrorConsts() - Constructor for class com.ctc.wstx.cfg.ErrorConsts
- ExceptionUtil - Class in com.ctc.wstx.util
- ExceptionUtil() - Constructor for class com.ctc.wstx.util.ExceptionUtil
- EXP_ATTR_COUNT - Static variable in class com.ctc.wstx.sr.AttributeCollector
-
Expected typical maximum number of attributes for any element; chosen to minimize need to resize, while trying not to waste space.
- EXP_MAX_ATTRS - Static variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Estimated maximum number of attributes for a single element
- EXP_NS_COUNT - Static variable in class com.ctc.wstx.sr.AttributeCollector
- expand(int) - Method in class com.ctc.wstx.util.TextBuffer
-
Method called when current segment is full, to allocate new segment.
- expand(int) - Method in class com.ctc.wstx.util.WordResolver.Builder
- expand(int) - Method in class com.ctc.wstx.util.WordSet.Builder
- expand(WstxInputSource, XMLResolver, ReaderConfig, int) - Method in class com.ctc.wstx.ent.EntityDecl
-
Method called to create the new input source through which expansion value of the entity can be read.
- expand(WstxInputSource, XMLResolver, ReaderConfig, int) - Method in class com.ctc.wstx.ent.ExtEntity
- expand(WstxInputSource, XMLResolver, ReaderConfig, int) - Method in class com.ctc.wstx.ent.IntEntity
- expand(WstxInputSource, XMLResolver, ReaderConfig, int) - Method in class com.ctc.wstx.ent.ParsedExtEntity
- expand(WstxInputSource, XMLResolver, ReaderConfig, int) - Method in class com.ctc.wstx.ent.UnparsedExtEntity
- expandBy50Pct(char[]) - Method in class com.ctc.wstx.sr.StreamScanner
- expandEntity(EntityDecl, boolean) - Method in class com.ctc.wstx.sr.StreamScanner
-
note: defined as private for documentation, ie.
- expandEntity(String, boolean, Object) - Method in class com.ctc.wstx.sr.StreamScanner
-
Helper method that will try to expand a parsed entity (parameter or generic entity).
- expandPE() - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Method called to handle expansion of parameter entities.
- expandUnresolvedEntity(String) - Method in class com.ctc.wstx.sr.StreamScanner
-
note: only called from the local expandEntity() method
- expElem(int) - Method in class com.ctc.wstx.dtd.SeqContentSpec.Validator
- ExtEntity - Class in com.ctc.wstx.ent
- ExtEntity(Location, String, URL, String, String) - Constructor for class com.ctc.wstx.ent.ExtEntity
- EXTERNAL_GENERAL_ENTITIES - Static variable in class com.ctc.wstx.sax.SAXFeature
- EXTERNAL_PARAMETER_ENTITIES - Static variable in class com.ctc.wstx.sax.SAXFeature
F
- FailingHandler() - Constructor for class com.ctc.wstx.api.InvalidCharHandler.FailingHandler
- fastWriteRaw(char) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- fastWriteRaw(char, char) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- fastWriteRaw(String) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- FEAT_DEFAULT_NS_PREFIXES - Static variable in class com.ctc.wstx.sax.WstxSAXParser
- FILL_PCT - Static variable in class com.ctc.wstx.util.ElementIdMap
-
Let's use 80% fill factor...
- find(char[], int, int) - Method in class com.ctc.wstx.util.SymbolTable.Bucket
- find(char[], int, int) - Method in class com.ctc.wstx.util.WordResolver
- find(String) - Method in class com.ctc.wstx.util.SymbolTable.Bucket
- find(String) - Method in class com.ctc.wstx.util.WordResolver
- find(K) - Method in class com.ctc.wstx.util.SimpleCache
- findAttributeIndex(String, String) - Method in class com.ctc.wstx.sr.InputElementStack
- findAttributeIndex(String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- findBySuffix(String) - Static method in class com.ctc.wstx.sax.SAXFeature
- findBySuffix(String) - Static method in class com.ctc.wstx.sax.SAXProperty
- findByUri(String) - Static method in class com.ctc.wstx.sax.SAXFeature
- findByUri(String) - Static method in class com.ctc.wstx.sax.SAXProperty
- findCachedDTD(DTDId) - Method in interface com.ctc.wstx.sr.ReaderCreator
- findCachedDTD(DTDId) - Method in class com.ctc.wstx.stax.WstxInputFactory
-
Method readers created by this factory call, if DTD caching is enabled, to see if an external DTD (subset) has been parsed and cached earlier.
- findCachedSubset(DTDId, DTDSubset) - Method in class com.ctc.wstx.sr.ValidatingStreamReader
- findCustomInternalEntity(String) - Method in class com.ctc.wstx.api.ReaderConfig
- findDtdExtSubset(String, String, DTDSubset) - Method in class com.ctc.wstx.sr.ValidatingStreamReader
-
Method called by
finishDTD
, to locate the specified external DTD subset. - findElemPrefix(String, DOMOutputElement) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
-
Method called to find an existing prefix for the given namespace, if any exists in the scope.
- findElemPrefix(String, SimpleOutputElement) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
-
Method called to find an existing prefix for the given namespace, if any exists in the scope.
- findEncodingFor(Writer) - Static method in class com.ctc.wstx.io.CharsetNames
-
Because of legacy encodings used by earlier JDK versions, we need to be careful when accessing encoding names via JDK classes.
- findEntity(String) - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Method that may need to be called by attribute default value validation code, during parsing....
- findEntity(String) - Method in class com.ctc.wstx.dtd.MinimalDTDReader
-
Method that may need to be called by attribute default value validation code, during parsing....
- findEntity(String, Object) - Method in class com.ctc.wstx.dtd.FullDTDReader
- findEntity(String, Object) - Method in class com.ctc.wstx.dtd.MinimalDTDReader
- findEntity(String, Object) - Method in class com.ctc.wstx.sr.BasicStreamReader
- findEntity(String, Object) - Method in class com.ctc.wstx.sr.StreamScanner
-
Abstract method for sub-classes to implement, for finding a declared general or parsed entity.
- findEntityDecl(DTDValidatorBase, char[], int, int) - Method in class com.ctc.wstx.dtd.DTDAttribute
- findErrorDesc(int, int) - Method in class com.ctc.wstx.evt.WstxEventReader
-
Method used to locate error message description to use.
- findFromOne(char[], int, int) - Method in class com.ctc.wstx.util.WordResolver
- findIllegalNameChar(String, boolean, boolean) - Static method in class com.ctc.wstx.io.WstxInputData
-
Method that can be called to check whether given String contains any characters that are not legal XML names.
- findIllegalNmtokenChar(String, boolean, boolean) - Static method in class com.ctc.wstx.io.WstxInputData
- findIndex(String) - Method in class com.ctc.wstx.sr.AttributeCollector
- findIndex(String, String) - Method in class com.ctc.wstx.sr.AttributeCollector
- findIndex(QName) - Method in class com.ctc.wstx.sr.ElemAttrs
- findLastByValueNonInterned(String) - Method in class com.ctc.wstx.util.StringVector
- findLastFromMap(String) - Method in class com.ctc.wstx.util.StringVector
-
Specialized access method; treats vector as a Map, with 2 Strings per entry; first one being key, second value.
- findLastIndexByValueNonInterned(String) - Method in class com.ctc.wstx.util.StringVector
- findLastIndexNonInterned(String) - Method in class com.ctc.wstx.util.StringVector
- findLastNonInterned(String) - Method in class com.ctc.wstx.util.StringVector
- findMapIndex(String, String) - Method in class com.ctc.wstx.sr.ElemAttrs
-
Note: this method is very similar to
invalid reference
com.ctc.wstx.sr.AttributeCollector#getAttrValue
- findNext(PrefixedName) - Method in class com.ctc.wstx.dtd.DFAState
- findOrCreateAttrPrefix(String, String, DOMOutputElement) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
-
Method called to somehow find a prefix for given namespace, to be used for a new start element; either use an existing one, or generate a new one.
- findOrCreateAttrPrefix(String, String, SimpleOutputElement) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
-
Method called to somehow find a prefix for given namespace, to be used for a new start element; either use an existing one, or generate a new one.
- findPrefixByUri(String) - Method in class com.ctc.wstx.util.BijectiveNsMap
- findPropertyId(String) - Method in class com.ctc.wstx.api.CommonConfig
- findPropertyId(String) - Method in class com.ctc.wstx.api.ReaderConfig
- findPropertyId(String) - Method in class com.ctc.wstx.api.ValidatorConfig
- findPropertyId(String) - Method in class com.ctc.wstx.api.WriterConfig
- findSharedName(String, String) - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Method used to 'intern()' qualified names; main benefit is reduced memory usage as the name objects are shared.
- findStdPropertyId(String) - Method in class com.ctc.wstx.api.CommonConfig
- findSymbol(char[], int, int, int) - Method in class com.ctc.wstx.util.SymbolTable
-
Main access method; will check if actual symbol String exists; if so, returns it; if not, will create, add and return it.
- findSymbol(String) - Method in class com.ctc.wstx.util.SymbolTable
-
Similar to to
SymbolTable.findSymbol(char[],int,int,int)
; used to either do potentially cheap intern() (if table already has intern()ed version), or to pre-populate symbol table with known values. - findSymbolIfExists(char[], int, int, int) - Method in class com.ctc.wstx.util.SymbolTable
-
Similar to {link #findSymbol}, but will not add passed in symbol if it is not in symbol table yet.
- findUriByPrefix(String) - Method in class com.ctc.wstx.util.BijectiveNsMap
- finishCurrentSegment() - Method in class com.ctc.wstx.util.TextBuffer
- finishDTD(boolean) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
This method gets called to handle remainder of DOCTYPE declaration, essentially the optional internal subset.
- finishDTD(boolean) - Method in class com.ctc.wstx.sr.ValidatingStreamReader
-
This method gets called to handle remainder of DOCTYPE declaration, essentially the optional internal subset.
- finishToken(boolean) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called to read in contents of the token completely, if not yet read.
- fireAuxEvent(int, boolean) - Method in class com.ctc.wstx.sax.WstxSAXParser
- fireDtdCommentEvent(DTDEventListener) - Method in class com.ctc.wstx.util.TextBuffer
- fireEvents() - Method in class com.ctc.wstx.sax.WstxSAXParser
-
This is the actual "tight event loop" that will send all events between start and end document events.
- fireSaxCharacterEvents(ContentHandler) - Method in class com.ctc.wstx.sr.BasicStreamReader
- fireSaxCharacterEvents(ContentHandler) - Method in class com.ctc.wstx.util.TextBuffer
- fireSaxCommentEvent(LexicalHandler) - Method in class com.ctc.wstx.sr.BasicStreamReader
- fireSaxCommentEvent(LexicalHandler) - Method in class com.ctc.wstx.util.TextBuffer
- fireSaxEndElement(ContentHandler) - Method in class com.ctc.wstx.sr.BasicStreamReader
- fireSaxPIEvent(ContentHandler) - Method in class com.ctc.wstx.sr.BasicStreamReader
- fireSaxSpaceEvents(ContentHandler) - Method in class com.ctc.wstx.sr.BasicStreamReader
- fireSaxSpaceEvents(ContentHandler) - Method in class com.ctc.wstx.util.TextBuffer
- fireSaxStartElement(ContentHandler, Attributes) - Method in class com.ctc.wstx.sr.BasicStreamReader
- fireStartTag() - Method in class com.ctc.wstx.sax.WstxSAXParser
- flattenExternalSubset(WstxInputSource, Writer, boolean, boolean, boolean) - Static method in class com.ctc.wstx.dtd.FullDTDReader
-
Method that will parse, process and output contents of an external DTD subset.
- flush() - Method in class com.ctc.wstx.io.UTF8Writer
- flush() - Method in class com.ctc.wstx.sw.BaseStreamWriter
- flush() - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- flush() - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- flush() - Method in class com.ctc.wstx.sw.XmlWriter
- flush() - Method in class com.ctc.wstx.sw.XmlWriterWrapper
- flush(char[], int) - Method in class com.ctc.wstx.dtd.DTDWriter
- flushBuffer() - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- flushBuffer() - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- flushFlattenWriter() - Method in class com.ctc.wstx.dtd.FullDTDReader
- freeBuffers() - Method in class com.ctc.wstx.io.BaseReader
-
This method should be called along with (or instead of) normal close.
- freeFullBBuffer(byte[]) - Method in class com.ctc.wstx.api.ReaderConfig
- freeFullBBuffer(byte[]) - Method in class com.ctc.wstx.api.WriterConfig
- freeFullCBuffer(char[]) - Method in class com.ctc.wstx.api.ReaderConfig
- freeFullCBuffer(char[]) - Method in class com.ctc.wstx.api.WriterConfig
- freeMediumCBuffer(char[]) - Method in class com.ctc.wstx.api.ReaderConfig
- freeMediumCBuffer(char[]) - Method in class com.ctc.wstx.api.WriterConfig
- freeMergedBuffer() - Method in class com.ctc.wstx.io.MergedReader
- freeMergedBuffer() - Method in class com.ctc.wstx.io.MergedStream
- freeSmallCBuffer(char[]) - Method in class com.ctc.wstx.api.ReaderConfig
- fromInternalEntity() - Method in class com.ctc.wstx.io.BaseInputSource
- fromInternalEntity() - Method in class com.ctc.wstx.io.CharArraySource
-
This is a hard-coded assumption, but yes, for now this source is only created from internal entities.
- fromInternalEntity() - Method in class com.ctc.wstx.io.ReaderSource
-
This is a hard-coded assumption, for now this source is only created from external entities
- fromInternalEntity() - Method in class com.ctc.wstx.io.WstxInputSource
- FullDTDReader - Class in com.ctc.wstx.dtd
-
Reader that reads in DTD information from internal or external subset.
- FullDTDReader(WstxInputSource, ReaderConfig, boolean, int) - Constructor for class com.ctc.wstx.dtd.FullDTDReader
-
Constructor used for reading/skipping internal subset.
- FullDTDReader(WstxInputSource, ReaderConfig, boolean, DTDSubset, boolean, int) - Constructor for class com.ctc.wstx.dtd.FullDTDReader
-
Common initialization part of int/ext subset constructors.
- FullDTDReader(WstxInputSource, ReaderConfig, DTDSubset, boolean, int) - Constructor for class com.ctc.wstx.dtd.FullDTDReader
-
Constructor used for reading external subset.
- fullyResolveEntity(boolean) - Method in class com.ctc.wstx.sr.StreamScanner
-
Method that does full resolution of an entity reference, be it character entity, internal entity or external entity, including updating of input buffers, and depending on whether result is a character entity (or one of 5 pre-defined entities), returns char in question, or null character (code 0) to indicate it had to change input source.
- fullyValid() - Method in class com.ctc.wstx.dtd.ChoiceContentSpec.Validator
- fullyValid() - Method in class com.ctc.wstx.dtd.DFAValidator
- fullyValid() - Method in class com.ctc.wstx.dtd.EmptyValidator
-
If we ever get as far as element closing, things are all good; can just return null.
- fullyValid() - Method in class com.ctc.wstx.dtd.SeqContentSpec.Validator
- fullyValid() - Method in class com.ctc.wstx.dtd.StructValidator
-
Method called when the end element of the scope this validator validates is encountered.
- fullyValid() - Method in class com.ctc.wstx.dtd.TokenContentSpec.Validator
G
- generateElemPrefix(String, String, DOMOutputElement) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
-
Method called after
WstxDOMWrappingWriter.findElemPrefix(java.lang.String, com.ctc.wstx.dom.DOMOutputElement)
has returned null, to create and bind a namespace mapping for specified namespace. - generateElemPrefix(String, String, SimpleOutputElement) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
-
Method called after
RepairingNsStreamWriter.findElemPrefix(java.lang.String, com.ctc.wstx.sw.SimpleOutputElement)
has returned null, to create and bind a namespace mapping for specified namespace. - generateMapping(String, String, int[]) - Method in class com.ctc.wstx.sw.OutputElementBase
- getAbsOffset() - Method in class com.ctc.wstx.sw.XmlWriter
- getAllowedContent() - Method in class com.ctc.wstx.dtd.DTDElement
- getAllowedContentIfSpace() - Method in class com.ctc.wstx.dtd.DTDElement
-
Specialized accessor used by non-validating but typing 'validator': essentially, used to figure out whether #PCDATA is allowed or not; and based on that, return one of 2 allowable text values (only space, or anything).
- getAllValues() - Method in class com.ctc.wstx.util.TextBuilder
- getAndClear() - Method in class com.ctc.wstx.util.TextAccumulator
- getArity() - Method in class com.ctc.wstx.dtd.ContentSpec
- getAttrBuilder(String, String) - Method in class com.ctc.wstx.sr.AttributeCollector
-
Low-level accessor method that attribute validation code may call for certain types of attributes; generally only for id and idref/idrefs attributes.
- getAttrCollector() - Method in class com.ctc.wstx.sr.InputElementStack
-
Method called by
BasicStreamReader
, to retrieve the attribute collector it needs for some direct access. - getAttributeAs(int, TypedValueDecoder) - Method in class com.ctc.wstx.sr.TypedStreamReader
- getAttributeAsArray(int, TypedArrayDecoder) - Method in class com.ctc.wstx.sr.TypedStreamReader
-
Method that allows reading contents of an attribute as an array of whitespace-separate tokens, decoded using specified decoder.
- getAttributeAsBinary(int) - Method in class com.ctc.wstx.sr.TypedStreamReader
- getAttributeAsBinary(int, Base64Variant) - Method in class com.ctc.wstx.sr.TypedStreamReader
- getAttributeAsBoolean(int) - Method in class com.ctc.wstx.sr.TypedStreamReader
- getAttributeAsDecimal(int) - Method in class com.ctc.wstx.sr.TypedStreamReader
- getAttributeAsDouble(int) - Method in class com.ctc.wstx.sr.TypedStreamReader
- getAttributeAsDoubleArray(int) - Method in class com.ctc.wstx.sr.TypedStreamReader
- getAttributeAsFloat(int) - Method in class com.ctc.wstx.sr.TypedStreamReader
- getAttributeAsFloatArray(int) - Method in class com.ctc.wstx.sr.TypedStreamReader
- getAttributeAsInt(int) - Method in class com.ctc.wstx.sr.TypedStreamReader
- getAttributeAsIntArray(int) - Method in class com.ctc.wstx.sr.TypedStreamReader
- getAttributeAsInteger(int) - Method in class com.ctc.wstx.sr.TypedStreamReader
- getAttributeAsLong(int) - Method in class com.ctc.wstx.sr.TypedStreamReader
- getAttributeAsLongArray(int) - Method in class com.ctc.wstx.sr.TypedStreamReader
- getAttributeAsQName(int) - Method in class com.ctc.wstx.sr.TypedStreamReader
- getAttributeByName(QName) - Method in class com.ctc.wstx.evt.BaseStartElement
- getAttributeByName(QName) - Method in class com.ctc.wstx.evt.CompactStartElement
- getAttributeByName(QName) - Method in class com.ctc.wstx.evt.SimpleStartElement
- getAttributeCollector() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method needed by classes (like stream writer implementations) that want to have efficient direct access to attribute collector Object, for optimal attribute name and value access.
- getAttributeCollector() - Method in interface com.ctc.wstx.sr.StreamReaderImpl
- getAttributeCount() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getAttributeCount() - Method in class com.ctc.wstx.sr.InputElementStack
- getAttributeCount() - Method in class com.ctc.wstx.sw.BaseStreamWriter
- getAttributeIndex(String, String) - Method in class com.ctc.wstx.sr.TypedStreamReader
- getAttributeInfo() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getAttributeLocalName(int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- getAttributeLocalName(int) - Method in class com.ctc.wstx.sr.InputElementStack
- getAttributeLocalName(int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- getAttributeName(int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- getAttributeNamespace(int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- getAttributeNamespace(int) - Method in class com.ctc.wstx.sr.InputElementStack
- getAttributeNamespace(int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- getAttributePrefix(int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- getAttributePrefix(int) - Method in class com.ctc.wstx.sr.InputElementStack
- getAttributePrefix(int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- getAttributes() - Method in class com.ctc.wstx.dtd.DTDElement
- getAttributes() - Method in class com.ctc.wstx.evt.BaseStartElement
- getAttributes() - Method in class com.ctc.wstx.evt.CompactStartElement
- getAttributes() - Method in class com.ctc.wstx.evt.SimpleStartElement
- getAttributeType(int) - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- getAttributeType(int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- getAttributeType(int) - Method in class com.ctc.wstx.sr.InputElementStack
- getAttributeType(int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- getAttributeValue(int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- getAttributeValue(int) - Method in class com.ctc.wstx.sr.InputElementStack
- getAttributeValue(int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- getAttributeValue(String, String) - Method in class com.ctc.wstx.sr.BasicStreamReader
- getAttributeValue(String, String) - Method in class com.ctc.wstx.sr.InputElementStack
- getAttributeValue(String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- getAttrName() - Method in class com.ctc.wstx.util.ElementId
- getAttrValueEscaperFactory() - Method in class com.ctc.wstx.api.WriterConfig
- getAutomaticNsPrefix() - Method in class com.ctc.wstx.api.WriterConfig
- getBaseUri() - Method in class com.ctc.wstx.sr.InputElementStack
- getBaseUri() - Method in class com.ctc.wstx.sw.BaseStreamWriter
-
As of now, there is no way to specify the base URI.
- getBaseURI() - Method in class com.ctc.wstx.ent.EntityDecl
- getBaseURI() - Method in class com.ctc.wstx.evt.WEntityDeclaration
- getBaseURI() - Method in class com.ctc.wstx.evt.WNotationDeclaration
- getBaseURL() - Method in class com.ctc.wstx.api.ReaderConfig
- getChar() - Method in exception class com.ctc.wstx.exc.WstxUnexpectedCharException
- getCharacterEncodingScheme() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
As per Stax (1.0) specs, needs to return whatever xml declaration claimed encoding is, if any; or null if no xml declaration found.
- getCharacterOffset() - Method in class com.ctc.wstx.io.WstxInputLocation
- getCharacterOffsetLong() - Method in class com.ctc.wstx.io.WstxInputLocation
- getCharBuffer() - Method in class com.ctc.wstx.util.TextBuilder
-
Method that gives access to underlying character buffer
- getCharDesc(char) - Static method in class com.ctc.wstx.io.WstxInputData
- getCharSize() - Method in class com.ctc.wstx.util.TextBuilder
- getColumn() - Method in class com.ctc.wstx.sw.XmlWriter
- getColumnNumber() - Method in class com.ctc.wstx.io.WstxInputLocation
- getColumnNumber() - Method in class com.ctc.wstx.sax.WstxSAXParser
- getConfig() - Method in class com.ctc.wstx.sr.StreamScanner
- getConfig() - Method in class com.ctc.wstx.stax.WstxInputFactory
- getConfig() - Method in class com.ctc.wstx.stax.WstxOutputFactory
- getConfigFlags() - Method in class com.ctc.wstx.api.ReaderConfig
- getConfigFlags() - Method in class com.ctc.wstx.api.WriterConfig
- getContentHandler() - Method in class com.ctc.wstx.sax.WstxSAXParser
- getContext() - Method in class com.ctc.wstx.io.WstxInputLocation
- getCopyBuffer() - Method in class com.ctc.wstx.sw.BaseStreamWriter
- getCopyBuffer(int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- getCount() - Method in class com.ctc.wstx.sr.AttributeCollector
- getCp037Mapping() - Static method in class com.ctc.wstx.io.EBCDICCodec
- getCurrentElementName() - Method in class com.ctc.wstx.sr.InputElementStack
- getCurrentElementName() - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- getCurrentElementName() - Method in class com.ctc.wstx.sw.BaseStreamWriter
- getCurrentElementName() - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- getCurrentEntityDecl() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getCurrentEntityDecl() - Method in interface com.ctc.wstx.sr.StreamReaderImpl
- getCurrentInput() - Method in class com.ctc.wstx.sr.StreamScanner
-
Returns current input source this source uses.
- getCurrentLocation() - Method in class com.ctc.wstx.sr.StreamScanner
- getCurrentNsCount() - Method in class com.ctc.wstx.sr.InputElementStack
- getCurrentSegment() - Method in class com.ctc.wstx.util.TextBuffer
- getCurrentSegmentSize() - Method in class com.ctc.wstx.util.TextBuffer
- getCustomInternalEntities() - Method in class com.ctc.wstx.api.ReaderConfig
- getDeclaredEncoding() - Method in class com.ctc.wstx.io.InputBootstrapper
- getDeclaredVersion() - Method in class com.ctc.wstx.io.InputBootstrapper
- getDefaultInstance() - Static method in class com.ctc.wstx.evt.DefaultEventAllocator
- getDefaultNsBuilder() - Method in class com.ctc.wstx.sr.AttributeCollector
- getDefaultNsUri() - Method in class com.ctc.wstx.sw.OutputElementBase
- getDefaultNsURI() - Method in class com.ctc.wstx.sr.InputElementStack
- getDefaultValue(ValidationContext, XMLValidator) - Method in class com.ctc.wstx.dtd.DTDAttribute
- getDepth() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getDepth() - Method in class com.ctc.wstx.sr.InputElementStack
- getDisplayName() - Method in class com.ctc.wstx.dtd.DTDElement
- getDtdCacheSize() - Method in class com.ctc.wstx.api.ReaderConfig
-
In future this property could/should be made configurable?
- getDTDEventListener() - Method in class com.ctc.wstx.api.ReaderConfig
- getDTDHandler() - Method in class com.ctc.wstx.sax.WstxSAXParser
- getDTDInfo() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Since this class implements
DTDInfo
, method can just returnthis
. - getDTDInternalSubset() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getDTDInternalSubsetArray() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Internal method used by implementation
- getDTDOverride() - Method in class com.ctc.wstx.api.ReaderConfig
- getDTDPublicId() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getDtdResolver() - Method in class com.ctc.wstx.api.ReaderConfig
- getDTDRootName() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getDTDSystemId() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getDummySpec() - Static method in class com.ctc.wstx.dtd.TokenContentSpec
- getElementAs(TypedValueDecoder) - Method in class com.ctc.wstx.sr.TypedStreamReader
- getElementAsBinary() - Method in class com.ctc.wstx.sr.TypedStreamReader
- getElementAsBinary(Base64Variant) - Method in class com.ctc.wstx.sr.TypedStreamReader
- getElementAsBoolean() - Method in class com.ctc.wstx.sr.TypedStreamReader
- getElementAsDecimal() - Method in class com.ctc.wstx.sr.TypedStreamReader
- getElementAsDouble() - Method in class com.ctc.wstx.sr.TypedStreamReader
- getElementAsFloat() - Method in class com.ctc.wstx.sr.TypedStreamReader
- getElementAsInt() - Method in class com.ctc.wstx.sr.TypedStreamReader
- getElementAsInteger() - Method in class com.ctc.wstx.sr.TypedStreamReader
- getElementAsLong() - Method in class com.ctc.wstx.sr.TypedStreamReader
- getElementAsQName() - Method in class com.ctc.wstx.sr.TypedStreamReader
- getElementMap() - Method in class com.ctc.wstx.dtd.DTDSubset
- getElementMap() - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
- getElementMap() - Method in class com.ctc.wstx.dtd.FullDTDReader
- getElementText() - Method in class com.ctc.wstx.evt.WstxEventReader
- getElementText() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
From StAX specs: Reads the content of a text-only element, an exception is thrown if this is not a text-only element.
- getElemName() - Method in class com.ctc.wstx.dtd.DTDValidatorBase
-
Name of current element on the top of the element stack.
- getElemName() - Method in class com.ctc.wstx.util.ElementId
- getEmptyCharArray() - Static method in class com.ctc.wstx.util.DataUtil
- getEmptyElementHandler() - Method in class com.ctc.wstx.api.WriterConfig
- getEmptyInstance() - Static method in class com.ctc.wstx.dtd.EmptyValidator
- getEmptyLocation() - Static method in class com.ctc.wstx.io.WstxInputLocation
- getEncoding() - Method in class com.ctc.wstx.sax.WstxSAXParser
- getEncoding() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
As per Stax (1.0) specs, needs to return whatever parser determined the encoding was, if it was able to figure it out.
- getEncoding() - Method in class com.ctc.wstx.sw.BaseStreamWriter
- getEndingByteOffset() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getEndingCharOffset() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getEndLocation() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getEntities() - Method in class com.ctc.wstx.evt.WDTD
- getEntityCount() - Method in class com.ctc.wstx.dtd.DTDSubset
- getEntityCount() - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
- getEntityDepth() - Method in class com.ctc.wstx.io.WstxInputSource
- getEntityId() - Method in class com.ctc.wstx.io.WstxInputSource
- getEntityMap() - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- getEntityResolver() - Method in class com.ctc.wstx.api.ReaderConfig
- getEntityResolver() - Method in class com.ctc.wstx.sax.WstxSAXParser
- getErrorDesc(int, int) - Method in class com.ctc.wstx.evt.WstxEventReader
-
Method called upon encountering a problem that should result in an exception being thrown.
- getErrorHandler() - Method in class com.ctc.wstx.sax.WstxSAXParser
- getErrorMsg() - Method in class com.ctc.wstx.dtd.MinimalDTDReader
- getEventAllocator() - Method in class com.ctc.wstx.stax.WstxInputFactory
- getEventType() - Method in class com.ctc.wstx.evt.BaseStartElement
- getEventType() - Method in class com.ctc.wstx.evt.WEntityDeclaration
- getEventType() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Returns type of the last event returned; or START_DOCUMENT before any events has been explicitly returned.
- getExplicitPrefix(String) - Method in class com.ctc.wstx.sw.OutputElementBase
-
Method similar to
OutputElementBase.getPrefix(java.lang.String)
, but one that will not accept the default namespace, only an explicit one. - getFastInstance() - Static method in class com.ctc.wstx.evt.DefaultEventAllocator
- getFeature(String) - Method in class com.ctc.wstx.sax.WstxSAXParser
- getFeature(String) - Method in class com.ctc.wstx.sax.WstxSAXParserFactory
- getFeature(String) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Deprecated.
- getFirstDefaultOffset() - Method in class com.ctc.wstx.sr.ElemAttrs
- getFirstUndefined() - Method in class com.ctc.wstx.util.ElementIdMap
- getFlattenStart() - Method in class com.ctc.wstx.dtd.DTDWriter
- getFullBBuffer(int) - Method in class com.ctc.wstx.io.BufferRecycler
- getFullCBuffer(int) - Method in class com.ctc.wstx.io.BufferRecycler
- getGeneralEntityList() - Method in class com.ctc.wstx.dtd.DTDSubset
- getGeneralEntityList() - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
- getGeneralEntityMap() - Method in class com.ctc.wstx.dtd.DTDSubset
- getGeneralEntityMap() - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
- getId() - Method in class com.ctc.wstx.util.ElementId
- getIdAttribute() - Method in class com.ctc.wstx.dtd.DTDElement
- getIdAttributeIndex() - Method in class com.ctc.wstx.sr.InputElementStack
-
Default implementation just indicates it does not know of such attributes; this because that requires DTD information that only some implementations have.
- getIdAttrIndex() - Method in class com.ctc.wstx.dtd.DTDValidatorBase
-
Method for finding out the index of the attribute (collected using the attribute collector; having DTD-derived info in same order) that is of type ID.
- getIdMap() - Method in class com.ctc.wstx.dtd.DTDTypingNonValidator
- getIdMap() - Method in class com.ctc.wstx.dtd.DTDValidator
- getIdMap() - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- getImplName() - Static method in class com.ctc.wstx.api.CommonConfig
-
Method used to figure out the official implementation name for input/output/validation factories.
- getImplVersion() - Static method in class com.ctc.wstx.api.CommonConfig
-
Method used to figure out the official implementation version for input/output/validation factories.
- getIndex() - Method in class com.ctc.wstx.dtd.DFAState
- getIndex(String) - Method in class com.ctc.wstx.sax.WstxSAXParser
- getIndex(String, String) - Method in class com.ctc.wstx.sax.WstxSAXParser
- getInputBufferLength() - Method in class com.ctc.wstx.api.ReaderConfig
- getInputColumn() - Method in class com.ctc.wstx.io.InputBootstrapper
- getInputColumn() - Method in class com.ctc.wstx.io.ReaderBootstrapper
- getInputColumn() - Method in class com.ctc.wstx.io.StreamBootstrapper
- getInputElementStack() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method needed by classes (like stream writer implementations) that want to have efficient direct access to element stack implementation
- getInputElementStack() - Method in interface com.ctc.wstx.sr.StreamReaderImpl
- getInputEncoding() - Method in class com.ctc.wstx.io.InputBootstrapper
-
Actual character encoding used by the underlying input source; may have been passed by the application, or auto-detected by byte stream boot strapper (can not be determined from a Reader source).
- getInputEncoding() - Method in class com.ctc.wstx.io.ReaderBootstrapper
- getInputEncoding() - Method in class com.ctc.wstx.io.StreamBootstrapper
-
Since this class only gets used when encoding is not explicitly passed, need use the encoding that was auto-detected...
- getInputParsingMode() - Method in class com.ctc.wstx.api.ReaderConfig
- getInputRow() - Method in class com.ctc.wstx.io.InputBootstrapper
- getInputTotal() - Method in class com.ctc.wstx.io.InputBootstrapper
- getInputTotal() - Method in class com.ctc.wstx.io.ReaderBootstrapper
- getInputTotal() - Method in class com.ctc.wstx.io.StreamBootstrapper
- getInstance() - Static method in class com.ctc.wstx.api.EmptyElementHandler.HtmlEmptyElementHandler
- getInstance() - Static method in class com.ctc.wstx.api.InvalidCharHandler.FailingHandler
- getInstance() - Static method in class com.ctc.wstx.util.DataUtil.EI
- getInstance() - Static method in class com.ctc.wstx.util.DefaultXmlSymbolTable
-
Method that will return an instance of SymbolTable that has basic XML 1.0 constants pre-populated.
- getInstance() - Static method in class com.ctc.wstx.util.EmptyNamespaceContext
- getInstance() - Static method in class com.ctc.wstx.util.InternCache
- getInstance(String, SystemId, byte[], int, int) - Static method in class com.ctc.wstx.io.StreamBootstrapper
-
Factory method used when the underlying data provider is a pre-allocated block source, and no stream is used.
- getInstance(String, SystemId, InputStream) - Static method in class com.ctc.wstx.io.StreamBootstrapper
-
Factory method used when the underlying data provider is an actual stream.
- getInstance(String, SystemId, Reader, String) - Static method in class com.ctc.wstx.io.ReaderBootstrapper
- getIntEntity(int, char[]) - Method in class com.ctc.wstx.sr.StreamScanner
-
Returns an entity (possibly from cache) for the argument character using the encoded representation in mInputBuffer[entityStartPos ...
- getInternalArray() - Method in class com.ctc.wstx.util.StringVector
- getInvalidCharHandler() - Method in class com.ctc.wstx.api.WriterConfig
- getLastCharLocation() - Method in class com.ctc.wstx.sr.StreamScanner
-
Method that returns location of the last character returned by this reader; that is, location "one less" than the currently pointed to location.
- getLastString() - Method in class com.ctc.wstx.util.StringVector
- getLength() - Method in class com.ctc.wstx.sax.WstxSAXParser.AttributesWrapper
- getLength() - Method in class com.ctc.wstx.sax.WstxSAXParser
- getLF() - Static method in class com.ctc.wstx.util.StringUtil
- getLineNumber() - Method in class com.ctc.wstx.io.WstxInputLocation
- getLineNumber() - Method in class com.ctc.wstx.sax.WstxSAXParser
- getLocalName() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getLocalName() - Method in class com.ctc.wstx.sr.InputElementStack
- getLocalName() - Method in class com.ctc.wstx.sw.SimpleOutputElement
- getLocalName() - Method in class com.ctc.wstx.util.PrefixedName
- getLocalName(int) - Method in class com.ctc.wstx.sax.WstxSAXParser
- getLocalName(int) - Method in class com.ctc.wstx.sr.AttributeCollector
- getLocalNsPrefix(int) - Method in class com.ctc.wstx.sr.InputElementStack
- getLocalNsURI(int) - Method in class com.ctc.wstx.sr.InputElementStack
- getLocation() - Method in class com.ctc.wstx.dtd.DTDElement
- getLocation() - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- getLocation() - Method in class com.ctc.wstx.dtd.MinimalDTDReader
-
What DTD reader returns doesn't really matter, so let's just return perceived start location (different from what stream readers actually do)
- getLocation() - Method in class com.ctc.wstx.io.BaseInputSource
-
This method only gets called by the 'child' input source (for example, contents of an expanded entity), to get the enclosing context location.
- getLocation() - Method in class com.ctc.wstx.io.InputBootstrapper
- getLocation() - Method in class com.ctc.wstx.io.ReaderBootstrapper
- getLocation() - Method in class com.ctc.wstx.io.StreamBootstrapper
- getLocation() - Method in class com.ctc.wstx.io.WstxInputSource
-
Method usually called to get a parent location for another input source.
- getLocation() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getLocation() - Method in interface com.ctc.wstx.sr.InputProblemReporter
- getLocation() - Method in class com.ctc.wstx.sr.StreamScanner
-
Returns location of last properly parsed token; as per StAX specs, apparently needs to be the end of current event, which is the same as the start of the following event (or EOF if that's next).
- getLocation() - Method in class com.ctc.wstx.sw.BaseStreamWriter
- getLocation() - Method in class com.ctc.wstx.util.ElementId
- getLocation(long, int, int) - Method in class com.ctc.wstx.io.BaseInputSource
- getLocation(long, int, int) - Method in class com.ctc.wstx.io.WstxInputSource
- getLocationDesc() - Method in exception class com.ctc.wstx.exc.WstxException
- getLocationDesc() - Method in exception class com.ctc.wstx.exc.WstxValidationException
- getLocationInfo() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Location information is always accessible, for this reader.
- getMaxAttributeSize() - Method in class com.ctc.wstx.api.ReaderConfig
- getMaxAttributesPerElement() - Method in class com.ctc.wstx.api.ReaderConfig
- getMaxAttributesPerElement() - Method in class com.ctc.wstx.sr.AttributeCollector
- getMaxCharacters() - Method in class com.ctc.wstx.api.ReaderConfig
- getMaxChildrenPerElement() - Method in class com.ctc.wstx.api.ReaderConfig
- getMaxElementCount() - Method in class com.ctc.wstx.api.ReaderConfig
- getMaxElementDepth() - Method in class com.ctc.wstx.api.ReaderConfig
- getMaxEntityCount() - Method in class com.ctc.wstx.api.ReaderConfig
- getMaxEntityDepth() - Method in class com.ctc.wstx.api.ReaderConfig
- getMaxTextLength() - Method in class com.ctc.wstx.api.ReaderConfig
- getMediumCBuffer(int) - Method in class com.ctc.wstx.io.BufferRecycler
- getMessage() - Method in exception class com.ctc.wstx.exc.WstxException
-
Method is overridden for two main reasons: first, default method does not display public/system id information, even if it exists, and second, default implementation can not handle nested Location information.
- getMessage() - Method in exception class com.ctc.wstx.exc.WstxLazyException
-
Need to override this, to be able to dynamically construct and display the location information...
- getMessage() - Method in exception class com.ctc.wstx.exc.WstxValidationException
-
Method is overridden for two main reasons: first, default method does not display public/system id information, even if it exists, and second, default implementation can not handle nested Location information.
- getName() - Method in class com.ctc.wstx.dtd.DTDAttribute
- getName() - Method in class com.ctc.wstx.dtd.DTDElement
- getName() - Method in class com.ctc.wstx.dtd.LargePrefixedNameSet.Bucket
- getName() - Method in class com.ctc.wstx.dtd.TokenContentSpec
- getName() - Method in class com.ctc.wstx.dtd.TokenModel
- getName() - Method in class com.ctc.wstx.ent.EntityDecl
- getName() - Method in class com.ctc.wstx.evt.BaseStartElement
- getName() - Method in class com.ctc.wstx.evt.WEntityDeclaration
- getName() - Method in class com.ctc.wstx.evt.WEntityReference
- getName() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getName() - Method in class com.ctc.wstx.sw.SimpleOutputElement
- getName(int) - Method in class com.ctc.wstx.sax.WstxSAXParser.AttributesWrapper
- getNameBuffer(int) - Method in class com.ctc.wstx.sr.StreamScanner
- getNameDesc() - Method in class com.ctc.wstx.dom.DOMOutputElement
- getNameDesc() - Method in class com.ctc.wstx.sw.OutputElementBase
- getNameDesc() - Method in class com.ctc.wstx.sw.SimpleOutputElement
- getNamespaceContext() - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- getNamespaceContext() - Method in class com.ctc.wstx.evt.BaseStartElement
- getNamespaceContext() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getNamespaceContext() - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- getNamespaceContext() - Method in class com.ctc.wstx.sw.BaseStreamWriter
- getNamespaceContext() - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- getNamespaceCount() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getNamespacePrefix(int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- getNamespaces() - Method in class com.ctc.wstx.evt.BaseStartElement
- getNamespaces() - Method in class com.ctc.wstx.evt.MergedNsContext
-
Method that returns information about namespace definition declared in this scope; not including ones declared in outer scopes.
- getNamespaces() - Method in class com.ctc.wstx.sr.CompactNsContext
- getNamespaces() - Method in class com.ctc.wstx.util.BaseNsContext
- getNamespaces() - Method in class com.ctc.wstx.util.EmptyNamespaceContext
- getNamespaceURI() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getNamespaceURI() - Method in class com.ctc.wstx.sw.SimpleOutputElement
- getNamespaceURI(int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- getNamespaceURI(String) - Method in class com.ctc.wstx.evt.BaseStartElement
- getNamespaceURI(String) - Method in class com.ctc.wstx.sr.BasicStreamReader
- getNamespaceURI(String) - Method in class com.ctc.wstx.sr.InputElementStack
- getNamespaceURI(String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- getNamespaceURI(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- getNamespaceURI(String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- getNamespaceURI(String) - Method in class com.ctc.wstx.sw.OutputElementBase
- getNamespaceURI(String) - Method in class com.ctc.wstx.util.BaseNsContext
- getNext() - Method in class com.ctc.wstx.dtd.LargePrefixedNameSet.Bucket
- getNext() - Method in class com.ctc.wstx.io.InputBootstrapper
- getNext() - Method in class com.ctc.wstx.io.ReaderBootstrapper
- getNext() - Method in class com.ctc.wstx.io.StreamBootstrapper
- getNext() - Method in class com.ctc.wstx.sr.StreamScanner
- getNext() - Method in class com.ctc.wstx.util.SymbolTable.Bucket
- getNextAfterWs(boolean) - Method in class com.ctc.wstx.io.InputBootstrapper
- getNextAfterWs(boolean) - Method in class com.ctc.wstx.io.ReaderBootstrapper
- getNextAfterWs(boolean) - Method in class com.ctc.wstx.io.StreamBootstrapper
- getNextAfterWS() - Method in class com.ctc.wstx.sr.StreamScanner
-
Method that will skip through zero or more white space characters, and return either the character following white space, or -1 to indicate EOF (end of the outermost input source)/
- getNextChar(String) - Method in class com.ctc.wstx.sr.StreamScanner
- getNextCharAfterWS(String) - Method in class com.ctc.wstx.sr.StreamScanner
- getNextCharFromCurrent(String) - Method in class com.ctc.wstx.sr.StreamScanner
-
Similar to
StreamScanner.getNextChar(java.lang.String)
, but will not read more characters from parent input source(s) if the current input source doesn't have more content. - getNextExpanded() - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Method that will get next character, and either return it as is (for normal chars), or expand parameter entity that starts with next character (which has to be '%').
- getNextInCurrAfterWS(String) - Method in class com.ctc.wstx.sr.StreamScanner
- getNextInCurrAfterWS(String, char) - Method in class com.ctc.wstx.sr.StreamScanner
- getNextNames() - Method in class com.ctc.wstx.dtd.DFAState
- getNextSkippingPEs() - Method in class com.ctc.wstx.dtd.MinimalDTDReader
- getNonTransientNamespaceContext() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getNotationAttribute() - Method in class com.ctc.wstx.dtd.DTDElement
- getNotationAttributeIndex() - Method in class com.ctc.wstx.sr.InputElementStack
-
Default implementation just indicates it does not know of such attributes; this because that requires DTD information that only some implementations have.
- getNotationAttrIndex() - Method in class com.ctc.wstx.dtd.DTDValidatorBase
-
Method for finding out the index of the attribute (collected using the attribute collector; having DTD-derived info in same order) that is of type NOTATION.
- getNotationCount() - Method in class com.ctc.wstx.dtd.DTDSubset
- getNotationCount() - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
- getNotationList() - Method in class com.ctc.wstx.dtd.DTDSubset
- getNotationList() - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
- getNotationMap() - Method in class com.ctc.wstx.dtd.DTDSubset
- getNotationMap() - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
- getNotationName() - Method in class com.ctc.wstx.ent.EntityDecl
- getNotationName() - Method in class com.ctc.wstx.ent.ExtEntity
- getNotationName() - Method in class com.ctc.wstx.ent.IntEntity
- getNotationName() - Method in class com.ctc.wstx.ent.ParsedExtEntity
- getNotationName() - Method in class com.ctc.wstx.ent.UnparsedExtEntity
- getNotationName() - Method in class com.ctc.wstx.evt.WEntityDeclaration
- getNotations() - Method in class com.ctc.wstx.evt.WDTD
- getNsBuilder(String) - Method in class com.ctc.wstx.sr.AttributeCollector
- getNsCount() - Method in class com.ctc.wstx.sr.AttributeCollector
- getNsDefaults() - Method in class com.ctc.wstx.dtd.DTDElement
- getNsPrefix(int) - Method in class com.ctc.wstx.sr.AttributeCollector
- getNsURI() - Method in class com.ctc.wstx.sr.InputElementStack
- getNsURI(int) - Method in class com.ctc.wstx.sr.AttributeCollector
- getNullToken() - Static method in class com.ctc.wstx.dtd.TokenModel
- getOutputPtr() - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- getOutputPtr() - Method in class com.ctc.wstx.sw.EncodingXmlWriter
-
This method is needed by the super class, to calculate hard byte/char offsets.
- getOutputPtr() - Method in class com.ctc.wstx.sw.XmlWriter
- getOutputStream() - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- getOutputStream() - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- getOutputStream() - Method in class com.ctc.wstx.sw.XmlWriter
- getParameterEntityMap() - Method in class com.ctc.wstx.dtd.DTDSubset
- getParameterEntityMap() - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
- getParent() - Method in class com.ctc.wstx.dom.DOMOutputElement
- getParent() - Method in class com.ctc.wstx.io.WstxInputSource
- getParent() - Method in class com.ctc.wstx.sw.SimpleOutputElement
- getParser() - Method in class com.ctc.wstx.sax.WstxSAXParser
- getPcdataInstance() - Static method in class com.ctc.wstx.dtd.EmptyValidator
- getPIData() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getPITarget() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getPrefix() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getPrefix() - Method in class com.ctc.wstx.sr.InputElementStack
- getPrefix() - Method in class com.ctc.wstx.sw.SimpleOutputElement
- getPrefix() - Method in class com.ctc.wstx.util.PrefixedName
- getPrefix(int) - Method in class com.ctc.wstx.sr.AttributeCollector
- getPrefix(String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- getPrefix(String) - Method in class com.ctc.wstx.sr.InputElementStack
- getPrefix(String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- getPrefix(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- getPrefix(String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- getPrefix(String) - Method in class com.ctc.wstx.sw.OutputElementBase
- getPrefix(String) - Method in class com.ctc.wstx.util.BaseNsContext
- getPrefixedName() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getPrefixes(String) - Method in class com.ctc.wstx.sr.InputElementStack
- getPrefixes(String) - Method in class com.ctc.wstx.sw.OutputElementBase
- getPrefixes(String) - Method in class com.ctc.wstx.util.BaseNsContext
- getPrefixesBoundToUri(String, List<String>) - Method in class com.ctc.wstx.util.BijectiveNsMap
- getProblemReporter() - Method in class com.ctc.wstx.api.WriterConfig
- getProcessedDTD() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Note: DTD-handling sub-classes need to override this method.
- getProcessedDTD() - Method in class com.ctc.wstx.sr.ValidatingStreamReader
- getProcessedDTDSchema() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Sub-class will override this method
- getProcessedDTDSchema() - Method in class com.ctc.wstx.sr.ValidatingStreamReader
- getProperties() - Method in class com.ctc.wstx.osgi.InputFactoryProviderImpl
- getProperties() - Method in class com.ctc.wstx.osgi.OutputFactoryProviderImpl
- getProperties() - Method in class com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl
- getProperty(int) - Method in class com.ctc.wstx.api.CommonConfig
- getProperty(int) - Method in class com.ctc.wstx.api.ReaderConfig
- getProperty(int) - Method in class com.ctc.wstx.api.ValidatorConfig
- getProperty(int) - Method in class com.ctc.wstx.api.WriterConfig
- getProperty(String) - Method in class com.ctc.wstx.api.CommonConfig
- getProperty(String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingReader
- getProperty(String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- getProperty(String) - Method in class com.ctc.wstx.dtd.DTDSchemaFactory
- getProperty(String) - Method in class com.ctc.wstx.evt.WstxEventReader
- getProperty(String) - Method in class com.ctc.wstx.sax.WstxSAXParser
- getProperty(String) - Method in class com.ctc.wstx.sr.BasicStreamReader
- getProperty(String) - Method in class com.ctc.wstx.sr.ValidatingStreamReader
- getProperty(String) - Method in class com.ctc.wstx.stax.WstxInputFactory
- getProperty(String) - Method in class com.ctc.wstx.stax.WstxOutputFactory
- getProperty(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- getPublicId() - Method in class com.ctc.wstx.ent.EntityDecl
- getPublicId() - Method in class com.ctc.wstx.ent.ExtEntity
- getPublicId() - Method in class com.ctc.wstx.ent.IntEntity
- getPublicId() - Method in class com.ctc.wstx.evt.WEntityDeclaration
- getPublicId() - Method in class com.ctc.wstx.io.BaseInputSource
- getPublicId() - Method in class com.ctc.wstx.io.InputBootstrapper
- getPublicId() - Method in class com.ctc.wstx.io.WstxInputLocation
- getPublicId() - Method in class com.ctc.wstx.io.WstxInputSource
- getPublicId() - Method in class com.ctc.wstx.sax.WstxSAXParser
- getQName() - Method in class com.ctc.wstx.sr.Attribute
- getQName(int) - Method in class com.ctc.wstx.sax.WstxSAXParser
- getQName(int) - Method in class com.ctc.wstx.sr.AttributeCollector
- getRawAttrs() - Method in class com.ctc.wstx.sr.ElemAttrs
- getReplacementChars() - Method in class com.ctc.wstx.ent.EntityDecl
- getReplacementChars() - Method in class com.ctc.wstx.ent.ExtEntity
- getReplacementChars() - Method in class com.ctc.wstx.ent.IntEntity
-
Gives raw access to replacement text data...
- getReplacementText() - Method in class com.ctc.wstx.ent.EntityDecl
- getReplacementText() - Method in class com.ctc.wstx.ent.ExtEntity
- getReplacementText() - Method in class com.ctc.wstx.ent.IntEntity
- getReplacementText() - Method in class com.ctc.wstx.evt.WEntityDeclaration
- getReplacementText(Writer) - Method in class com.ctc.wstx.ent.EntityDecl
- getReplacementText(Writer) - Method in class com.ctc.wstx.ent.ExtEntity
- getReplacementText(Writer) - Method in class com.ctc.wstx.ent.IntEntity
- getReplacementTextLength() - Method in class com.ctc.wstx.ent.EntityDecl
- getRow() - Method in class com.ctc.wstx.sw.XmlWriter
- getSaxException() - Method in exception class com.ctc.wstx.sax.WrappedSaxException
- getSchema() - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- getSchemaType() - Method in class com.ctc.wstx.dtd.DTDSubset
- getSchemaType() - Method in class com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl
- getScopeId() - Method in class com.ctc.wstx.io.WstxInputSource
- getSharedValueBuffer() - Method in class com.ctc.wstx.sr.AttributeCollector
- getShortestReportedTextSegment() - Method in class com.ctc.wstx.api.ReaderConfig
- getSimpleValidator() - Method in class com.ctc.wstx.dtd.ChoiceContentSpec
- getSimpleValidator() - Method in class com.ctc.wstx.dtd.ContentSpec
-
Method called by input element stack to get validator for this content specification, if this specification is simple enough not to need full DFA-based validator.
- getSimpleValidator() - Method in class com.ctc.wstx.dtd.SeqContentSpec
- getSimpleValidator() - Method in class com.ctc.wstx.dtd.TokenContentSpec
- getSmallCBuffer(int) - Method in class com.ctc.wstx.io.BufferRecycler
- getSource() - Method in class com.ctc.wstx.io.BaseInputSource
- getSource() - Method in class com.ctc.wstx.io.WstxInputSource
- getSource() - Method in class com.ctc.wstx.sr.StreamScanner
- getSpecialAttrs() - Method in class com.ctc.wstx.dtd.DTDElement
- getSpecialCount() - Method in class com.ctc.wstx.dtd.DTDElement
- getSpecialIndex() - Method in class com.ctc.wstx.dtd.DTDAttribute
- getSpecialList() - Method in class com.ctc.wstx.dtd.DTDElement
- getSpecialProperty(int) - Method in class com.ctc.wstx.api.WriterConfig
- getSpecifiedCount() - Method in class com.ctc.wstx.sr.AttributeCollector
- getStandalone() - Method in class com.ctc.wstx.io.InputBootstrapper
- getStartingByteOffset() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getStartingCharOffset() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getStartLocation() - Method in class com.ctc.wstx.sr.StreamScanner
- getStaxConfig() - Method in class com.ctc.wstx.sax.WstxSAXParser
-
Accessor used to allow configuring all standard Stax configuration settings that the underlying reader uses.
- getStdProperty(int) - Method in class com.ctc.wstx.api.CommonConfig
- getStream() - Method in class com.ctc.wstx.io.BaseReader
- getStreamReader() - Method in class com.ctc.wstx.evt.WstxEventReader
- getString(int) - Method in class com.ctc.wstx.util.StringVector
- getSuffix() - Method in class com.ctc.wstx.sax.SAXFeature
- getSuffix() - Method in class com.ctc.wstx.sax.SAXProperty
- getSymbol() - Method in class com.ctc.wstx.util.SymbolTable.Bucket
- getSymbols() - Method in class com.ctc.wstx.api.ReaderConfig
- getSystemId() - Method in class com.ctc.wstx.ent.EntityDecl
- getSystemId() - Method in class com.ctc.wstx.ent.ExtEntity
- getSystemId() - Method in class com.ctc.wstx.ent.IntEntity
- getSystemId() - Method in class com.ctc.wstx.evt.WEntityDeclaration
- getSystemId() - Method in class com.ctc.wstx.io.BaseInputSource
- getSystemId() - Method in class com.ctc.wstx.io.InputBootstrapper
- getSystemId() - Method in class com.ctc.wstx.io.WstxInputLocation
- getSystemId() - Method in class com.ctc.wstx.io.WstxInputSource
- getSystemId() - Method in class com.ctc.wstx.sax.WstxSAXParser
- getSystemId() - Method in class com.ctc.wstx.sr.StreamScanner
- getTempAttrValueBuffer(int) - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- getText() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getText(Writer, boolean) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method similar to
BasicStreamReader.getText()
, except that it just uses provided Writer to write all textual content. - getTextBuffer() - Method in class com.ctc.wstx.dtd.FullDTDReader
- getTextBuffer() - Method in class com.ctc.wstx.util.TextBuffer
- getTextCharacters() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getTextCharacters(int, char[], int, int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- getTextEscaperFactory() - Method in class com.ctc.wstx.api.WriterConfig
- getTextLength() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getTextStart() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getTextStart() - Method in class com.ctc.wstx.util.TextBuffer
- getTopElementDesc() - Method in class com.ctc.wstx.sr.InputElementStack
- getTopElementDesc() - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- getTopElementDesc() - Method in class com.ctc.wstx.sw.BaseStreamWriter
-
Method needed for error message generation
- getTopElementDesc() - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- getTotalNsCount() - Method in class com.ctc.wstx.sr.InputElementStack
- getType(int) - Method in class com.ctc.wstx.sax.WstxSAXParser.AttributesWrapper
- getType(int) - Method in class com.ctc.wstx.sax.WstxSAXParser
- getType(String) - Method in class com.ctc.wstx.sax.WstxSAXParser.AttributesWrapper
- getType(String) - Method in class com.ctc.wstx.sax.WstxSAXParser
- getType(String, String) - Method in class com.ctc.wstx.sax.WstxSAXParser
- getUndeclaredEntityResolver() - Method in class com.ctc.wstx.api.ReaderConfig
- getURI(int) - Method in class com.ctc.wstx.sax.WstxSAXParser
- getURI(int) - Method in class com.ctc.wstx.sr.AttributeCollector
- getValidationLocation() - Method in class com.ctc.wstx.sr.InputElementStack
- getValidationLocation() - Method in class com.ctc.wstx.sw.BaseStreamWriter
- getValidator() - Method in class com.ctc.wstx.dtd.DTDElement
- getValue() - Method in class com.ctc.wstx.dtd.DefaultAttrValue
- getValue(int) - Method in class com.ctc.wstx.sax.WstxSAXParser.AttributesWrapper
- getValue(int) - Method in class com.ctc.wstx.sax.WstxSAXParser
- getValue(int) - Method in class com.ctc.wstx.sr.AttributeCollector
-
Note: the main reason this method is defined at this level, and made final, is performance.
- getValue(String) - Method in class com.ctc.wstx.sax.WstxSAXParser.AttributesWrapper
- getValue(String) - Method in class com.ctc.wstx.sax.WstxSAXParser
- getValue(String) - Method in class com.ctc.wstx.sr.Attribute
-
Method called if this attribute is the last one with value in the buffer.
- getValue(String, int) - Method in class com.ctc.wstx.sr.Attribute
- getValue(String, String) - Method in class com.ctc.wstx.sax.WstxSAXParser
- getValue(String, String) - Method in class com.ctc.wstx.sr.AttributeCollector
- getValueByLocalName(String) - Method in class com.ctc.wstx.sr.AttributeCollector
-
Specialized version in which namespace information is completely ignored.
- getValueIfOk() - Method in class com.ctc.wstx.dtd.DefaultAttrValue
- getValueStartOffset(int) - Method in class com.ctc.wstx.sr.AttributeCollector
-
Method for getting start pointer within shared value buffer for given attribute.
- getValueType() - Method in class com.ctc.wstx.dtd.DTDAttribute
-
Returns the value type of this attribute as an enumerated int to match type (CDATA, ...)
- getValueType() - Method in class com.ctc.wstx.dtd.DTDEntitiesAttr
- getValueType() - Method in class com.ctc.wstx.dtd.DTDEntityAttr
- getValueType() - Method in class com.ctc.wstx.dtd.DTDEnumAttr
- getValueType() - Method in class com.ctc.wstx.dtd.DTDIdAttr
- getValueType() - Method in class com.ctc.wstx.dtd.DTDIdRefAttr
- getValueType() - Method in class com.ctc.wstx.dtd.DTDIdRefsAttr
- getValueType() - Method in class com.ctc.wstx.dtd.DTDNmTokenAttr
- getValueType() - Method in class com.ctc.wstx.dtd.DTDNmTokensAttr
- getValueType() - Method in class com.ctc.wstx.dtd.DTDNotationAttr
- getValueTypeString() - Method in class com.ctc.wstx.dtd.DTDAttribute
- getVersion() - Method in class com.ctc.wstx.sr.BasicStreamReader
- getWriter() - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- getWriter() - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- getWriter() - Method in class com.ctc.wstx.sw.XmlWriter
- getWsOrChar(int) - Method in class com.ctc.wstx.io.InputBootstrapper
-
Method that should get next character, which has to be either specified character (usually end marker), OR, any character as long as there' at least one space character before it.
- getXmlIdAttrIndex() - Method in class com.ctc.wstx.sr.AttributeCollector
- getXmlnsSymbol() - Static method in class com.ctc.wstx.util.DefaultXmlSymbolTable
- getXMLReader() - Method in class com.ctc.wstx.sax.WstxSAXParser
- getXMLReporter() - Method in class com.ctc.wstx.api.ReaderConfig
- getXMLReporter() - Method in class com.ctc.wstx.stax.WstxInputFactory
- getXMLResolver() - Method in class com.ctc.wstx.api.ReaderConfig
- getXMLResolver() - Method in class com.ctc.wstx.stax.WstxInputFactory
- getXmlSymbol() - Static method in class com.ctc.wstx.util.DefaultXmlSymbolTable
- getXmlVersion() - Method in class com.ctc.wstx.sr.InputElementStack
- getXmlVersion() - Method in class com.ctc.wstx.sw.BaseStreamWriter
- getXMLVersion() - Method in class com.ctc.wstx.sax.WstxSAXParser
- growArrayBy(int[], int) - Static method in class com.ctc.wstx.util.DataUtil
- growArrayBy(String[], int) - Static method in class com.ctc.wstx.util.DataUtil
- growArrayBy50Pct(Object) - Static method in class com.ctc.wstx.util.DataUtil
- growArrayToAtLeast(Object, int) - Static method in class com.ctc.wstx.util.DataUtil
-
Method similar to
DataUtil.growArrayBy50Pct(java.lang.Object)
, but it also ensures that the new size is at least as big as the specified minimum size. - growArrayToAtMost(Object, int) - Static method in class com.ctc.wstx.util.DataUtil
-
Method similar to
DataUtil.growArrayBy50Pct(java.lang.Object)
, but it also ensures that the new size is no bigger than specific maximum size. - guessEncodingBitSize(String) - Static method in class com.ctc.wstx.sw.BufferingXmlWriter
-
Method used to figure out which part of the Unicode char set the encoding can natively support.
H
- handleAttlistDecl() - Method in class com.ctc.wstx.dtd.FullDTDReader
-
note: when this method is called, the keyword itself has been succesfully parsed.
- handleAttrDecl(DTDElement, char, int, Location) - Method in class com.ctc.wstx.dtd.FullDTDReader
- handleDeclaration(char) - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Note: c is known to be a letter (from 'A' to 'Z') at this poit.
- handleElementDecl() - Method in class com.ctc.wstx.dtd.FullDTDReader
- handleEntityDecl(boolean) - Method in class com.ctc.wstx.dtd.FullDTDReader
-
This method is tricky to implement, since it can contain parameter entities in multiple combinations...
- handleEOF(boolean) - Method in class com.ctc.wstx.sr.BasicStreamReader
- handleEq(String) - Method in class com.ctc.wstx.io.InputBootstrapper
- handleExpandedSurrogate(char, char) - Method in class com.ctc.wstx.dtd.MinimalDTDReader
- handleExternalEntityDecl(WstxInputSource, boolean, String, char, Location) - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Method that handles rest of external entity declaration, after it's been figured out entity is not internal (does not continue with a quote).
- handleExtraRoot(char) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called if a root-level element is found after the main root element was closed.
- handleGreedyEntityProblem(WstxInputSource) - Method in class com.ctc.wstx.dtd.FullDTDReader
- handleGreedyEntityProblem(WstxInputSource) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
This problem gets reported if an entity tries to expand to a close tag matching start tag that did not came from the same entity (but from parent).
- handleIgnored() - Method in class com.ctc.wstx.dtd.FullDTDReader
- handleIncluded() - Method in class com.ctc.wstx.dtd.FullDTDReader
- handleIncompleteEntityProblem(WstxInputSource) - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Handling of PE matching problems is actually intricate; one type will be a WFC ("PE Between Declarations", which refers to PEs that start from outside declarations), and another just a VC ("Proper Declaration/PE Nesting", when PE is contained within declaration)
- handleIncompleteEntityProblem(WstxInputSource) - Method in class com.ctc.wstx.dtd.MinimalDTDReader
-
Since improper entity/PE nesting is VC, not WFC, let's not react to this failure at all when only skipping the DTD subset.
- handleIncompleteEntityProblem(WstxInputSource) - Method in class com.ctc.wstx.sr.BasicStreamReader
- handleIncompleteEntityProblem(WstxInputSource) - Method in class com.ctc.wstx.sr.StreamScanner
- handleInvalidAsciiChar(int) - Method in class com.ctc.wstx.sw.AsciiXmlWriter
- handleInvalidChar(int) - Method in class com.ctc.wstx.sw.XmlWriter
-
Method called to handle invalid character in textual content requested to be output.
- handleInvalidLatinChar(int) - Method in class com.ctc.wstx.sw.ISOLatin1XmlWriter
- handleMultiDocStart(int) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called when an event was encountered that indicates document boundary in multi-doc mode.
- handleMultiDocXmlDecl() - Method in class com.ctc.wstx.sr.BasicStreamReader
- handleNonNsAttrs(char) - Method in class com.ctc.wstx.sr.BasicStreamReader
- handleNotationDecl() - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Method called to handle invalid input: '<!'NOTATION ...
- handleNsAttrs(char) - Method in class com.ctc.wstx.sr.BasicStreamReader
- handleRootElem(char) - Method in class com.ctc.wstx.sr.BasicStreamReader
- handleStartElem(char) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method that takes care of parsing of start elements; including full parsing of namespace declarations and attributes, as well as namespace resolution.
- handleSuppressedDeclaration() - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Specialized method that handles potentially suppressable entity declaration.
- handleTargetNsDecl() - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Method called to handle invalid input: '<!'TARGETNS ...
- handleUndeclaredEntity(String) - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Undeclared parameter entity is a VC, not WFC...
- handleUndeclaredEntity(String) - Method in class com.ctc.wstx.dtd.MinimalDTDReader
-
This is a VC, not WFC, nothing to do when skipping through DTD in non-supporting mode.
- handleUndeclaredEntity(String) - Method in class com.ctc.wstx.sr.BasicStreamReader
- handleUndeclaredEntity(String) - Method in class com.ctc.wstx.sr.StreamScanner
-
This method gets called if a declaration for an entity was not found in entity expanding mode (enabled by default for xml reader, always enabled for dtd reader).
- hasAttrDefaultValues() - Method in class com.ctc.wstx.dtd.DTDElement
- hasConfigFlag(int) - Method in class com.ctc.wstx.api.WriterConfig
- hasConfigFlags(int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- hasDefaultNs() - Method in class com.ctc.wstx.sr.AttributeCollector
- hasDefaultValue() - Method in class com.ctc.wstx.dtd.DefaultAttrValue
- hasDefaultValue() - Method in class com.ctc.wstx.dtd.DTDAttribute
- hasFixedAttrs() - Method in class com.ctc.wstx.dtd.DTDElement
- hashCode() - Method in class com.ctc.wstx.dtd.DTDId
- hashCode() - Method in class com.ctc.wstx.evt.BaseStartElement
- hashCode() - Method in class com.ctc.wstx.evt.WEntityDeclaration
- hashCode() - Method in class com.ctc.wstx.io.WstxInputLocation
- hashCode() - Method in class com.ctc.wstx.sw.SimpleOutputElement.AttrName
- hashCode() - Method in class com.ctc.wstx.util.PrefixedName
- hasInternNamesBeenEnabled() - Method in class com.ctc.wstx.api.ReaderConfig
-
Special accessor to use to verify whether name interning has explicitly been enabled; true if call was been made to set it to true; false otherwise (default, or set to false)
- hasInternNsURIsBeenEnabled() - Method in class com.ctc.wstx.api.ReaderConfig
- hasLocalName(String) - Method in class com.ctc.wstx.sr.Attribute
- hasMultiple() - Method in class com.ctc.wstx.dtd.LargePrefixedNameSet
- hasMultiple() - Method in class com.ctc.wstx.dtd.PrefixedNameSet
- hasMultiple() - Method in class com.ctc.wstx.dtd.SmallPrefixedNameSet
- hasName() - Method in class com.ctc.wstx.sr.BasicStreamReader
- hasNext() - Method in class com.ctc.wstx.evt.WstxEventReader
- hasNext() - Method in class com.ctc.wstx.sr.BasicStreamReader
- hasNext() - Method in class com.ctc.wstx.util.DataUtil.EI
- hasNextEvent() - Method in class com.ctc.wstx.evt.WstxEventReader
-
Note: although the interface allows implementations to throw an
XMLStreamException
, the reference implementation doesn't currently need to. - hasNsDefaults() - Method in class com.ctc.wstx.dtd.DTDElement
- hasNsDefaults() - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- hasQName(String, String) - Method in class com.ctc.wstx.sr.Attribute
- hasResolvedURL() - Method in class com.ctc.wstx.io.SystemId
- hasText() - Method in class com.ctc.wstx.sr.BasicStreamReader
- hasText() - Method in class com.ctc.wstx.util.TextAccumulator
- hasUndeclaredEntities() - Method in class com.ctc.wstx.dtd.DefaultAttrValue
- hasXmlDecl() - Method in class com.ctc.wstx.io.StreamBootstrapper
- Helper() - Constructor for class com.ctc.wstx.compat.QNameCreator.Helper
- HIGHEST_ENCODABLE_ATTR_CHAR - Static variable in class com.ctc.wstx.sw.BufferingXmlWriter
-
Highest valued character that may need to be encoded (minus charset encoding requirements) when writing attribute values.
- HIGHEST_ENCODABLE_TEXT_CHAR - Static variable in class com.ctc.wstx.sw.BufferingXmlWriter
-
Highest valued character that may need to be encoded (minus charset encoding requirements) when writing attribute values.
- HtmlEmptyElementHandler() - Constructor for class com.ctc.wstx.api.EmptyElementHandler.HtmlEmptyElementHandler
I
- ID_ATTR_NONE - Static variable in class com.ctc.wstx.sr.InputElementStack
- idMatches(char[], int, int) - Method in class com.ctc.wstx.util.ElementId
- idMatches(String) - Method in class com.ctc.wstx.util.ElementId
- ignorableWhitespace(char[], int, int) - Method in class com.ctc.wstx.sax.WstxSAXParser.DocHandlerWrapper
- IMPL_NAME - Static variable in class com.ctc.wstx.api.CommonConfig
- IMPL_VERSION - Static variable in class com.ctc.wstx.api.CommonConfig
-
This is "major.minor" version used for purposes of determining the feature set.
- includeComments() - Method in class com.ctc.wstx.dtd.DTDWriter
- includeConditionals() - Method in class com.ctc.wstx.dtd.DTDWriter
- includeParamEntities() - Method in class com.ctc.wstx.dtd.DTDWriter
- INDENT_CHECK_MAX - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- INDENT_CHECK_START - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- indexTokens(List<TokenModel>) - Method in class com.ctc.wstx.dtd.ChoiceModel
- indexTokens(List<TokenModel>) - Method in class com.ctc.wstx.dtd.ConcatModel
- indexTokens(List<TokenModel>) - Method in class com.ctc.wstx.dtd.ModelNode
- indexTokens(List<TokenModel>) - Method in class com.ctc.wstx.dtd.OptionalModel
- indexTokens(List<TokenModel>) - Method in class com.ctc.wstx.dtd.StarModel
- indexTokens(List<TokenModel>) - Method in class com.ctc.wstx.dtd.TokenModel
- initBinaryChunks(Base64Variant, CharArrayBase64Decoder, boolean) - Method in class com.ctc.wstx.util.TextBuffer
-
Method that needs to be called to configure given base64 decoder with textual contents collected by this buffer.
- initFrom(InputBootstrapper) - Method in class com.ctc.wstx.io.InputBootstrapper
- initHashArea() - Method in class com.ctc.wstx.sr.AttributeCollector
-
Method called to ensure hash area will be properly set up in cases where initially no room was needed, but default attribute(s) is being added.
- initialLoad(int) - Method in class com.ctc.wstx.io.ReaderBootstrapper
- initInputLocation(WstxInputData, int, int) - Method in class com.ctc.wstx.io.WstxInputSource
-
Method called by Reader when current input has changed to come from this input source.
- initInputSource(WstxInputSource, boolean, String) - Method in class com.ctc.wstx.dtd.FullDTDReader
- initInputSource(WstxInputSource, boolean, String) - Method in class com.ctc.wstx.sr.StreamScanner
-
Method called when an entity has been expanded (new input source has been created).
- initValidation() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called right before the document root element is handled.
- initValidation() - Method in class com.ctc.wstx.sr.ValidatingStreamReader
-
Method called right before handling the root element, by the base class.
- inPrologOrEpilog() - Method in class com.ctc.wstx.sw.BaseStreamWriter
- InputBootstrapper - Class in com.ctc.wstx.io
-
Abstract base class that defines common API used with both stream and reader-based input sources.
- InputBootstrapper(String, SystemId) - Constructor for class com.ctc.wstx.io.InputBootstrapper
- InputConfigFlags - Interface in com.ctc.wstx.cfg
-
Constant interface that contains configuration flag used by parser and parser factory, as well as some other input constants.
- InputElementStack - Class in com.ctc.wstx.sr
-
Shared base class that defines API stream reader uses to communicate with the element stack implementation, independent of whether it's operating in namespace-aware or non-namespace modes.
- InputElementStack(ReaderConfig, boolean) - Constructor for class com.ctc.wstx.sr.InputElementStack
- InputFactoryProviderImpl - Class in com.ctc.wstx.osgi
- InputFactoryProviderImpl() - Constructor for class com.ctc.wstx.osgi.InputFactoryProviderImpl
- inputInBuffer() - Method in class com.ctc.wstx.sr.StreamScanner
- inputParsingModeDocuments() - Method in class com.ctc.wstx.api.ReaderConfig
- inputParsingModeFragment() - Method in class com.ctc.wstx.api.ReaderConfig
- InputProblemReporter - Interface in com.ctc.wstx.sr
-
Interface implemented by input reader, and used by other components to report problem that are related to current input position.
- InputSourceFactory - Class in com.ctc.wstx.io
-
Factory class that creates instances of
WstxInputSource
to allow reading input from various sources. - InputSourceFactory() - Constructor for class com.ctc.wstx.io.InputSourceFactory
- inputStreamFromURL(URL) - Static method in class com.ctc.wstx.util.URLUtil
-
Method that tries to get a stream (ideally, optimal one) to read from the specified URL.
- INT_CR_LF_OR_NULL - Static variable in class com.ctc.wstx.sr.StreamScanner
- INT_NULL - Static variable in class com.ctc.wstx.io.WstxInputData
- INT_SPACE - Static variable in class com.ctc.wstx.io.WstxInputData
- INT_SPACE - Static variable in class com.ctc.wstx.sr.AttributeCollector
- INT_SPACE - Static variable in class com.ctc.wstx.util.StringUtil
- INT_SPACE - Static variable in class com.ctc.wstx.util.TextBuffer
- Integer(int) - Static method in class com.ctc.wstx.util.DataUtil
- IntEntity - Class in com.ctc.wstx.ent
- IntEntity(Location, String, URL, char[], Location) - Constructor for class com.ctc.wstx.ent.IntEntity
- intern(String) - Method in class com.ctc.wstx.util.InternCache
- INTERN_SHARED_NAMES - Static variable in class com.ctc.wstx.dtd.FullDTDReader
-
Flag that can be changed to enable or disable interning of shared names; shared names are used for enumerated values to reduce memory usage.
- InternCache - Class in com.ctc.wstx.util
-
Singleton class that implements "fast intern" functionality, essentially adding a layer that caches Strings that have been previously intern()ed, but that probably shouldn't be added to symbol tables.
- InternCache() - Constructor for class com.ctc.wstx.util.InternCache
- InvalidCharHandler - Interface in com.ctc.wstx.api
-
Simple converter interface designed to be used with stream writer property
WstxOutputProperties.P_OUTPUT_INVALID_CHAR_HANDLER
. - InvalidCharHandler.FailingHandler - Class in com.ctc.wstx.api
-
This handler implementation just throws an exception for all invalid characters encountered.
- InvalidCharHandler.ReplacingHandler - Class in com.ctc.wstx.api
-
Alternative to the default handler, this handler converts all invalid characters to the specified output character.
- IS_STANDALONE - Static variable in class com.ctc.wstx.sax.SAXFeature
- is10NameChar(char) - Static method in class com.ctc.wstx.util.XmlChars
- is10NameStartChar(char) - Static method in class com.ctc.wstx.util.XmlChars
- is11NameChar(char) - Static method in class com.ctc.wstx.util.XmlChars
- is11NameStartChar(char) - Static method in class com.ctc.wstx.util.XmlChars
- isAcceptingState() - Method in class com.ctc.wstx.dtd.DFAState
- isAllWhitespace() - Method in class com.ctc.wstx.util.TextBuffer
- isAllWhitespace(char[], int, int) - Static method in class com.ctc.wstx.util.StringUtil
- isAllWhitespace(String) - Static method in class com.ctc.wstx.util.StringUtil
- isaNsDeclaration() - Method in class com.ctc.wstx.util.PrefixedName
- isAttributeSpecified(int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- isCachable() - Method in class com.ctc.wstx.dtd.DTDSubset
- isCachable() - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
- isCharacters() - Method in class com.ctc.wstx.sr.BasicStreamReader
- isDeclared(int) - Method in class com.ctc.wstx.sax.WstxSAXParser
- isDeclared(String) - Method in class com.ctc.wstx.sax.WstxSAXParser
- isDeclared(String, String) - Method in class com.ctc.wstx.sax.WstxSAXParser
- isDefault(int) - Method in class com.ctc.wstx.sr.ElemAttrs
- isDefined() - Method in class com.ctc.wstx.dtd.DTDElement
- isDefined() - Method in class com.ctc.wstx.util.ElementId
- isDirectChildOf(SymbolTable) - Method in class com.ctc.wstx.util.SymbolTable
- isDirty() - Method in class com.ctc.wstx.util.SymbolTable
- isEmpty() - Method in class com.ctc.wstx.sr.InputElementStack
- isEmpty() - Method in class com.ctc.wstx.util.StringVector
- isEmpty() - Method in class com.ctc.wstx.util.TextBuilder
- isEmptyElement() - Method in class com.ctc.wstx.sr.BasicStreamReader
- isEndElement() - Method in class com.ctc.wstx.sr.BasicStreamReader
- isExternal() - Method in class com.ctc.wstx.ent.EntityDecl
- isExternal() - Method in class com.ctc.wstx.ent.ExtEntity
- isExternal() - Method in class com.ctc.wstx.ent.IntEntity
- isFixed() - Method in class com.ctc.wstx.dtd.DefaultAttrValue
- isFixed() - Method in class com.ctc.wstx.dtd.DTDAttribute
- isLeaf() - Method in class com.ctc.wstx.dtd.ContentSpec
- isLeaf() - Method in class com.ctc.wstx.dtd.TokenContentSpec
- isNameChar(char) - Method in class com.ctc.wstx.io.WstxInputData
-
Method that can be used to check whether specified character is a valid character of an XML 1.0/1.1 name as any other char than the first one; except that colon (:) is not recognized as valid here: caller has to verify it separately (since it generally affects namespace mapping of a qualified name).
- isNameChar(char, boolean, boolean) - Static method in class com.ctc.wstx.io.WstxInputData
- isNamespaceAware() - Method in class com.ctc.wstx.sax.WstxSAXParser
- isNamespaceAware() - Method in class com.ctc.wstx.sr.BasicStreamReader
- isNamespaceAware() - Method in class com.ctc.wstx.sr.InputElementStack
- isNamespaceAware() - Method in interface com.ctc.wstx.sr.StreamReaderImpl
- isNameStartChar(char) - Method in class com.ctc.wstx.io.WstxInputData
-
Method that can be used to check whether specified character is a valid first character of an XML 1.0/1.1 name; except that colon (:) is not recognized as a start char here: caller has to verify it separately (since it generally affects namespace mapping of a qualified name).
- isNameStartChar(char, boolean, boolean) - Static method in class com.ctc.wstx.io.WstxInputData
- isNotationDeclared(String) - Method in class com.ctc.wstx.sr.InputElementStack
- isNotationDeclared(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- isNullable() - Method in class com.ctc.wstx.dtd.ChoiceModel
- isNullable() - Method in class com.ctc.wstx.dtd.ConcatModel
- isNullable() - Method in class com.ctc.wstx.dtd.ModelNode
- isNullable() - Method in class com.ctc.wstx.dtd.OptionalModel
- isNullable() - Method in class com.ctc.wstx.dtd.StarModel
- isNullable() - Method in class com.ctc.wstx.dtd.TokenModel
- ISOLatin1XmlWriter - Class in com.ctc.wstx.sw
-
Concrete implementation of
EncodingXmlWriter
used when output is to be encoded using ISO-8859-1, aka ISO-Latin1 encoding. - ISOLatin1XmlWriter(OutputStream, WriterConfig, boolean) - Constructor for class com.ctc.wstx.sw.ISOLatin1XmlWriter
- ISOLatinReader - Class in com.ctc.wstx.io
-
Optimized Reader that reads ISO-Latin (aka ISO-8859-1) content from an input stream.
- ISOLatinReader(ReaderConfig, InputStream, byte[], int, int, boolean) - Constructor for class com.ctc.wstx.io.ISOLatinReader
- isOrIsExpandedFrom(String) - Method in class com.ctc.wstx.io.WstxInputSource
-
Method that checks if this input source expanded from the specified entity id, directly or by ancestor.
- isParsed() - Method in class com.ctc.wstx.ent.EntityDecl
- isParsed() - Method in class com.ctc.wstx.ent.ExtEntity
- isParsed() - Method in class com.ctc.wstx.ent.IntEntity
- isParsed() - Method in class com.ctc.wstx.ent.ParsedExtEntity
- isParsed() - Method in class com.ctc.wstx.ent.UnparsedExtEntity
- isPrefixLocallyDeclared(String) - Method in class com.ctc.wstx.sr.InputElementStack
- isPrefixValid(String, String, boolean) - Method in class com.ctc.wstx.sw.OutputElementBase
-
Method that verifies that passed-in prefix indeed maps to the specified namespace URI; and depending on how it goes returns a status for caller.
- isPropertySupported(String) - Method in class com.ctc.wstx.api.CommonConfig
- isPropertySupported(String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingReader
- isPropertySupported(String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- isPropertySupported(String) - Method in class com.ctc.wstx.dtd.DTDSchemaFactory
- isPropertySupported(String) - Method in class com.ctc.wstx.evt.WstxEventReader
- isPropertySupported(String) - Method in class com.ctc.wstx.sr.BasicStreamReader
- isPropertySupported(String) - Method in class com.ctc.wstx.stax.WstxInputFactory
- isPropertySupported(String) - Method in class com.ctc.wstx.stax.WstxOutputFactory
- isPropertySupported(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- isRequired() - Method in class com.ctc.wstx.dtd.DefaultAttrValue
- isRequired() - Method in class com.ctc.wstx.dtd.DTDAttribute
- isReusableWith(DTDSubset) - Method in class com.ctc.wstx.dtd.DTDSubset
-
Method used in determining whether cached external subset instance can be used with specified internal subset.
- isReusableWith(DTDSubset) - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Method used in determining whether cached external subset instance can be used with specified internal subset.
- isRoot() - Method in class com.ctc.wstx.dom.DOMOutputElement
- isRoot() - Method in class com.ctc.wstx.sw.OutputElementBase
- isRoot() - Method in class com.ctc.wstx.sw.SimpleOutputElement
- isSpace(char) - Static method in class com.ctc.wstx.util.StringUtil
-
Note that it is assumed that any "weird" white space (xml 1.1 LSEP and NEL) have been replaced by canonical alternatives (linefeed for element content, regular space for attributes)
- isSpaceChar(char) - Static method in class com.ctc.wstx.io.WstxInputData
- isSpecial() - Method in class com.ctc.wstx.dtd.DefaultAttrValue
-
Method used by the element to figure out if attribute needs "special" checking; basically if it's required, and/or has a default value.
- isSpecial() - Method in class com.ctc.wstx.dtd.DTDAttribute
-
Method used by the element to figure out if attribute needs "special" checking; basically if it's required, and/or has a default value.
- isSpecified(int) - Method in class com.ctc.wstx.sax.WstxSAXParser
- isSpecified(int) - Method in class com.ctc.wstx.sr.AttributeCollector
- isSpecified(String) - Method in class com.ctc.wstx.sax.WstxSAXParser
- isSpecified(String, String) - Method in class com.ctc.wstx.sax.WstxSAXParser
- isStandalone() - Method in class com.ctc.wstx.sr.BasicStreamReader
- isStartElement() - Method in class com.ctc.wstx.evt.BaseStartElement
- isStartElement() - Method in class com.ctc.wstx.sr.BasicStreamReader
- isUnparsedEntityDeclared(String) - Method in class com.ctc.wstx.sr.InputElementStack
- isUnparsedEntityDeclared(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- isValidating() - Method in class com.ctc.wstx.sax.WstxSAXParser
- isValidating() - Method in class com.ctc.wstx.sw.BaseStreamWriter
-
Method that is used by output classes to determine whether we are in validating mode.
- isWhiteSpace() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
05-Apr-2004, TSa: Could try to determine status when text is actually read.
- isXml11() - Method in class com.ctc.wstx.api.ReaderConfig
- isXmlReservedAttr(boolean, String) - Method in class com.ctc.wstx.util.PrefixedName
-
Method used to check for xml reserved attribute names, like "xml:space" and "xml:id".
J
- JDK_SECURE_PROCESSING - Static variable in class com.ctc.wstx.sax.SAXFeature
L
- LargePrefixedNameSet - Class in com.ctc.wstx.dtd
-
Implementation of
PrefixedNameSet
suitable for storing large number of entries; basically anything above trivially small sets (4 or less). - LargePrefixedNameSet(boolean, PrefixedName[]) - Constructor for class com.ctc.wstx.dtd.LargePrefixedNameSet
- LargePrefixedNameSet.Bucket - Class in com.ctc.wstx.dtd
- LEXICAL_HANDLER - Static variable in class com.ctc.wstx.sax.SAXProperty
- LEXICAL_HANDLER_PARAMETER_ENTITIES - Static variable in class com.ctc.wstx.sax.SAXFeature
- LimitMap(int) - Constructor for class com.ctc.wstx.util.SimpleCache.LimitMap
- linkUndefined(ElementId) - Method in class com.ctc.wstx.util.ElementId
- loadMore() - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Need to override this method, to check couple of things: first, that nested input sources are balanced, when expanding parameter entities inside entity value definitions (as per XML specs), and secondly, to handle (optional) flattening output.
- loadMore() - Method in class com.ctc.wstx.io.ReaderBootstrapper
- loadMore() - Method in class com.ctc.wstx.io.StreamBootstrapper
- loadMore() - Method in class com.ctc.wstx.sr.StreamScanner
-
Method that will try to read one or more characters from currently open input sources; closing input sources if necessary.
- loadMore(int) - Method in class com.ctc.wstx.io.UTF32Reader
- loadMore(int) - Method in class com.ctc.wstx.io.UTF8Reader
- loadMore(String) - Method in class com.ctc.wstx.sr.StreamScanner
- loadMoreFromCurrent() - Method in class com.ctc.wstx.dtd.FullDTDReader
- loadMoreFromCurrent() - Method in class com.ctc.wstx.sr.StreamScanner
- loadMoreFromCurrent(String) - Method in class com.ctc.wstx.sr.StreamScanner
- loadMoreScoped(WstxInputSource, String, Location) - Method in class com.ctc.wstx.dtd.FullDTDReader
- localSize() - Method in class com.ctc.wstx.util.BijectiveNsMap
- LONG_ATTR_LIST_LEN - Static variable in class com.ctc.wstx.sr.AttributeCollector
-
Threshold value that indicates minimum length for lists instances that need a Map structure, for fast attribute access by fully-qualified name.
M
- mAccepting - Variable in class com.ctc.wstx.dtd.DFAState
- mAccessKey - Variable in class com.ctc.wstx.dtd.FullDTDReader
- mAccurateLocation - Variable in class com.ctc.wstx.evt.DefaultEventAllocator
- mAddSpaceAfterEmptyElem - Variable in class com.ctc.wstx.sw.XmlWriter
-
Whether to add a space after empty element (before closing "/>") or not.
- makeChild() - Method in class com.ctc.wstx.util.SymbolTable
-
"Factory" method; will create a new child instance of this symbol table.
- mAllocator - Variable in class com.ctc.wstx.evt.WstxEventReader
- mAllocator - Variable in class com.ctc.wstx.stax.WstxInputFactory
- mAllowedContent - Variable in class com.ctc.wstx.dtd.DTDElement
- mAllowXml11EscapedCharsInXml10 - Variable in class com.ctc.wstx.sr.StreamScanner
-
Flag that indicates whether all escaped chars are accepted in XML 1.0.
- mAnyDefaults - Variable in class com.ctc.wstx.dtd.DTDElement
-
Flag set to true if there are any attributes that have either basic default value, or #FIXED default value.
- mAnyDTDppFeatures - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Flag that indicates if any DTD++ features have been encountered (in DTD++-supporting mode).
- mAnyFixed - Variable in class com.ctc.wstx.dtd.DTDElement
- mAnyOutput - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
Flag that is set to true first time something has been output.
- mArity - Variable in class com.ctc.wstx.dtd.ChoiceContentSpec.Validator
- mArity - Variable in class com.ctc.wstx.dtd.ContentSpec
- mArity - Variable in class com.ctc.wstx.dtd.SeqContentSpec.Validator
- mArity - Variable in class com.ctc.wstx.dtd.TokenContentSpec.Validator
- mark(int) - Method in class com.ctc.wstx.io.MergedReader
- mark(int) - Method in class com.ctc.wstx.io.MergedStream
- mark(int) - Method in class com.ctc.wstx.util.TextBuffer.BufferReader
- markAsExternallyDeclared() - Method in class com.ctc.wstx.ent.EntityDecl
- markDefined(Location) - Method in class com.ctc.wstx.util.ElementId
- markLF() - Method in class com.ctc.wstx.sr.StreamScanner
- markLF(int) - Method in class com.ctc.wstx.sr.StreamScanner
- markSupported() - Method in class com.ctc.wstx.io.MergedReader
- markSupported() - Method in class com.ctc.wstx.io.MergedStream
- markSupported() - Method in class com.ctc.wstx.util.TextBuffer.BufferReader
- MASK_GET_ELEMENT_TEXT - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- MASK_GET_TEXT - Static variable in class com.ctc.wstx.sr.BasicStreamReader
-
This mask covers all types for which basic
BasicStreamReader.getText()
method can be called. - MASK_GET_TEXT_WITH_WRITER - Static variable in class com.ctc.wstx.sr.BasicStreamReader
-
This mask is used with Stax2 getText() method (one that takes Writer as an argument): accepts even wider range of event types.
- MASK_GET_TEXT_XXX - Static variable in class com.ctc.wstx.sr.BasicStreamReader
-
This mask covers all types for which extends
getTextXxx
methods can be called; which is less than those for whichBasicStreamReader.getText()
can be called. - MASK_TYPED_ACCESS_ARRAY - Static variable in class com.ctc.wstx.sr.TypedStreamReader
-
Mask of event types that are legal (starting) states to call Typed Access API from.
- MASK_TYPED_ACCESS_BINARY - Static variable in class com.ctc.wstx.sr.TypedStreamReader
- matches(String, char[], int, int) - Static method in class com.ctc.wstx.util.StringUtil
- matches(String, String) - Method in class com.ctc.wstx.sr.InputElementStack
- mAttrCollector - Variable in class com.ctc.wstx.sax.WstxSAXParser
- mAttrCollector - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Object that stores information about currently accessible attributes.
- mAttrCollector - Variable in class com.ctc.wstx.sr.InputElementStack
- mAttrCount - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Number of attribute specification Objects in
DTDValidatorBase.mAttrSpecs
; needed to store in case type information is requested later on. - mAttrCount - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
Number of attributes accessible via
Attributes
andAttributes2
interfaces, for the current start element. - mAttrCount - Variable in class com.ctc.wstx.sr.AttributeCollector
-
Actual number of attributes collected, including attributes added via default values.
- mAttrHashSize - Variable in class com.ctc.wstx.sr.AttributeCollector
-
Size of hash area in
mAttrMap
; generally at least 20% more than number of attributes (mAttrCount
). - mAttrHashSize - Variable in class com.ctc.wstx.sr.ElemAttrs
- mAttributes - Variable in class com.ctc.wstx.sr.AttributeCollector
-
Array of attributes collected for this element.
- mAttrList - Variable in class com.ctc.wstx.evt.CompactStartElement
-
Lazily created List that contains Attribute instances contained in this list.
- mAttrMap - Variable in class com.ctc.wstx.dtd.DTDElement
- mAttrMap - Variable in class com.ctc.wstx.sr.AttributeCollector
-
Encoding of a data structure that contains mapping from attribute names to attribute index in main attribute name arrays.
- mAttrMap - Variable in class com.ctc.wstx.sr.ElemAttrs
- mAttrName - Variable in class com.ctc.wstx.util.ElementId
-
Name of the attribute that contains this id value (often "id", but need not be)
- mAttrNames - Variable in class com.ctc.wstx.sw.NonNsStreamWriter
-
Container for attribute names for current element; used only if uniqueness of attribute names is to be enforced.
- mAttrs - Variable in class com.ctc.wstx.evt.CompactStartElement
-
Container object that has enough information about attributes to be able to implement attribute accessor methods of this class.
- mAttrs - Variable in class com.ctc.wstx.evt.SimpleStartElement
- mAttrs - Variable in class com.ctc.wstx.sax.WstxSAXParser.AttributesWrapper
- mAttrSet - Variable in class com.ctc.wstx.sw.SimpleOutputElement
-
Map used to check for duplicate attribute declarations, if feature is enabled.
- mAttrSpecs - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
List of attribute declarations/specifications, one for each attribute of the current element, for which there is a matching value (either explicitly defined, or assigned via defaulting).
- mAttrSpillEnd - Variable in class com.ctc.wstx.sr.AttributeCollector
-
Pointer to int slot right after last spill entr, in
mAttrMap
array. - mAttrSpillEnd - Variable in class com.ctc.wstx.sr.ElemAttrs
- mAttrValueWriter - Variable in class com.ctc.wstx.sw.XmlWriter
-
Optional escaping writer used for escaping characters like '"' '&' and '<' in attribute values.
- mAttrWrapper - Variable in class com.ctc.wstx.sax.WstxSAXParser.DocHandlerWrapper
- mAutoCloseOutput - Variable in class com.ctc.wstx.io.UTF8Writer
- mAutoCloseOutput - Variable in class com.ctc.wstx.sw.XmlWriter
-
Flag that defines whether close() on this writer should call close on the underlying output object (stream, writer)
- mAutoDtdValidator - Variable in class com.ctc.wstx.sr.ValidatingStreamReader
-
Validating reader keeps of automatically created DTD-based validator, since its handling may differ from that of application managed validators.
- mAutomaticNS - Variable in class com.ctc.wstx.sw.BaseNsStreamWriter
-
True, if writer needs to automatically output namespace declarations (we are in repairing mode)
- mAutomaticNsPrefix - Variable in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- mAutomaticNsPrefix - Variable in class com.ctc.wstx.sw.RepairingNsStreamWriter
- mAutoNsSeq - Variable in class com.ctc.wstx.dom.WstxDOMWrappingWriter
-
for NsRepairing mode
- mAutoNsSeq - Variable in class com.ctc.wstx.sw.RepairingNsStreamWriter
-
Sequence number used for generating dynamic namespace prefixes.
- MAX_INDENT_SPACES - Static variable in class com.ctc.wstx.util.TextBuffer
- MAX_INDENT_TABS - Static variable in class com.ctc.wstx.util.TextBuffer
- MAX_LEN - Static variable in class com.ctc.wstx.util.TextBuilder
- MAX_LONG - Static variable in class com.ctc.wstx.util.DataUtil
- MAX_LOOP_FOR_NEW_PREFIX - Static variable in class com.ctc.wstx.util.BijectiveNsMap
-
As a simple protection against infinite loops, use an arbitrary but bound limit for iterators
- MAX_POOL_SIZE - Static variable in class com.ctc.wstx.sw.BaseNsStreamWriter
-
Although pooled objects are small, let's limit the pool size nonetheless, to optimize memory usage for deeply nested documents.
- MAX_SEGMENT_LENGTH - Static variable in class com.ctc.wstx.util.TextBuffer
-
We will also restrict maximum length of individual segments to allocate (not including cases where we must return a single segment).
- MAX_SIZE - Static variable in class com.ctc.wstx.util.InternCache
-
Let's limit to hash area size of 1024.
- MAX_SYMBOL_TABLE_GENERATIONS - Static variable in class com.ctc.wstx.stax.WstxInputFactory
-
Number of generations should not matter as much as raw size...
- MAX_SYMBOL_TABLE_SIZE - Static variable in class com.ctc.wstx.stax.WstxInputFactory
-
Let's limit max size to 3/4 of 16k, since this corresponds to 64k main hash index.
- MAX_UNICODE_CHAR - Static variable in interface com.ctc.wstx.cfg.XmlConsts
-
This constant defines the highest Unicode character allowed in XML content.
- MAX_UNICODE_CHAR - Static variable in class com.ctc.wstx.io.WstxInputData
-
This constant defines the highest Unicode character allowed in XML content.
- MAX_WORDS - Static variable in class com.ctc.wstx.util.WordResolver
-
Maximum number of words (Strings) an instance can contain
- mayHaveNsDefaults(String, String) - Method in class com.ctc.wstx.dtd.DTDValidatorBase
-
Calling this method before
DTDValidatorBase.checkNsDefaults(com.ctc.wstx.sr.InputElementStack)
is necessary to pass information regarding the current element; although it will become available later on (via normal XMLValidator interface), that's too late (after namespace binding and resolving). - mayHaveNsDefaults(String, String) - Method in interface com.ctc.wstx.sr.NsDefaultProvider
- mBaseURL - Variable in class com.ctc.wstx.api.ReaderConfig
-
Base URL to use as the resolution context for relative entity references
- mBigEndian - Variable in class com.ctc.wstx.io.StreamBootstrapper
- mBigEndian - Variable in class com.ctc.wstx.io.UTF32Reader
- mBranchBuffer - Variable in class com.ctc.wstx.io.BranchingReaderSource
- mBranchStartOffset - Variable in class com.ctc.wstx.io.BranchingReaderSource
- mBuckets - Variable in class com.ctc.wstx.dtd.LargePrefixedNameSet
-
Secondary (spill) area, in which keys whose hash values collide with primary ones are added.
- mBuckets - Variable in class com.ctc.wstx.util.SymbolTable
-
Overflow buckets; if primary doesn't match, lookup is done from here.
- mBuffer - Variable in class com.ctc.wstx.io.BaseInputSource
-
Input buffer this input source uses, if any.
- mBuffer - Variable in class com.ctc.wstx.sw.XmlWriterWrapper
- mBuffer - Variable in class com.ctc.wstx.util.TextBuilder
- mBufferLen - Variable in class com.ctc.wstx.util.TextBuilder
- mBuilder - Variable in class com.ctc.wstx.util.TextAccumulator
- mByteBuffer - Variable in class com.ctc.wstx.io.BaseReader
- mByteBuffer - Variable in class com.ctc.wstx.io.StreamBootstrapper
- mByteBufferEnd - Variable in class com.ctc.wstx.io.BaseReader
-
Pointed to the end marker, that is, position one after the last valid available byte.
- mByteCount - Variable in class com.ctc.wstx.io.ISOLatinReader
-
Total read byte (and char) count; used for error reporting purposes
- mByteCount - Variable in class com.ctc.wstx.io.UTF32Reader
-
Total read byte count; used for error reporting purposes
- mByteCount - Variable in class com.ctc.wstx.io.UTF8Reader
-
Total read byte count; used for error reporting purposes
- mBytePtr - Variable in class com.ctc.wstx.io.BaseReader
-
Pointer to the next available byte (if any), iff less than
mByteBufferEnd
- mByteSizeFound - Variable in class com.ctc.wstx.io.StreamBootstrapper
- mBytesPerChar - Variable in class com.ctc.wstx.io.StreamBootstrapper
-
For most encodings, number of physical characters needed for decoding xml declaration characters (which for variable length encodings like UTF-8 will be 1).
- mCachedEntities - Variable in class com.ctc.wstx.sr.StreamScanner
-
Cache of internal character entities;
- mCause - Variable in exception class com.ctc.wstx.sax.WrappedSaxException
- mCfgAutomaticEmptyElems - Variable in class com.ctc.wstx.sw.BaseStreamWriter
- mCfgCDataAsText - Variable in class com.ctc.wstx.sw.BaseStreamWriter
- mCfgCoalesceText - Variable in class com.ctc.wstx.sr.BasicStreamReader
- mCfgCopyDefaultAttrs - Variable in class com.ctc.wstx.sw.BaseStreamWriter
- mCfgFullyValidating - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
This flag indicates whether we should build a validating 'real' validator (true, the usual case), or a simpler pseudo-validator that can do all non-validation tasks that are based on DTD info (entity expansion, notation references, default attribute values).
- mCfgLazyParsing - Variable in class com.ctc.wstx.sr.BasicStreamReader
- mCfgMultiDocMode - Variable in class com.ctc.wstx.evt.WstxEventReader
-
Marker flag to allow specialized handling in "multi-document" reading mode.
- mCfgNsAware - Variable in class com.ctc.wstx.dtd.DTDAttribute
- mCfgNsEnabled - Variable in class com.ctc.wstx.sr.StreamScanner
-
If true, Reader is namespace aware, and should do basic checks (usually enforcing limitations on having colons in names)
- mCfgReplaceEntities - Variable in class com.ctc.wstx.sr.StreamScanner
-
note: left non-final on purpose: sub-class may need to modify the default value after construction.
- mCfgReportTextAsChars - Variable in class com.ctc.wstx.sr.BasicStreamReader
- mCfgSupportDTDPP - Variable in class com.ctc.wstx.dtd.FullDTDReader
- mCfgTreatCharRefsAsEntities - Variable in class com.ctc.wstx.sr.StreamScanner
-
Flag for whether or not character references should be treated as entities
- mCfgXml11 - Variable in class com.ctc.wstx.dtd.DTDAttribute
- mChar - Variable in exception class com.ctc.wstx.exc.WstxUnexpectedCharException
- mCharBuffer - Variable in class com.ctc.wstx.io.ReaderBootstrapper
- mCharCount - Variable in class com.ctc.wstx.io.AsciiReader
-
Total read character count; used for error reporting purposes (note: byte count is the same, due to fixed one-byte-per char mapping)
- mCharCount - Variable in class com.ctc.wstx.io.UTF32Reader
-
Total read character count; used for error reporting purposes
- mCharCount - Variable in class com.ctc.wstx.io.UTF8Reader
-
Total read character count; used for error reporting purposes
- mCharOffset - Variable in class com.ctc.wstx.io.WstxInputLocation
- mCheckAttrs - Variable in class com.ctc.wstx.sw.BaseStreamWriter
- mCheckContent - Variable in class com.ctc.wstx.sw.XmlWriter
- mCheckForbiddenPEs - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
This flag is used to catch uses of PEs in the internal subset within declarations (full declarations are ok, but not other types)
- mCheckIndentation - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Counter used for determining whether we are to try to heuristically "intern" white space that seems to be used for indentation purposes
- mCheckNames - Variable in class com.ctc.wstx.sw.XmlWriter
- mCheckStructure - Variable in class com.ctc.wstx.sw.BaseStreamWriter
- mCheckStructure - Variable in class com.ctc.wstx.sw.XmlWriter
- mChildCount - Variable in class com.ctc.wstx.sr.Element
-
Count of child elements
- mCol - Variable in class com.ctc.wstx.io.WstxInputLocation
- mConfig - Variable in class com.ctc.wstx.dom.WstxDOMWrappingReader
- mConfig - Variable in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- mConfig - Variable in class com.ctc.wstx.io.BaseReader
- mConfig - Variable in class com.ctc.wstx.io.MergedReader
- mConfig - Variable in class com.ctc.wstx.io.MergedStream
- mConfig - Variable in class com.ctc.wstx.io.ReaderSource
- mConfig - Variable in class com.ctc.wstx.io.UTF8Writer
- mConfig - Variable in class com.ctc.wstx.sax.WstxSAXParser
- mConfig - Variable in class com.ctc.wstx.sr.InputElementStack
- mConfig - Variable in class com.ctc.wstx.sr.StreamScanner
-
Copy of the configuration object passed by the factory.
- mConfig - Variable in class com.ctc.wstx.stax.WstxInputFactory
-
Current configurations for this factory
- mConfig - Variable in class com.ctc.wstx.stax.WstxOutputFactory
- mConfig - Variable in class com.ctc.wstx.sw.BaseStreamWriter
- mConfig - Variable in class com.ctc.wstx.sw.XmlWriter
- mConfig - Variable in class com.ctc.wstx.util.TextBuffer
- mConfigFlagMods - Variable in class com.ctc.wstx.api.ReaderConfig
-
Bitset that indicates explicit changes to
ReaderConfig.mConfigFlags
through calls; empty bit means that the corresponding property has its default value, set bit that an explicit call has been made. - mConfigFlags - Variable in class com.ctc.wstx.api.ReaderConfig
-
Bitset that contains state of on/off properties; initialized to defaults, but can be set/cleared.
- mConfigFlags - Variable in class com.ctc.wstx.api.WriterConfig
- mConfigFlags - Variable in class com.ctc.wstx.dtd.DTDId
- mConfigFlags - Variable in class com.ctc.wstx.dtd.FullDTDReader
- mConfigFlags - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Set of locally stored configuration flags
- mContentHandler - Variable in class com.ctc.wstx.sax.WstxSAXParser
- mContentLocation - Variable in class com.ctc.wstx.ent.IntEntity
-
Location where entity content definition started; points to the starting/opening quote for internal entities.
- mContentSpecs - Variable in class com.ctc.wstx.dtd.ChoiceContentSpec
- mContentSpecs - Variable in class com.ctc.wstx.dtd.SeqContentSpec
- mContentStart - Variable in class com.ctc.wstx.io.CharArraySource
- mContext - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Validation context (owner) for this validator.
- mContext - Variable in class com.ctc.wstx.ent.EntityDecl
-
Context that is to be used to resolve references encountered from expanded contents of this entity.
- mContext - Variable in class com.ctc.wstx.io.WstxInputLocation
-
Enclosing (parent) input location; location from which current location is derived.
- mConvertLFs - Variable in class com.ctc.wstx.io.BranchingReaderSource
- mCopyBuffer - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
Intermediate buffer into which characters of a String can be copied, in cases where such a copy followed by array access is faster than calling
String.charAt()
(which perhaps surprisingly is often case, and especially significant for longer buffers). - mCount - Variable in class com.ctc.wstx.dtd.ChoiceContentSpec.Validator
- mCount - Variable in class com.ctc.wstx.dtd.TokenContentSpec.Validator
- mCurrAttrDefault - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
This is the attribute default value that is currently being parsed.
- mCurrAttrDefs - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Attribute definitions for attributes the current element may have
- mCurrDeclaration - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Keyword of the declaration being currently parsed (if any).
- mCurrDefaultAttrs - Variable in class com.ctc.wstx.dtd.DTDTypingNonValidator
-
Bitset used for keeping track of defaulted attributes for which values have been found.
- mCurrDepth - Variable in class com.ctc.wstx.sr.StreamScanner
-
This is the current depth of the input stack (same as what input element stack would return as its depth).
- mCurrElem - Variable in class com.ctc.wstx.dom.WstxDOMWrappingWriter
-
This element is the current context element, under which all other nodes are added, until matching end element is output.
- mCurrElem - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
This is the element that is currently being validated; valid during
validateElementStart
,validateAttribute
,validateElementAndAttributes
calls. - mCurrElem - Variable in class com.ctc.wstx.sw.BaseNsStreamWriter
- mCurrElement - Variable in class com.ctc.wstx.sr.InputElementStack
-
Currently open element, if any; null outside root element.
- mCurrEntity - Variable in class com.ctc.wstx.sr.StreamScanner
-
Entity reference stream currently points to.
- mCurrentSegment - Variable in class com.ctc.wstx.util.TextBuffer
- mCurrentSize - Variable in class com.ctc.wstx.util.TextBuffer
-
Number of characters in currently active (last) segment
- mCurrHasAnyFixed - Variable in class com.ctc.wstx.dtd.DTDValidator
- mCurrInputProcessed - Variable in class com.ctc.wstx.io.WstxInputData
-
Number of characters that were contained in previous blocks (blocks that were already processed prior to the current buffer).
- mCurrInputRow - Variable in class com.ctc.wstx.io.WstxInputData
-
Current row location of current point in input buffer, starting from 1
- mCurrInputRowStart - Variable in class com.ctc.wstx.io.WstxInputData
-
Current index of the first character of the current row in input buffer.
- mCurrName - Variable in class com.ctc.wstx.sr.StreamScanner
-
Local full name for the event, if it has one (note: element events do NOT use this variable; those names are stored in element stack): target for processing instructions.
- mCurrRecycler - Variable in class com.ctc.wstx.api.ReaderConfig
-
This is the actually container of the recyclable buffers.
- mCurrRecycler - Variable in class com.ctc.wstx.api.WriterConfig
-
This is the actually container of the recyclable buffers.
- mCurrSpecialAttrs - Variable in class com.ctc.wstx.dtd.DTDValidator
-
Bitset used for keeping track of required and defaulted attributes for which values have been found.
- mCurrTextLength - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Sized of currentTextLength for CDATA, CHARACTERS, WHITESPACE.
- mCurrToken - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Current state of the stream, ie token value returned by
BasicStreamReader.getEventType()
. - mData - Variable in class com.ctc.wstx.io.MergedReader
-
This buffer contains the partially read remains left over after bootstrapper has consumed xml declaration (if one found).
- mData - Variable in class com.ctc.wstx.io.MergedStream
- mData - Variable in class com.ctc.wstx.util.WordResolver.Builder
- mData - Variable in class com.ctc.wstx.util.WordResolver
-
Compressed presentation of the word set.
- mData - Variable in class com.ctc.wstx.util.WordSet.Builder
- mData - Variable in class com.ctc.wstx.util.WordSet
-
Compressed presentation of the word set.
- mDeclaredExternally - Variable in class com.ctc.wstx.ent.EntityDecl
-
Flag that can be set to indicate that the declaration was in the external DTD subset.
- mDeclaredXmlVersion - Variable in class com.ctc.wstx.io.InputBootstrapper
-
XML declaration from the input (1.0, 1.1 or 'unknown')
- mDeclHandler - Variable in class com.ctc.wstx.sax.WstxSAXParser
- mDefaultNsDeclared - Variable in class com.ctc.wstx.sr.AttributeCollector
-
Flag to indicate whether the default namespace has already been declared for the current element.
- mDefaultNsSet - Variable in class com.ctc.wstx.dom.DOMOutputElement
- mDefaultNsURI - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Currently active default namespace URI.
- mDefaultNsURI - Variable in class com.ctc.wstx.sr.Element
-
Default namespace for this element.
- mDefaultNsURI - Variable in class com.ctc.wstx.sw.OutputElementBase
- mDefaultOffset - Variable in class com.ctc.wstx.sr.ElemAttrs
-
Raw offset (in
mRawAttrs
) of the first attribute instance that was created through default value expansion. - mDefined - Variable in class com.ctc.wstx.util.ElementId
-
Flag that indicates whether this Object presents a defined id value (value of an ID attribute) or just a reference to one.
- mDefinedPEs - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Map (name-to-WEntityDeclaration) that contains all parameter entities defined by this subset.
- mDefValue - Variable in class com.ctc.wstx.dtd.DTDAttribute
- mDefValueType - Variable in class com.ctc.wstx.dtd.DefaultAttrValue
- mDepth - Variable in class com.ctc.wstx.sr.InputElementStack
- mDesc - Variable in class com.ctc.wstx.io.WstxInputLocation
- mDirty - Variable in class com.ctc.wstx.util.SymbolTable
-
Flag that indicates if any changes have been made to the data; used to both determine if bucket array needs to be copied when (first) change is made, and potentially if updated bucket list is to be resync'ed back to master instance.
- mDocHandler - Variable in class com.ctc.wstx.sax.WstxSAXParser.DocHandlerWrapper
- mDocInputEncoding - Variable in class com.ctc.wstx.sr.StreamScanner
-
Input stream encoding, if known (passed in, or determined by auto-detection); null if not.
- mDocStandalone - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Status about "stand-aloneness" of document; set to 'yes'/'no'/'unknown' based on whether there was xml declaration, and if so, whether it had standalone attribute.
- mDocXmlEncoding - Variable in class com.ctc.wstx.sr.StreamScanner
-
Character encoding from xml declaration, if any; null if no declaration, or it didn't specify encoding.
- mDocXmlVersion - Variable in class com.ctc.wstx.sr.StreamScanner
-
XML version as declared by the document; one of constants from
XmlConsts
(likeXmlConsts.XML_V_10
). - mDoRealClose - Variable in class com.ctc.wstx.io.ReaderSource
-
If true, will close the underlying Reader when this source is closed; if false will leave it open.
- mDTD - Variable in class com.ctc.wstx.sr.ValidatingStreamReader
-
Combined DTD set, constructed from parsed internal and external entities (which may have been set via override DTD functionality).
- mDTDCache - Variable in class com.ctc.wstx.stax.WstxInputFactory
- mDTDHandler - Variable in class com.ctc.wstx.sax.WstxSAXParser
- mDtdPublicId - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Public id of the DTD, if one exists and has been parsed.
- mDtdResolver - Variable in class com.ctc.wstx.api.ReaderConfig
- mDtdRootElem - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
Value passed as the expected root element, when using the multiple argument
BaseStreamWriter.writeDTD(java.lang.String)
method. - mDtdSystemId - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
System id of the DTD, if one exists and has been parsed.
- mDtdValidatorSet - Variable in class com.ctc.wstx.sr.ValidatingStreamReader
-
Flag that indicates whether a DTD validator has been automatically set (as per DOCTYPE declaration or override)
- mEBCDIC - Variable in class com.ctc.wstx.io.StreamBootstrapper
-
Special case for 1-byte encodings: EBCDIC is problematic as it's not 7-bit ascii compatible.
- mElemCount - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Number of elements in
DTDValidatorBase.mElems
. - mElement - Variable in class com.ctc.wstx.dom.DOMOutputElement
-
Actual DOM element for which this element object acts as a proxy.
- mElements - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
- mElements - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Contains definition of elements and matching content specifications.
- mElements - Variable in class com.ctc.wstx.sw.NonNsStreamWriter
-
Stack of currently open start elements; only local names are included.
- mElementStack - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Currently open element tree
- mElemName - Variable in class com.ctc.wstx.dtd.TokenContentSpec
- mElemName - Variable in class com.ctc.wstx.dtd.TokenContentSpec.Validator
- mElemName - Variable in class com.ctc.wstx.dtd.TokenModel
- mElemName - Variable in class com.ctc.wstx.util.ElementId
-
Name of element for which this id refers.
- mElems - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Stack of element definitions matching the current active element stack.
- mElemSpecs - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Map that contains element specifications from DTD; null if no DOCTYPE declaration found.
- mElemStack - Variable in class com.ctc.wstx.sax.WstxSAXParser
- mEmptyElement - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
Flag that indicates that current element is an empty element (one that is explicitly defined as one, by calling a method -- NOT one that just happens to be empty).
- mEmptyElementHandler - Variable in class com.ctc.wstx.sw.BaseNsStreamWriter
- mEmptyElements - Variable in class com.ctc.wstx.api.EmptyElementHandler.SetEmptyElementHandler
- mEncHighChar - Variable in class com.ctc.wstx.sw.BufferingXmlWriter
-
First Unicode character (one with lowest value) after (and including) which character entities have to be used.
- mEncoding - Variable in class com.ctc.wstx.sax.WstxSAXParser
- mEncoding - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
Encoding to use; may be passed from the factory (when a method that defines encoding is used), updated by a call to
BaseStreamWriter.writeStartDocument()
, or null if neither. - mEncoding - Variable in class com.ctc.wstx.sw.XmlWriter
- mEncQuoteChar - Variable in class com.ctc.wstx.sw.BufferingXmlWriter
-
Character that is considered to be the enclosing quote character; for XML either single or double quote.
- mEncQuoteEntity - Variable in class com.ctc.wstx.sw.BufferingXmlWriter
-
Entity String to use for escaping the quote character.
- mEnd - Variable in class com.ctc.wstx.io.MergedReader
- mEnd - Variable in class com.ctc.wstx.io.MergedStream
- mEntities - Variable in class com.ctc.wstx.evt.WDTD
- mEntityDepth - Variable in class com.ctc.wstx.io.WstxInputSource
-
Number of parent entities that have been expanded to get to this input source; 0 for root-level input that is not generated via entity expansion.
- mEntityExpansionCount - Variable in class com.ctc.wstx.sr.StreamScanner
-
Number of times a parsed general entity has been expanded; used for (optionally) limiting number of expansion to guard against denial-of-service attacks like "Billion Laughs".
- mEntityResolver - Variable in class com.ctc.wstx.api.ReaderConfig
- mEntityResolver - Variable in class com.ctc.wstx.sax.WstxSAXParser
- mEntityResolver - Variable in class com.ctc.wstx.sr.StreamScanner
-
Custom resolver used to handle external entities that are to be expanded by this reader (external param/general entity expander)
- mEnumValues - Variable in class com.ctc.wstx.dtd.DTDEnumAttr
- mEnumValues - Variable in class com.ctc.wstx.dtd.DTDNotationAttr
- mergeChild(SymbolTable) - Method in class com.ctc.wstx.util.SymbolTable
-
Method that allows contents of child table to potentially be "merged in" with contents of this symbol table.
- MergedNsContext - Class in com.ctc.wstx.evt
-
Hierarchic
NamespaceContext
implementation used when constructing event and namespace information explicitly viaXMLEventFactory
, not by a stream reader. - MergedNsContext(NamespaceContext, List<Namespace>) - Constructor for class com.ctc.wstx.evt.MergedNsContext
- MergedReader - Class in com.ctc.wstx.io
-
Simple
Reader
implementation that is used to "unwind" some data previously read from a Reader; so that as long as some of that data remains, it's returned; but as long as it's read, we'll just use data from the underlying original Reader. - MergedReader(ReaderConfig, Reader, char[], int, int) - Constructor for class com.ctc.wstx.io.MergedReader
- MergedStream - Class in com.ctc.wstx.io
-
Simple
InputStream
implementation that is used to "unwind" some data previously read from an input stream; so that as long as some of that data remains, it's returned; but as long as it's read, we'll just use data from the underlying original stream. - MergedStream(ReaderConfig, InputStream, byte[], int, int) - Constructor for class com.ctc.wstx.io.MergedStream
- mergeMissingAttributesFrom(InputProblemReporter, DTDElement, boolean) - Method in class com.ctc.wstx.dtd.DTDElement
- mErrorHandler - Variable in class com.ctc.wstx.sax.WstxSAXParser
- mErrorMsg - Variable in class com.ctc.wstx.dtd.EmptyValidator
- mEscapeCR - Variable in class com.ctc.wstx.sw.XmlWriter
-
Whether to escape CR (\r) character.
- mEventListener - Variable in class com.ctc.wstx.dtd.FullDTDReader
- mExpandingPE - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Flag that indicates if the currently expanding (or last expanded) entity is a Parameter Entity or General Entity.
- mFeatNsPrefixes - Variable in class com.ctc.wstx.sax.WstxSAXParser
- mFeatNsPrefixes - Variable in class com.ctc.wstx.sax.WstxSAXParserFactory
-
Sax feature that determines whether namespace declarations need to be also reported as attributes or not.
- mFirstLocalNs - Variable in class com.ctc.wstx.sr.CompactNsContext
-
Index of first namespace pair in mNamespaces that is declared in scope of element for which this context was constructed.
- mFirstPos - Variable in class com.ctc.wstx.dtd.ChoiceModel
- mFirstPos - Variable in class com.ctc.wstx.dtd.ConcatModel
- mFixContent - Variable in class com.ctc.wstx.sw.XmlWriter
- mFlattenStart - Variable in class com.ctc.wstx.dtd.DTDWriter
-
Pointer to first character in the current input buffer that has not yet been written to flatten writer.
- mFlattenWriter - Variable in class com.ctc.wstx.dtd.FullDTDReader
- mFoundEncoding - Variable in class com.ctc.wstx.io.InputBootstrapper
-
Value of encoding pseudo-attribute from xml declaration, if one was found; null otherwise.
- mFreeElement - Variable in class com.ctc.wstx.sr.InputElementStack
- mFromEntity - Variable in class com.ctc.wstx.io.WstxInputSource
-
Name/id of the entity that was expanded to produce this input source; null if not entity-originated.
- mFullBBuffer - Variable in class com.ctc.wstx.io.BufferRecycler
- mFullCBuffer - Variable in class com.ctc.wstx.io.BufferRecycler
- mFullyValidating - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Whether this subset has full validation information; and consequently whether it will do actual validation, or just allow access to type information, notations, entities, and add default attribute values.
- mGeneralEntities - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Map (name-to-EntityDecl) of general entity declarations (internal, external) for this DTD subset.
- mGeneralEntities - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
General entities defined in DTD subsets; needed for validating ENTITY/ENTITIES attributes.
- mGeneralEntities - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Set of generic entities defined so far in this subset.
- mGeneralEntities - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Entities parsed from internal/external DTD subsets.
- mGeneralEntityList - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Lazily instantiated List that contains all notations from
DTDSubsetImpl.mGeneralEntities
(preferably in their declaration order; depends on whether platform, ie. - mGotCR - Variable in class com.ctc.wstx.io.BranchingReaderSource
-
Flag that indicates that last char from previous buffer was '\r', and that following '\n' (if there is one) needs to be ignored.
- mHadBOM - Variable in class com.ctc.wstx.io.StreamBootstrapper
- mHasAttrDefaults - Variable in class com.ctc.wstx.dtd.DTDTypingNonValidator
-
Flag that indicates if current element has any attributes that have default values.
- mHash - Variable in class com.ctc.wstx.util.PrefixedName
- mHashCode - Variable in class com.ctc.wstx.dtd.DTDId
- mHashCode - Variable in class com.ctc.wstx.sw.SimpleOutputElement.AttrName
-
Let's cache the hash code, since although hash calculation is fast, hash code is needed a lot as this is always used as a HashSet/TreeMap key.
- mHasMixed - Variable in class com.ctc.wstx.dtd.ChoiceContentSpec
-
Whether this is a mixed content model; mostly affects String representation
- mHasNormalizableAttrs - Variable in class com.ctc.wstx.dtd.DTDTypingNonValidator
-
Flag that indicates whether any of the attributes is potentially normalizable, and we are in attribute-normalizing mode.
- mHasNsDefaults - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Flag that indicates whether any of the elements declarared has any attribute default values for namespace pseudo-attributes.
- mHasNsDefaults - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Flag that indicates whether any of the elements declared has default attribute values for namespace declaration pseudo-attributes.
- mHasSegments - Variable in class com.ctc.wstx.util.TextBuffer
- mHead - Variable in class com.ctc.wstx.util.ElementIdMap
- mIdAttr - Variable in class com.ctc.wstx.dtd.DTDElement
-
Id attribute instance, if one already declared for this element; can only have up to one such attribute per element.
- mIdAttrIndex - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Index of the attribute of type ID, within current element's attribute list.
- mIdAttrIndex - Variable in class com.ctc.wstx.sr.InputElementStack
-
Index of the attribute with type of ID, if known (most likely due to Xml:id support); -1 if not available, or no ID attribute for current element.
- mIdMap - Variable in class com.ctc.wstx.dtd.DTDValidator
-
Information about declared and referenced element ids (unique ids that attributes may defined, as defined by DTD)
- mIdValue - Variable in class com.ctc.wstx.util.ElementId
-
Actual id value
- mIn - Variable in class com.ctc.wstx.io.BaseReader
- mIn - Variable in class com.ctc.wstx.io.MergedReader
- mIn - Variable in class com.ctc.wstx.io.MergedStream
- mIn - Variable in class com.ctc.wstx.io.ReaderBootstrapper
-
Underlying Reader to use for reading content.
- mIn - Variable in class com.ctc.wstx.io.StreamBootstrapper
-
Underlying InputStream to use for reading content.
- MIN_ARRAYCOPY - Static variable in class com.ctc.wstx.sw.BaseStreamWriter
-
This constant defines minimum length of a String, for which it is beneficial to do an intermediate copy (using String.getChars()), and iterate over intermediate array, instead of iterating using String.charAt().
- MIN_BINARY_CHUNK - Static variable in class com.ctc.wstx.sr.TypedStreamReader
-
Minimum length of text chunks to parse before base64 decoding.
- MIN_BINARY_SEARCH - Static variable in class com.ctc.wstx.util.WordResolver
-
This is actually just a guess; but in general linear search should be faster for short sequences (definitely for 4 or less; maybe up to 8 or less?)
- MIN_BINARY_SEARCH - Static variable in class com.ctc.wstx.util.WordSet
-
This is actually just a guess; but in general linear search should be faster for short sequences (definitely for 4 or less; maybe up to 8 or less?)
- MIN_BUF_SIZE - Static variable in class com.ctc.wstx.io.StreamBootstrapper
-
Let's size buffer at least big enough to contain the longest possible prefix of a document needed to positively identify it starts with the XML declaration.
- MIN_HASH_AREA - Static variable in class com.ctc.wstx.dtd.LargePrefixedNameSet
-
Let's not bother creating tiny hash areas; should seldom be a problem as smaller sets are usually created using different impl.
- MIN_INPUT_BUFFER_LENGTH - Static variable in class com.ctc.wstx.api.ReaderConfig
-
Need to set a minimum size, since there are some limitations to smallest consequtive block that can be used.
- MIN_LEN - Static variable in class com.ctc.wstx.util.TextBuilder
- MIN_SIZE - Static variable in class com.ctc.wstx.util.ElementIdMap
- mIncludeComments - Variable in class com.ctc.wstx.dtd.DTDWriter
- mIncludeConditionals - Variable in class com.ctc.wstx.dtd.DTDWriter
- mIncludeCount - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Nesting count for conditionally included sections; 0 means that we are not inside such a section.
- mIncludePEs - Variable in class com.ctc.wstx.dtd.DTDWriter
- mIndex - Variable in class com.ctc.wstx.dtd.DFAState
- mIndexMask - Variable in class com.ctc.wstx.util.ElementIdMap
-
Mask used to get index from hash values; equal to
mBuckets.length - 1
, when mBuckets.length is a power of two. - mIndexMask - Variable in class com.ctc.wstx.util.SymbolTable
-
Mask used to get index from hash values; equal to
mBuckets.length - 1
, when mBuckets.length is a power of two. - MinimalDTDReader - Class in com.ctc.wstx.dtd
-
Minimal DTD reader implementation that only knows how to skip internal DTD subsets.
- MinimalDTDReader(WstxInputSource, ReaderConfig) - Constructor for class com.ctc.wstx.dtd.MinimalDTDReader
-
Constructor used for reading/skipping internal subset.
- MinimalDTDReader(WstxInputSource, ReaderConfig, boolean) - Constructor for class com.ctc.wstx.dtd.MinimalDTDReader
-
Common initialization part of int/ext subset constructors.
- mInput - Variable in class com.ctc.wstx.sr.StreamScanner
-
Currently active input source; contains link to parent (nesting) input sources, if any.
- mInputBuffer - Variable in class com.ctc.wstx.io.WstxInputData
-
Current buffer from which data is read; generally data is read into buffer from input source, but not always (especially when using nested input contexts when expanding parsed entity references etc).
- mInputBuffer - Variable in class com.ctc.wstx.util.TextBuffer
-
Shared input buffer; stored here in case some input can be returned as is, without being copied to collector's own buffers.
- mInputBufferLen - Variable in class com.ctc.wstx.api.ReaderConfig
- mInputEncoding - Variable in class com.ctc.wstx.io.ReaderBootstrapper
-
Encoding identifier processing application passed in; if not null, will be compared to actual xml declaration based encoding (if declaration found)
- mInputEncoding - Variable in class com.ctc.wstx.io.StreamBootstrapper
- mInputEnd - Variable in class com.ctc.wstx.io.ReaderBootstrapper
- mInputEnd - Variable in class com.ctc.wstx.io.StreamBootstrapper
- mInputEnd - Variable in class com.ctc.wstx.io.WstxInputData
-
Index of character after last available one in the buffer.
- mInputLast - Variable in class com.ctc.wstx.io.BaseInputSource
-
Length of the buffer, if buffer used
- mInputLen - Variable in class com.ctc.wstx.util.TextBuffer
-
When using shared buffer, offset after the last character in shared buffer
- mInputProcessed - Variable in class com.ctc.wstx.io.InputBootstrapper
-
Current number of characters that were processed in previous blocks, before contents of current input buffer.
- mInputProcessed - Variable in class com.ctc.wstx.io.ReaderSource
- mInputPtr - Variable in class com.ctc.wstx.io.ReaderBootstrapper
- mInputPtr - Variable in class com.ctc.wstx.io.StreamBootstrapper
- mInputPtr - Variable in class com.ctc.wstx.io.WstxInputData
-
Pointer to next available character in buffer
- mInputRow - Variable in class com.ctc.wstx.io.InputBootstrapper
-
Current row location of current point in input buffer, starting from 1
- mInputRow - Variable in class com.ctc.wstx.io.ReaderSource
- mInputRowStart - Variable in class com.ctc.wstx.io.InputBootstrapper
-
Current index of the first character of the current row in input buffer.
- mInputRowStart - Variable in class com.ctc.wstx.io.ReaderSource
- mInputStart - Variable in class com.ctc.wstx.util.TextBuffer
-
Character offset of first char in input buffer; -1 to indicate that input buffer currently does not contain any useful char data
- mInputTopDepth - Variable in class com.ctc.wstx.sr.StreamScanner
- mInternStrings - Variable in class com.ctc.wstx.util.SymbolTable
-
Flag that determines whether Strings to be added need to be interned before being added or not.
- mIsCachable - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Whether this subset is cachable.
- mIsExternal - Variable in class com.ctc.wstx.dtd.MinimalDTDReader
-
True, when reading external subset, false when reading internal subset.
- mIsFlattening - Variable in class com.ctc.wstx.dtd.DTDWriter
-
Counter that indicates whether flattened output should be written to (non-null) mWriter; values above zero indicate output is enabled, zero and below that output is disabled.
- mIsJ2MESubset - Variable in class com.ctc.wstx.api.ReaderConfig
- mIsJ2MESubset - Variable in class com.ctc.wstx.api.WriterConfig
- mIsPe - Variable in class com.ctc.wstx.dtd.DefaultAttrValue.UndeclaredEntity
- mItems - Variable in class com.ctc.wstx.util.SimpleCache
- mKeywordBuffer - Variable in class com.ctc.wstx.io.InputBootstrapper
-
Need a short buffer to read in values of pseudo-attributes (version, encoding, standalone).
- mLastLocalName - Variable in class com.ctc.wstx.sr.InputElementStack
- mLastLocation - Variable in class com.ctc.wstx.evt.DefaultEventAllocator
-
Last used location info; only relevant to non-accurate-location allocators.
- mLastName - Variable in class com.ctc.wstx.sr.InputElementStack
- mLastNsContext - Variable in class com.ctc.wstx.sr.InputElementStack
-
Last potentially shareable NamespaceContext created by this stack.
- mLastNsURI - Variable in class com.ctc.wstx.sr.InputElementStack
- mLastPos - Variable in class com.ctc.wstx.dtd.ChoiceModel
- mLastPos - Variable in class com.ctc.wstx.dtd.ConcatModel
- mLastPrefix - Variable in class com.ctc.wstx.sr.InputElementStack
- mLeftModel - Variable in class com.ctc.wstx.dtd.ConcatModel
- mLexicalHandler - Variable in class com.ctc.wstx.sax.WstxSAXParser
- mLocalName - Variable in class com.ctc.wstx.sr.Attribute
- mLocalName - Variable in class com.ctc.wstx.sr.Element
- mLocalName - Variable in class com.ctc.wstx.sw.SimpleOutputElement.AttrName
- mLocalName - Variable in class com.ctc.wstx.sw.SimpleOutputElement
-
Local name of the element.
- mLocalName - Variable in class com.ctc.wstx.util.PrefixedName
- mLocation - Variable in class com.ctc.wstx.dtd.DefaultAttrValue.UndeclaredEntity
- mLocation - Variable in class com.ctc.wstx.dtd.DTDElement
-
Location of the (real) definition of the element; may be null for placeholder elements created to hold ATTLIST definitions
- mLocation - Variable in class com.ctc.wstx.sr.CompactNsContext
- mLocation - Variable in class com.ctc.wstx.util.ElementId
-
Location of either definition (if
ElementId.mDefined
is true; or first reference (otherwise). - mLocPastChars - Variable in class com.ctc.wstx.sw.XmlWriter
-
Number of characters output prior to currently buffered output
- mLocRowNr - Variable in class com.ctc.wstx.sw.XmlWriter
- mLocRowStartOffset - Variable in class com.ctc.wstx.sw.XmlWriter
-
Offset of the first character on this line.
- mMaxAttributeSize - Variable in class com.ctc.wstx.api.ReaderConfig
- mMaxAttributesPerElement - Variable in class com.ctc.wstx.api.ReaderConfig
- mMaxAttributesPerElement - Variable in class com.ctc.wstx.sr.AttributeCollector
- mMaxCharacters - Variable in class com.ctc.wstx.api.ReaderConfig
- mMaxChildrenPerElement - Variable in class com.ctc.wstx.api.ReaderConfig
- mMaxElementCount - Variable in class com.ctc.wstx.api.ReaderConfig
- mMaxElementDepth - Variable in class com.ctc.wstx.api.ReaderConfig
- mMaxEntityCount - Variable in class com.ctc.wstx.api.ReaderConfig
- mMaxEntityDepth - Variable in class com.ctc.wstx.api.ReaderConfig
- mMaxSize - Variable in class com.ctc.wstx.util.SimpleCache.LimitMap
- mMaxSize - Variable in class com.ctc.wstx.util.SimpleCache
- mMaxTextLength - Variable in class com.ctc.wstx.api.ReaderConfig
- mMayHaveNsDefaults - Variable in class com.ctc.wstx.sr.InputElementStack
- mMediumCBuffer - Variable in class com.ctc.wstx.io.BufferRecycler
- mMinTextSegmentLen - Variable in class com.ctc.wstx.api.ReaderConfig
- mModel - Variable in class com.ctc.wstx.dtd.OptionalModel
- mModel - Variable in class com.ctc.wstx.dtd.StarModel
- mMsg - Variable in exception class com.ctc.wstx.exc.WstxException
-
D'oh.
- mName - Variable in class com.ctc.wstx.dtd.DefaultAttrValue.UndeclaredEntity
- mName - Variable in class com.ctc.wstx.dtd.DTDAttribute
- mName - Variable in class com.ctc.wstx.dtd.DTDElement
- mName - Variable in class com.ctc.wstx.dtd.LargePrefixedNameSet.Bucket
- mName - Variable in class com.ctc.wstx.ent.EntityDecl
-
Name/id of the entity used to reference it.
- mName - Variable in class com.ctc.wstx.evt.BaseStartElement
- mName - Variable in class com.ctc.wstx.evt.WEntityReference
- mNameBuffer - Variable in class com.ctc.wstx.sr.StreamScanner
-
Temporary buffer used if local name can not be just directly constructed from input buffer (name is on a boundary or such).
- mNames - Variable in class com.ctc.wstx.dtd.ChoiceContentSpec.Validator
- mNames - Variable in class com.ctc.wstx.dtd.LargePrefixedNameSet
-
Primary hash area in which NameKeys are added.
- mNames - Variable in class com.ctc.wstx.dtd.SeqContentSpec.Validator
- mNamespaceBuilder - Variable in class com.ctc.wstx.sr.AttributeCollector
-
TextBuilder into which values of namespace URIs are added (including URI for the default namespace, if one defined).
- mNamespaces - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Prefix-to-NsURI mappings for this DTD, if any: lazily constructed when needed
- mNamespaces - Variable in class com.ctc.wstx.evt.MergedNsContext
-
List of
Namespace
instances. - mNamespaces - Variable in class com.ctc.wstx.sr.AttributeCollector
-
Array of namespace declaration attributes collected for this element; not used in non-namespace-aware mode
- mNamespaces - Variable in class com.ctc.wstx.sr.CompactNsContext
-
Array that contains 2 Strings for each declared default namespace (including default namespace declarations); first is the prefix, second URI.
- mNamespaces - Variable in class com.ctc.wstx.sr.InputElementStack
-
Vector that contains all currently active namespaces; one String for prefix, another for matching URI.
- mNamespaceURI - Variable in class com.ctc.wstx.sr.Attribute
- mNamespaceURI - Variable in class com.ctc.wstx.sr.Element
-
Namespace this element is in
- mNext - Variable in class com.ctc.wstx.dtd.DFAState
- mNext - Variable in class com.ctc.wstx.dtd.LargePrefixedNameSet.Bucket
- mNext - Variable in class com.ctc.wstx.util.SymbolTable.Bucket
- mNextColl - Variable in class com.ctc.wstx.util.ElementId
-
Pointer to the next element within collision chain.
- mNextUndefined - Variable in class com.ctc.wstx.util.ElementId
- mNonDefCount - Variable in class com.ctc.wstx.sr.AttributeCollector
-
Number of attribute values actually parsed, not including ones created via default value expansion.
- mNormalizeLFs - Variable in class com.ctc.wstx.sr.StreamScanner
-
Flag that indicates whether linefeeds in the input data are to be normalized or not.
- mNormAttrs - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Flag that indicates whether parser wants the attribute values to be normalized (according to XML specs) or not (which may be more efficient, although not compliant with the specs)
- mNotationAttr - Variable in class com.ctc.wstx.dtd.DTDElement
-
Notation attribute instance, if one already declared for this element; can only have up to one such attribute per element.
- mNotationForwardRefs - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Finally, we need to keep track of Notation references that were made prior to declaration.
- mNotationId - Variable in class com.ctc.wstx.ent.UnparsedExtEntity
- mNotationList - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Lazily instantiated List that contains all notations from
DTDSubsetImpl.mNotations
(preferably in their declaration order; depends on whether platform, ie. - mNotations - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Map (name-to-NotationDecl) that this subset has defined.
- mNotations - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Set of notations defined so far.
- mNotations - Variable in class com.ctc.wstx.evt.WDTD
- mNsAware - Variable in class com.ctc.wstx.dtd.ChoiceContentSpec
- mNsAware - Variable in class com.ctc.wstx.dtd.DTDElement
-
True if the DTD was parsed (and is to be used) in namespace-aware mode.
- mNsAware - Variable in class com.ctc.wstx.dtd.LargePrefixedNameSet
- mNsAware - Variable in class com.ctc.wstx.dtd.SeqContentSpec
- mNsAware - Variable in class com.ctc.wstx.dtd.SmallPrefixedNameSet
- mNsAware - Variable in class com.ctc.wstx.sr.InputElementStack
- mNsAware - Variable in class com.ctc.wstx.sw.XmlWriter
- mNsByPrefix - Variable in class com.ctc.wstx.evt.MergedNsContext
- mNsByURI - Variable in class com.ctc.wstx.evt.MergedNsContext
- mNsCount - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
Need to keep track of number of namespaces, if namespace declarations are to be reported along with attributes (see
WstxSAXParser.mFeatNsPrefixes
). - mNsCount - Variable in class com.ctc.wstx.sr.AttributeCollector
-
Number of valid namespace declarations in
AttributeCollector.mNamespaces
. - mNsCtxt - Variable in class com.ctc.wstx.evt.BaseStartElement
- mNsDefaultProvider - Variable in class com.ctc.wstx.sr.InputElementStack
-
Object that will need to be consulted about namespace bindings, since it has some knowledge about default namespace declarations (has default attribute value expansion).
- mNsDefaults - Variable in class com.ctc.wstx.dtd.DTDElement
-
Set of namespace declarations with default values, if any (regular ns pseudo-attr declarations are just ignored)
- mNsLength - Variable in class com.ctc.wstx.sr.CompactNsContext
-
Number of entries in
CompactNsContext.mNamespaces
(which is twice the number of bindings) - mNsList - Variable in class com.ctc.wstx.sr.CompactNsContext
-
List only needed to support List accessor from start-element event; created lazily if/as needed.
- mNsMapping - Variable in class com.ctc.wstx.sw.OutputElementBase
-
Mapping of namespace prefixes to URIs and back.
- mNsMapShared - Variable in class com.ctc.wstx.sw.OutputElementBase
-
True, if
OutputElementBase.mNsMapping
is a shared copy from the parent; false if a local copy was created (which happens when namespaces get bound etc). - mNsOffset - Variable in class com.ctc.wstx.sr.Element
-
Offset within namespace array, maintained by
InputElementStack
that owns this element. - mNsPrefixXml - Static variable in class com.ctc.wstx.util.DefaultXmlSymbolTable
- mNsPrefixXmlns - Static variable in class com.ctc.wstx.util.DefaultXmlSymbolTable
- mNsStrings - Variable in class com.ctc.wstx.util.BijectiveNsMap
-
Array that contains { prefix, ns-uri } pairs, up to (but not including) index
BijectiveNsMap.mScopeEnd
. - mNsURI - Variable in class com.ctc.wstx.sw.SimpleOutputElement.AttrName
- mNullable - Variable in class com.ctc.wstx.dtd.ChoiceModel
- mNullable - Variable in class com.ctc.wstx.dtd.ConcatModel
- ModelNode - Class in com.ctc.wstx.dtd
-
Abstract base class for classes constructed from
ContentSpec
objects, when they get rewritten (when theirContentSpec.rewrite()
gets called). - ModelNode() - Constructor for class com.ctc.wstx.dtd.ModelNode
- mOffset - Variable in class com.ctc.wstx.io.CharArraySource
- mOpenElement - Variable in class com.ctc.wstx.dom.WstxDOMWrappingWriter
-
This element is non-null right after a call to either
writeStartElement
andwriteEmptyElement
, and can be used to add attributes and namespace declarations. - mOrig - Variable in exception class com.ctc.wstx.exc.WstxLazyException
- mOut - Variable in class com.ctc.wstx.io.UTF8Writer
- mOut - Variable in class com.ctc.wstx.sw.BufferingXmlWriter
-
Actual Writer to use for outputting buffered data as appropriate.
- mOut - Variable in class com.ctc.wstx.sw.EncodingXmlWriter
-
Actual output stream to use for outputting encoded content as bytes.
- mOutBuffer - Variable in class com.ctc.wstx.io.UTF8Writer
- mOutBufferLast - Variable in class com.ctc.wstx.io.UTF8Writer
- mOutPtr - Variable in class com.ctc.wstx.io.UTF8Writer
- mOutputBuffer - Variable in class com.ctc.wstx.sw.BufferingXmlWriter
- mOutputBuffer - Variable in class com.ctc.wstx.sw.EncodingXmlWriter
- mOutputBufLen - Variable in class com.ctc.wstx.sw.BufferingXmlWriter
- mOutputElemPool - Variable in class com.ctc.wstx.sw.BaseNsStreamWriter
- mOutputPtr - Variable in class com.ctc.wstx.sw.BufferingXmlWriter
- mOutputPtr - Variable in class com.ctc.wstx.sw.EncodingXmlWriter
- mOwner - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Object to notify about shared stuff, such as symbol tables, as well as to query for additional config settings if necessary.
- mParamEntities - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Set of parameter entities defined so far in the currently parsed subset.
- mParent - Variable in class com.ctc.wstx.dom.DOMOutputElement
-
Reference to the parent element, element enclosing this element.
- mParent - Variable in class com.ctc.wstx.io.WstxInputSource
-
Parent in input source stack
- mParent - Variable in class com.ctc.wstx.sr.Element
-
Parent element, if any; null for root
- mParent - Variable in class com.ctc.wstx.sw.SimpleOutputElement
-
Reference to the parent element, element enclosing this element.
- mParentCtxt - Variable in class com.ctc.wstx.evt.MergedNsContext
- mParentLocation - Variable in class com.ctc.wstx.io.BaseInputSource
- mParseState - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Main parsing/tokenization state (STATE_xxx)
- mParsingMode - Variable in class com.ctc.wstx.api.ReaderConfig
-
Parsing mode can be changed from the default xml compliant behavior to one of alternate modes (fragment processing, multiple document processing).
- mPeekedEvent - Variable in class com.ctc.wstx.evt.WstxEventReader
-
Event that has been peeked, ie.
- mPendingException - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Due to the way Stax API does not allow throwing stream exceptions from many methods for which Woodstox would need to throw one (especially
getText
and its variations), we may need to delay throwing an exception untilBasicStreamReader.next()
is called next time. - mPoolSize - Variable in class com.ctc.wstx.sw.BaseNsStreamWriter
- mPredefdGEs - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Set of general entities already defined for the subset being parsed; namely, PEs defined in the internal subset passed when parsing matching external subset.
- mPredefdNotations - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Notations already parsed before current subset; that is, notations from the internal subset if we are currently parsing matching external subset.
- mPredefdPEs - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Set of parameter entities already defined for the subset being parsed; namely, PEs defined in the internal subset passed when parsing matching external subset.
- mPrefix - Variable in class com.ctc.wstx.sr.Attribute
- mPrefix - Variable in class com.ctc.wstx.sr.Element
-
Prefix this element has, if any; null if none
- mPrefix - Variable in class com.ctc.wstx.sw.SimpleOutputElement
-
Prefix that is used for the element.
- mPrefix - Variable in class com.ctc.wstx.util.PrefixedName
- mPrePeekEvent - Variable in class com.ctc.wstx.evt.WstxEventReader
-
This variable keeps track of the type of the 'previous' event when peeking for the next Event.
- mPtr - Variable in class com.ctc.wstx.io.MergedReader
- mPtr - Variable in class com.ctc.wstx.io.MergedStream
- mPublicId - Variable in class com.ctc.wstx.dtd.DTDId
- mPublicId - Variable in class com.ctc.wstx.ent.ExtEntity
- mPublicId - Variable in class com.ctc.wstx.io.BaseInputSource
- mPublicId - Variable in class com.ctc.wstx.io.InputBootstrapper
- mPublicId - Variable in class com.ctc.wstx.io.WstxInputLocation
- mRawAttrs - Variable in class com.ctc.wstx.evt.CompactStartElement
-
Array needed for accessing actual String components of the attributes
- mRawAttrs - Variable in class com.ctc.wstx.sr.ElemAttrs
-
Array that contains 4 Strings for each attribute; localName, URI, prefix, value.
- mRawWrapper - Variable in class com.ctc.wstx.sw.XmlWriter
-
Lazy-constructed wrapper object, which will route all calls to Writer API, to matching
writeRaw
methods of this XmlWriter instance. - mReader - Variable in class com.ctc.wstx.evt.WstxEventReader
- mReader - Variable in class com.ctc.wstx.io.ReaderSource
-
Underlying Reader to read character data from
- mReaderConfig - Variable in class com.ctc.wstx.dtd.DTDSchemaFactory
-
This configuration object is used (instead of a more specific one) since the actual DTD reader uses such configuration object.
- mRecycleBuffer - Variable in class com.ctc.wstx.io.BaseReader
-
Flag that indicates whether the read buffer is to be recycled when Reader is closed or not.
- mRecycleBuffer - Variable in class com.ctc.wstx.io.StreamBootstrapper
-
Whether byte buffer is recyclable or not
- mRecyclerRef - Static variable in class com.ctc.wstx.api.ReaderConfig
-
This
ThreadLocal
contains ainvalid reference
SoftRerefence
BufferRecycler
used to provide a low-cost buffer recycling between Reader instances. - mRecyclerRef - Static variable in class com.ctc.wstx.api.WriterConfig
-
This
ThreadLocal
contains ainvalid reference
SoftRerefence
BufferRecycler
used to provide a low-cost buffer recycling between Reader instances. - mRefdGEs - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Set of names of general entities references by this subset.
- mRefdGEs - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Set of general entities (ids) that have been referenced by this DTD; only maintained for external subsets, and only as long as no pre-defined GEs have been referenced.
- mRefdPEs - Variable in class com.ctc.wstx.dtd.DTDSubsetImpl
-
Set of names of parameter entities references by this subset.
- mRefdPEs - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Set of parameter entities (ids) that have been referenced by this DTD; only maintained for external subsets, and only as long as no pre-defined PE has been referenced.
- mRepl - Variable in class com.ctc.wstx.ent.IntEntity
-
Replacement text of the entity; full array contents.
- mReplacementChar - Variable in class com.ctc.wstx.api.InvalidCharHandler.ReplacingHandler
- mReplText - Variable in class com.ctc.wstx.ent.IntEntity
- mReportDuplicateErrors - Variable in class com.ctc.wstx.dtd.DTDValidator
-
Determines if identical problems (definition of the same element, for example) should cause multiple error notifications or not: if true, will get one error per instance, if false, only the first one will get reported.
- mReporter - Variable in class com.ctc.wstx.api.ReaderConfig
- mReporter - Variable in class com.ctc.wstx.sr.InputElementStack
- mResultArray - Variable in class com.ctc.wstx.util.TextBuffer
- mResultString - Variable in class com.ctc.wstx.util.TextBuffer
-
String that will be constructed when the whole contents are needed; will be temporarily stored in case asked for again.
- mResultString - Variable in class com.ctc.wstx.util.TextBuilder
- mReturnNullForDefaultNamespace - Variable in class com.ctc.wstx.api.CommonConfig
-
As per [WSTX-277], can specify whether prefix for the "default namespace" is return as null (true) or empty String (false)
- mReturnNullForDefaultNamespace - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Configuration from
WstxInputProperties#RETURN_NULL_FOR_DEFAULT_NAMESPACE
- mReturnNullForDefaultNamespace - Variable in class com.ctc.wstx.sw.BaseStreamWriter
- mReusableValue - Variable in class com.ctc.wstx.sr.Attribute
-
Value as a String iff it has been requested once; stored here in case it will be accessed again.
- mRightModel - Variable in class com.ctc.wstx.dtd.ConcatModel
- mRootInput - Variable in class com.ctc.wstx.sr.StreamScanner
-
Top-most input source this reader can use; due to input source chaining, this is not necessarily the root of all input; for example, external DTD subset reader's root input still has original document input as its parent.
- mRootLName - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Local name of root element, as dictated by DOCTYPE declaration; null if no DOCTYPE declaration.
- mRootNode - Variable in class com.ctc.wstx.dom.DOMOutputElement
-
DOM node that is the root under which content is written, in case where there is no parent (mParent == null).
- mRootNsContext - Variable in class com.ctc.wstx.sw.BaseNsStreamWriter
-
Optional "root" namespace context that application can set.
- mRootNsContext - Variable in class com.ctc.wstx.sw.OutputElementBase
-
Namespace context end application may have supplied, and that (if given) should be used to augment explicitly defined bindings.
- mRootPrefix - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Prefix of root element, as dictated by DOCTYPE declaration; null if no DOCTYPE declaration, or no root prefix
- mRootSymbols - Static variable in class com.ctc.wstx.dtd.DTDSchemaFactory
-
'Root' symbol table, used for creating actual symbol table instances, but never as is.
- mRootSymbols - Static variable in class com.ctc.wstx.stax.WstxInputFactory
-
'Root' symbol table, used for creating actual symbol table instances, but never as is.
- mRounds - Variable in class com.ctc.wstx.dtd.SeqContentSpec.Validator
-
Number of full repetitions done over the sequence
- mRow - Variable in class com.ctc.wstx.io.WstxInputLocation
- mSavedInputProcessed - Variable in class com.ctc.wstx.io.BaseInputSource
-
Number of characters read from the current input source prior to the current buffer
- mSavedInputPtr - Variable in class com.ctc.wstx.io.BaseInputSource
- mSavedInputRow - Variable in class com.ctc.wstx.io.BaseInputSource
- mSavedInputRowStart - Variable in class com.ctc.wstx.io.BaseInputSource
- mScanner - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
Since the stream reader would mostly be just a wrapper around the underlying scanner (its main job is to implement Stax interface), we can and should just use the scanner.
- mSchema - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
DTD schema (
DTDSubsetImpl
) object that created this validator instance. - mSchemaConfig - Variable in class com.ctc.wstx.dtd.DTDSchemaFactory
-
Current configurations for this factory
- mSchemaType - Variable in class com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl
- mScopeEnd - Variable in class com.ctc.wstx.util.BijectiveNsMap
- mScopeId - Variable in class com.ctc.wstx.io.WstxInputSource
-
Scope of the reader when this entity was initially expanded.
- mScopeStart - Variable in class com.ctc.wstx.util.BijectiveNsMap
- mSecondaryToken - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Additional information sometimes stored (when generating dummy events in multi-doc mode, for example) temporarily when
BasicStreamReader.mCurrToken
is already populated. - mSegments - Variable in class com.ctc.wstx.util.TextBuffer
-
List of segments prior to currently active segment.
- mSegmentSize - Variable in class com.ctc.wstx.util.TextBuffer
-
Amount of characters in segments in
TextBuffer.mSegments
- mSharedEnumValues - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Map used for sharing legal enumeration values; used since oftentimes same enumeration values are used with multiple attributes
- mSharedNames - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Map used to shared PrefixedName instances, to reduce memory usage of (qualified) element and attribute names
- mShortestTextSegment - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Minimum number of characters parser can return as partial text segment, IF it's not required to coalesce adjacent text segments.
- mSingleByteTranslation - Variable in class com.ctc.wstx.io.StreamBootstrapper
-
For single-byte non-ascii-compatible encodings (ok ok, really just EBCDIC), we'll have to use a lookup table.
- mSize - Variable in class com.ctc.wstx.util.ElementIdMap
-
Current size (number of entries); needed to know if and when rehash.
- mSize - Variable in class com.ctc.wstx.util.StringVector
- mSize - Variable in class com.ctc.wstx.util.SymbolTable
-
Current size (number of entries); needed to know if and when rehash.
- mSize - Variable in class com.ctc.wstx.util.WordResolver.Builder
-
Number of characters currently used from mData
- mSize - Variable in class com.ctc.wstx.util.WordSet.Builder
-
Number of characters currently used from mData
- mSizeThreshold - Variable in class com.ctc.wstx.util.ElementIdMap
-
Limit that indicates maximum size this instance can hold before it needs to be expanded and rehashed.
- mSizeThreshold - Variable in class com.ctc.wstx.util.SymbolTable
-
Limit that indicates maximum size this instance can hold before it needs to be expanded and rehashed.
- mSmallCBuffer - Variable in class com.ctc.wstx.io.BufferRecycler
- mSmallWriteSize - Variable in class com.ctc.wstx.sw.BufferingXmlWriter
-
This is the threshold used to check what is considered a "small" write; small writes will be buffered until resulting size will be above the threshold.
- mSpecAttrList - Variable in class com.ctc.wstx.dtd.DTDElement
-
Ordered list of attributes that have 'special' properties (attribute is required, has a default value [regular or fixed]); these attributes have to be specifically checked after actual values have been resolved.
- mSpecialIndex - Variable in class com.ctc.wstx.dtd.DTDAttribute
-
Index number amongst "special" attributes (required ones, attributes that have default values), if attribute is one: -1 if not.
- mSpecialProperties - Variable in class com.ctc.wstx.api.ReaderConfig
- mSpecialProperties - Variable in class com.ctc.wstx.api.WriterConfig
- mStandalone - Variable in class com.ctc.wstx.io.InputBootstrapper
- mStandalone - Variable in class com.ctc.wstx.sax.WstxSAXParser
- mStartElementOpen - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
Flag that is set during time that a start element is "open", ie.
- mState - Variable in class com.ctc.wstx.dtd.DFAValidator
-
For root validator instance, the start state of DFA; for other instances, current state.
- mState - Variable in class com.ctc.wstx.evt.WstxEventReader
-
High-level state indicator, with currently three values: whether we are initializing (need to synthetize START_DOCUMENT), at END_OF_INPUT (end-of-doc), or otherwise, normal operation.
- mState - Variable in class com.ctc.wstx.sw.BaseStreamWriter
- mStaxFactory - Variable in class com.ctc.wstx.sax.WstxSAXParser
-
We will need the factory reference mostly for constructing underlying stream reader we use.
- mStaxFactory - Variable in class com.ctc.wstx.sax.WstxSAXParserFactory
- mStDoctypeFound - Variable in class com.ctc.wstx.sr.BasicStreamReader
- mStEmptyElem - Variable in class com.ctc.wstx.sr.BasicStreamReader
- mStep - Variable in class com.ctc.wstx.dtd.SeqContentSpec.Validator
-
Expected next element in the sequence
- mStrings - Variable in class com.ctc.wstx.dtd.SmallPrefixedNameSet
- mStrings - Variable in class com.ctc.wstx.util.StringVector
- mStTextThreshold - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Threshold value that defines tokenization state that needs to be achieved to "finish" current logical text segment (which may consist of adjacent CDATA and text segments; or be a complete physical segment; or just even a fragment of such a segment)
- mSubModels - Variable in class com.ctc.wstx.dtd.ChoiceModel
- mSubset - Variable in class com.ctc.wstx.evt.WDTD
-
Internal DTD Object that contains combined information from internal and external subsets.
- mSuffix - Variable in class com.ctc.wstx.sax.SAXFeature
- mSuffix - Variable in class com.ctc.wstx.sax.SAXProperty
- mSuggestedDefNs - Variable in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- mSuggestedDefNs - Variable in class com.ctc.wstx.sw.RepairingNsStreamWriter
- mSuggestedPrefixes - Variable in class com.ctc.wstx.dom.WstxDOMWrappingWriter
-
Map that contains URI-to-prefix entries that point out suggested prefixes for URIs.
- mSuggestedPrefixes - Variable in class com.ctc.wstx.sw.RepairingNsStreamWriter
-
Map that contains URI-to-prefix entries that point out suggested prefixes for URIs.
- mSurrogate - Variable in class com.ctc.wstx.io.UTF32Reader
-
Although input is fine with full Unicode set, Java still uses 16-bit chars, so we may have to split high-order chars into surrogate pairs.
- mSurrogate - Variable in class com.ctc.wstx.io.UTF8Reader
- mSurrogate - Variable in class com.ctc.wstx.io.UTF8Writer
-
When outputting chars from BMP, surrogate pairs need to be coalesced.
- mSurrogate - Variable in class com.ctc.wstx.sw.EncodingXmlWriter
-
In case a split surrogate pair is output (which can only successfully occur with either
writeRaw
orwriteCharacters
), the first part is temporarily stored within this member variable. - mSymbol - Variable in class com.ctc.wstx.util.SymbolTable.Bucket
- mSymbols - Variable in class com.ctc.wstx.api.ReaderConfig
- mSymbols - Variable in class com.ctc.wstx.sr.StreamScanner
- mSymbols - Variable in class com.ctc.wstx.stax.WstxInputFactory
-
Actual current 'parent' symbol table; concrete instances will be created from this instance using
makeChild
method - mSymbols - Variable in class com.ctc.wstx.util.SymbolTable
-
Primary matching symbols; it's expected most match occur from here.
- mSystemId - Variable in class com.ctc.wstx.dtd.DTDId
- mSystemId - Variable in class com.ctc.wstx.ent.ExtEntity
- mSystemId - Variable in class com.ctc.wstx.io.BaseInputSource
-
URL for/from systemId points to original source of input, if known; null if not known (source constructed with just a stream or reader).
- mSystemId - Variable in class com.ctc.wstx.io.InputBootstrapper
- mSystemId - Variable in class com.ctc.wstx.io.SystemId
- mSystemId - Variable in class com.ctc.wstx.io.WstxInputLocation
- mTable - Variable in class com.ctc.wstx.util.ElementIdMap
-
Actual hash table area
- mTail - Variable in class com.ctc.wstx.util.ElementIdMap
- mText - Variable in class com.ctc.wstx.util.TextAccumulator
- mTextBuffer - Variable in class com.ctc.wstx.dtd.FullDTDReader
- mTextBuffer - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
TextBuffer mostly used to collect non-element textual content (text, CDATA, comment content, pi data)
- mTextWrapper - Variable in class com.ctc.wstx.sw.XmlWriter
-
Lazy-constructed wrapper object, which will route all calls to Writer API, to matching
writeCharacters
methods of this XmlWriter instance. - mTextWriter - Variable in class com.ctc.wstx.sw.XmlWriter
-
Optional escaping writer used for escaping characters like '<' '&' and '>' in textual content.
- mThisVersion - Variable in class com.ctc.wstx.util.SymbolTable
-
Version of this table instance; used when deriving new concurrently used versions from existing 'master' instance.
- mTmpAttrValueBuffer - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
-
Temporary buffer attribute instances can share for validation purposes
- mTmpBuf - Variable in class com.ctc.wstx.io.BaseReader
- mTmpDefaultAttrs - Variable in class com.ctc.wstx.dtd.DTDTypingNonValidator
-
Reusable lazily instantiated BitSet; needed to keep track of 'missing' attributes with default values (normal default, #FIXED).
- mTmpKey - Variable in class com.ctc.wstx.dtd.DTDValidatorBase
- mTmpSpecialAttrs - Variable in class com.ctc.wstx.dtd.DTDValidator
-
Reusable lazily instantiated BitSet; needed to keep track of missing 'special' attributes (required ones, ones with default values)
- mTokenIndex - Variable in class com.ctc.wstx.dtd.TokenModel
- mTokenInputCol - Variable in class com.ctc.wstx.sr.StreamScanner
-
Column on input row that current token starts; 0-based (although in the end it'll be converted to 1-based)
- mTokenInputRow - Variable in class com.ctc.wstx.sr.StreamScanner
-
Input row on which current token starts, 1-based
- mTokenInputTotal - Variable in class com.ctc.wstx.sr.StreamScanner
-
Total number of characters read before start of current token.
- mTokenSet - Variable in class com.ctc.wstx.dtd.DFAState
- mTokenState - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
State of the current token; one of M_ - constants from above.
- mTotalElements - Variable in class com.ctc.wstx.sr.InputElementStack
- mUndeclaredEntity - Variable in class com.ctc.wstx.dtd.DefaultAttrValue
-
For now, let's only keep track of the first undeclared entity: can be extended if necessary.
- mUnderlyingStream - Variable in class com.ctc.wstx.sw.BufferingXmlWriter
-
Actual physical stream that the writer is using, if known.
- mURI - Variable in class com.ctc.wstx.sw.SimpleOutputElement
-
Namespace of the element, whatever
SimpleOutputElement.mPrefix
maps to. - mURL - Variable in class com.ctc.wstx.io.SystemId
- mUseDoubleQuotesInXmlDecl - Variable in class com.ctc.wstx.sw.XmlWriter
-
Whether to use double quotes in XML declaration or not.
- mUsesPredefdEntities - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Flag used to keep track of whether current (external) subset has referenced at least one PE that was pre-defined.
- mUsesPredefdNotations - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Flag used to keep track of whether current (external) subset has referenced at least one notation that was defined in internal subset.
- mValidateAttrs - Variable in class com.ctc.wstx.dtd.DTDElement
-
Flag that is set to true if there is at least one attribute that has type that requires normalization and/or validation; that is, is of some other type than CDATA.
- mValidateText - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Flag that indicates that textual content (CDATA, CHARACTERS) is to be validated within current element's scope.
- mValidator - Variable in class com.ctc.wstx.dtd.DTDElement
-
Base validator object for validating content model of this element; may be null for some simple content models (ANY, EMPTY).
- mValidator - Variable in class com.ctc.wstx.sr.InputElementStack
-
Optional validator object that will get called if set, and that can validate xml content.
- mValidator - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
Optional validator to use for validating output against one or more schemas, and/or for safe pretty-printing (indentation).
- mValidators - Variable in class com.ctc.wstx.dtd.DTDValidator
-
Stack of validators for open elements
- mValue - Variable in class com.ctc.wstx.dtd.DefaultAttrValue
-
Actual expanded textual content of the default attribute value; normalized if appropriate in this mode.
- mValueBuffer - Variable in class com.ctc.wstx.dtd.FullDTDReader
-
Text buffer used for constructing expansion value of the internal entities, and for default attribute values.
- mValueBuilder - Variable in class com.ctc.wstx.sr.AttributeCollector
-
TextBuilder into which values of all attributes are appended to, including default valued ones (defaults are added after explicit ones).
- mValueEncoderFactory - Variable in class com.ctc.wstx.sw.TypedStreamWriter
-
When outputting using Typed Access API, we will need encoders.
- mValueStartOffset - Variable in class com.ctc.wstx.sr.Attribute
-
Numeric offset within text builder that denotes pointer to the first character of the value for this attribute (or namespace).
- mVldContent - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Mode information needed at this level; mostly to check what kind of textual content (if any) is allowed in current element context.
- mVldContent - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
State value used with validation, to track types of content that is allowed at this point in output stream.
- mVldProbHandler - Variable in class com.ctc.wstx.sr.ValidatingStreamReader
-
Custom validation problem handler, if any.
- mVldProbHandler - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
Custom validation problem handler, if any.
- mWords - Variable in class com.ctc.wstx.util.WordResolver.Builder
- mWords - Variable in class com.ctc.wstx.util.WordResolver
-
Array of actual words returned resolved for matches.
- mWords - Variable in class com.ctc.wstx.util.WordSet.Builder
- mWriter - Variable in class com.ctc.wstx.dtd.DTDWriter
- mWriter - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
Actual physical writer to output serialized XML content to
- mWriter - Variable in class com.ctc.wstx.sw.XmlWriterWrapper
- mWsStatus - Variable in class com.ctc.wstx.sr.BasicStreamReader
-
Status of current (text) token's "whitespaceness", that is, whether it is or is not all white space.
- mXml11 - Variable in class com.ctc.wstx.api.ReaderConfig
-
This boolean flag is set if the input document requires xml 1.1 (or above) compliant processing: default is xml 1.0 compliant.
- mXml11 - Variable in class com.ctc.wstx.dtd.DTDElement
-
True if the DTD was parsed in xml1.1 compliant mode (referenced to from an xml 1.1 document).
- mXml11 - Variable in class com.ctc.wstx.dtd.DTDId
- mXml11 - Variable in class com.ctc.wstx.io.AsciiReader
- mXml11 - Variable in class com.ctc.wstx.io.ISOLatinReader
- mXml11 - Variable in class com.ctc.wstx.io.UTF32Reader
- mXml11 - Variable in class com.ctc.wstx.io.UTF8Reader
- mXml11 - Variable in class com.ctc.wstx.io.WstxInputData
-
Flag that indicates whether XML content is to be treated as per XML 1.1 specification or not (if not, it'll use xml 1.0).
- mXml11 - Variable in class com.ctc.wstx.sw.BaseStreamWriter
-
Since XML 1.1 has some differences to 1.0, we need to keep a flag to indicate if we were to output XML 1.1 document.
- mXml11 - Variable in class com.ctc.wstx.sw.XmlWriter
-
Indicates whether output is to be compliant; if false, is to be xml 1.0 compliant, if true, xml 1.1 compliant.
- mXml11Handling - Variable in class com.ctc.wstx.io.InputBootstrapper
-
Flag that indicates whether input read from this input source needs to be xml 1.1 compliant or not; if not, xml 1.0 is assumed.
- mXmlIdAttrIndex - Variable in class com.ctc.wstx.sr.AttributeCollector
-
Index of "xml:id" attribute, if one exists for the current element;
AttributeCollector.XMLID_IX_NONE
if none. - mXmlIdLocalName - Variable in class com.ctc.wstx.sr.AttributeCollector
- mXmlIdPrefix - Variable in class com.ctc.wstx.sr.AttributeCollector
- mXmlVersion - Variable in class com.ctc.wstx.sax.WstxSAXParser
N
- NAME_CHAR_ALL_VALID_B - Static variable in class com.ctc.wstx.io.WstxInputData
- NAME_CHAR_ALL_VALID_B - Static variable in class com.ctc.wstx.sr.StreamScanner
- NAME_CHAR_INVALID_B - Static variable in class com.ctc.wstx.io.WstxInputData
- NAME_CHAR_INVALID_B - Static variable in class com.ctc.wstx.sr.StreamScanner
- NAME_CHAR_VALID_NONFIRST_B - Static variable in class com.ctc.wstx.io.WstxInputData
- NAME_CHAR_VALID_NONFIRST_B - Static variable in class com.ctc.wstx.sr.StreamScanner
- namesetFromSpecs(boolean, ContentSpec[]) - Static method in class com.ctc.wstx.dtd.ChoiceContentSpec
- NAMESPACE_PREFIXES - Static variable in class com.ctc.wstx.sax.SAXFeature
- NAMESPACES - Static variable in class com.ctc.wstx.sax.SAXFeature
- needsValidation() - Method in class com.ctc.wstx.dtd.DTDAttribute
- NEGATIVE_OFFSET - Static variable in class com.ctc.wstx.util.WordResolver
-
Offset added to numbers to mark 'negative' numbers.
- NEGATIVE_OFFSET - Static variable in class com.ctc.wstx.util.WordSet
-
Offset added to numbers to mark 'negative' numbers.
- newInstance() - Method in class com.ctc.wstx.dtd.ChoiceContentSpec.Validator
-
Rules for reuse are simple: if we can have any number of repetitions, we can just use a shared root instance.
- newInstance() - Method in class com.ctc.wstx.dtd.DFAValidator
- newInstance() - Method in class com.ctc.wstx.dtd.EmptyValidator
-
Simple; can always (re)use instance itself; no state information is kept.
- newInstance() - Method in class com.ctc.wstx.dtd.SeqContentSpec.Validator
-
Sequence content specification is always stateful; can not use a shared instance...
- newInstance() - Method in class com.ctc.wstx.dtd.StructValidator
-
Method that should be called to get the actual usable validator instance, from the 'template' validator.
- newInstance() - Method in class com.ctc.wstx.dtd.TokenContentSpec.Validator
-
Rules for reuse are simple: if we can have any number of repetitions, we can just use a shared root instance.
- newInstance() - Method in class com.ctc.wstx.evt.DefaultEventAllocator
- newSAXParser() - Method in class com.ctc.wstx.sax.WstxSAXParserFactory
- next() - Method in class com.ctc.wstx.evt.WstxEventReader
- next() - Method in class com.ctc.wstx.sr.BasicStreamReader
- next() - Method in class com.ctc.wstx.util.DataUtil.EI
- nextByte() - Method in class com.ctc.wstx.io.StreamBootstrapper
- nextChar() - Method in class com.ctc.wstx.io.ReaderBootstrapper
- nextColliding() - Method in class com.ctc.wstx.util.ElementId
- nextEvent() - Method in class com.ctc.wstx.evt.WstxEventReader
- nextFromMultiDocState() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called to get the next event when we are "multi-doc hack" mode, during which extra END_DOCUMENT/START_DOCUMENT events need to be returned.
- nextFromProlog(boolean) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called to find type of next token in prolog; either reading just enough information to know the type (lazy parsing), or the full contents (non-lazy)
- nextFromPrologBang(boolean) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Called after character sequence '<!' has been found; expectation is that it'll either be DOCTYPE declaration (if we are in prolog and haven't yet seen one), or a comment.
- nextFromTree() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called to parse beginning of the next event within document tree, and return its type.
- nextFromTreeCommentOrCData() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Note: According to StAX 1.0, coalesced text events are always to be returned as CHARACTERS, never as CDATA.
- nextMultiByte() - Method in class com.ctc.wstx.io.StreamBootstrapper
- nextTag() - Method in class com.ctc.wstx.evt.WstxEventReader
- nextTag() - Method in class com.ctc.wstx.sr.BasicStreamReader
- nextTranslated() - Method in class com.ctc.wstx.io.StreamBootstrapper
- nextUndefined() - Method in class com.ctc.wstx.util.ElementId
- NO_ATTRS - Static variable in class com.ctc.wstx.dtd.DTDValidatorBase
- NO_TYPE - Static variable in class com.ctc.wstx.util.DataUtil
- NonNsStreamWriter - Class in com.ctc.wstx.sw
-
Implementation of
XMLStreamWriter
used when namespace support is not enabled. - NonNsStreamWriter(XmlWriter, String, WriterConfig) - Constructor for class com.ctc.wstx.sw.NonNsStreamWriter
- normalize(DTDValidatorBase, char[], int, int) - Method in class com.ctc.wstx.dtd.DTDAttribute
-
Method called when no validation is to be done, but value is still to be normalized as much as it can.
- normalize(DTDValidatorBase, char[], int, int) - Method in class com.ctc.wstx.dtd.DTDCdataAttr
- normalize(String) - Static method in class com.ctc.wstx.io.CharsetNames
- normalizeDefault() - Method in class com.ctc.wstx.dtd.DTDAttribute
-
Method called to do initial normalization of the default attribute value, without trying to verify its validity.
- normalizeDefault() - Method in class com.ctc.wstx.dtd.DTDCdataAttr
- normalizeSpaces(char[], int, int) - Static method in class com.ctc.wstx.util.StringUtil
-
Method that will check character array passed, and remove all "extra" spaces (leading and trailing space), and normalize other white space (more than one consequtive space character replaced with a single space).
- normalizeSpacesInValue(int) - Method in class com.ctc.wstx.sr.AttributeCollector
-
Method that can be called to force space normalization (remove leading/trailing spaces, replace non-spaces white space with spaces, collapse spaces to one) on specified attribute.
- NsDefaultProvider - Interface in com.ctc.wstx.sr
-
Interface only used by Woodstox core.
- NULL_BYTE - Static variable in class com.ctc.wstx.io.BaseReader
- NULL_CHAR - Static variable in class com.ctc.wstx.io.BaseReader
- NULL_TOKEN - Static variable in class com.ctc.wstx.dtd.TokenModel
O
- OFFSET_NS_PREFIX - Static variable in class com.ctc.wstx.evt.CompactStartElement
- OFFSET_NS_URI - Static variable in class com.ctc.wstx.evt.CompactStartElement
- OFFSET_NS_URI - Static variable in class com.ctc.wstx.sr.ElemAttrs
- OFFSET_VALUE - Static variable in class com.ctc.wstx.evt.CompactStartElement
- OptionalModel - Class in com.ctc.wstx.dtd
-
Content specification class that represents an optional specification.
- OptionalModel(ModelNode) - Constructor for class com.ctc.wstx.dtd.OptionalModel
- output(char) - Method in class com.ctc.wstx.dtd.DTDWriter
- output(String) - Method in class com.ctc.wstx.dtd.DTDWriter
-
Method called when explicit output has to be done for flatten output: this is usually done when there's need to do speculative checks before it's known if some chars are output (when suppressing comments or conditional sections)
- outputAttribute(String, String, String, String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- OutputConfigFlags - Interface in com.ctc.wstx.cfg
-
Constant interface that contains configuration flag used by output classes internally, for presenting on/off configuration options.
- outputDTDText(Writer, char[], int, int) - Static method in class com.ctc.wstx.io.TextEscaper
-
Quoting method used when outputting content that will be part of DTD (internal/external subset).
- OutputElementBase - Class in com.ctc.wstx.sw
-
Class that encapsulates information about a specific element in virtual output stack for namespace-aware writers.
- OutputElementBase() - Constructor for class com.ctc.wstx.sw.OutputElementBase
-
Constructor for the virtual root element
- OutputElementBase(OutputElementBase, BijectiveNsMap) - Constructor for class com.ctc.wstx.sw.OutputElementBase
- OutputFactoryProviderImpl - Class in com.ctc.wstx.osgi
- OutputFactoryProviderImpl() - Constructor for class com.ctc.wstx.osgi.OutputFactoryProviderImpl
- outputNamespaceDeclarations(Writer) - Method in class com.ctc.wstx.evt.MergedNsContext
- outputNamespaceDeclarations(Writer) - Method in class com.ctc.wstx.sr.CompactNsContext
-
Method called by
CompactStartElement
to output all 'local' namespace declarations active in current namespace scope, if any. - outputNamespaceDeclarations(Writer) - Method in class com.ctc.wstx.util.BaseNsContext
-
Method called by the matching start element class to output all namespace declarations active in current namespace scope, if any.
- outputNamespaceDeclarations(Writer) - Method in class com.ctc.wstx.util.EmptyNamespaceContext
-
Method called by the matching start element class to output all namespace declarations active in current namespace scope, if any.
- outputNamespaceDeclarations(XMLStreamWriter) - Method in class com.ctc.wstx.evt.MergedNsContext
-
Method called by the matching start element class to output all namespace declarations active in current namespace scope, if any.
- outputNamespaceDeclarations(XMLStreamWriter) - Method in class com.ctc.wstx.sr.CompactNsContext
- outputNamespaceDeclarations(XMLStreamWriter) - Method in class com.ctc.wstx.util.BaseNsContext
- outputNamespaceDeclarations(XMLStreamWriter) - Method in class com.ctc.wstx.util.EmptyNamespaceContext
- outputNsAndAttr(Writer) - Method in class com.ctc.wstx.evt.BaseStartElement
- outputNsAndAttr(Writer) - Method in class com.ctc.wstx.evt.CompactStartElement
- outputNsAndAttr(Writer) - Method in class com.ctc.wstx.evt.SimpleStartElement
- outputNsAndAttr(XMLStreamWriter) - Method in class com.ctc.wstx.evt.BaseStartElement
- outputNsAndAttr(XMLStreamWriter) - Method in class com.ctc.wstx.evt.CompactStartElement
- outputNsAndAttr(XMLStreamWriter) - Method in class com.ctc.wstx.evt.SimpleStartElement
- outputStreamFromURL(URL) - Static method in class com.ctc.wstx.util.URLUtil
-
Method that tries to get a stream (ideally, optimal one) to write to the resource specified by given URL.
- overrideSource(URL) - Method in class com.ctc.wstx.io.BaseInputSource
- overrideSource(URL) - Method in class com.ctc.wstx.io.WstxInputSource
-
Method that can be called to override originally defined source.
P
- P_ADD_SPACE_AFTER_EMPTY_ELEM - Static variable in class com.ctc.wstx.api.WstxOutputProperties
-
Whether writer is to add a single white space before closing
"/>"
of the empty element or not. - P_ALLOW_XML11_ESCAPED_CHARS_IN_XML10 - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Allow all XML 1.1 characters escapes even if input document is described as XML 1.0 (in addition to ones allowed in 1.l0).
- P_AUTOMATIC_END_ELEMENTS - Static variable in class com.ctc.wstx.api.WstxOutputProperties
-
Whether stream writer is to automatically add end elements that are needed to properly close the output tree, when the stream is closed (either explicitly by a call to
close
orcloseCompletely
, or implicitly by a call towriteEndDocument
. - P_BASE_URL - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Property of type
URL
, that will allow specifying context URL to use when resolving relative references, for the main-level entities (external DTD subset, references from the internal DTD subset). - P_CACHE_DTDS - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Whether readers will try to cache parsed external DTD subsets or not.
- P_CACHE_DTDS_BY_PUBLIC_ID - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Whether reader is to cache DTDs (when caching enabled) based on public id or not: if not, system id will be primarily used.
- P_COPY_DEFAULT_ATTRS - Static variable in class com.ctc.wstx.api.WstxOutputProperties
-
Whether writer should copy attributes that were initially expanded using default settings ("implicit" attributes) or not.
- P_CUSTOM_INTERNAL_ENTITIES - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Property of type
Map
, that defines explicit set of internal (generic) entities that will define of override any entities defined in internal or external subsets; except for the 5 pre-defined entities (lt, gt, amp, apos, quot). - P_DTD_RESOLVER - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Property of type
XMLResolver
, that will allow overriding of default DTD and external parameter entity resolution. - P_ENTITY_RESOLVER - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Property of type
XMLResolver
, that will allow overriding of default external general entity resolution. - P_INPUT_BUFFER_LENGTH - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Size of input buffer (in chars), to use for reading XML content from input stream/reader.
- P_INPUT_PARSING_MODE - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Three-valued property (one of
WstxInputProperties.PARSING_MODE_DOCUMENT
,WstxInputProperties.PARSING_MODE_FRAGMENT
orWstxInputProperties.PARSING_MODE_DOCUMENTS
; default being the document mode) that can be used to handle "non-standard" XML content. - P_LAZY_PARSING - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Deprecated.
- P_MAX_ATTRIBUTE_SIZE - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Maximum length of of individual attribute values (in characters)
- P_MAX_ATTRIBUTES_PER_ELEMENT - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Maximum number of attributes allowed for single XML element.
- P_MAX_CHARACTERS - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Maximum length of input document, in characters.
- P_MAX_CHILDREN_PER_ELEMENT - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Maximum number of child elements for any given element.
- P_MAX_ELEMENT_COUNT - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Maximum number of all elements in a single document.
- P_MAX_ELEMENT_DEPTH - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Maximum level of nesting of XML elements, starting with root element.
- P_MAX_ENTITY_COUNT - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Maximum number of total (general parsed) entity expansions within input.
- P_MAX_ENTITY_DEPTH - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Maximum depth of nested (general parsed) entity expansions.
- P_MAX_TEXT_LENGTH - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Maximum length of individual text (cdata) segments in input, in characters.
- P_MIN_TEXT_SEGMENT - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Property to specify shortest non-complete text segment (part of CDATA section or text content) that parser is allowed to return, if not required to coalesce text.
- P_NORMALIZE_LFS - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Feature that controls whether linefeeds are normalized into canonical linefeed as mandated by xml specification.
- P_OUTPUT_CDATA_AS_TEXT - Static variable in class com.ctc.wstx.api.WstxOutputProperties
-
Whether writer should just automatically convert all calls that would normally produce CDATA to produce (quoted) text.
- P_OUTPUT_EMPTY_ELEMENT_HANDLER - Static variable in class com.ctc.wstx.api.WstxOutputProperties
-
Property that defines an
EmptyElementHandler
used to determine if the end tag for an empty element should be written or not. - P_OUTPUT_ESCAPE_CR - Static variable in class com.ctc.wstx.api.WstxOutputProperties
-
Property that determines whether Carriage Return (\r) characters are to be escaped when output or not.
- P_OUTPUT_FIX_CONTENT - Static variable in class com.ctc.wstx.api.WstxOutputProperties
-
Property that further modifies handling of invalid content so that if
WstxOutputProperties.P_OUTPUT_VALIDATE_CONTENT
is enabled, instead of reporting an error, writer will try to fix the problem. - P_OUTPUT_INVALID_CHAR_HANDLER - Static variable in class com.ctc.wstx.api.WstxOutputProperties
-
Property that defines a
InvalidCharHandler
used to determine what to do with a Java character that app tries to output but which is not a valid xml character. - P_OUTPUT_UNDERLYING_STREAM - Static variable in class com.ctc.wstx.api.WstxOutputProperties
-
Property that can be used to find out the underlying
OutputStream
that anXMLStreamWriter
instance is using, if known (not known if constructed with aWriter
, or other non-stream destination). - P_OUTPUT_UNDERLYING_WRITER - Static variable in class com.ctc.wstx.api.WstxOutputProperties
-
Property that can be used to find out the underlying
Writer
that anXMLStreamWriter
instance is using, if known (may not be known if constructed with aOutputStream
, or other non-Writer destination). - P_OUTPUT_VALIDATE_ATTR - Static variable in class com.ctc.wstx.api.WstxOutputProperties
-
Whether output classes should check uniqueness of attribute names, to prevent accidental output of duplicate attributes.
- P_OUTPUT_VALIDATE_CONTENT - Static variable in class com.ctc.wstx.api.WstxOutputProperties
-
Whether output classes should do basic verification that the textual content output as part of nodes should be checked for validity, if there's a possibility of invalid content.
- P_OUTPUT_VALIDATE_NAMES - Static variable in class com.ctc.wstx.api.WstxOutputProperties
-
Whether output classes should check validity of names, ie that they only contain legal XML identifier characters.
- P_OUTPUT_VALIDATE_STRUCTURE - Static variable in class com.ctc.wstx.api.WstxOutputProperties
-
Whether output classes should do basic verification that the output structure is well-formed (start and end elements match); that there is one and only one root, and that there is no textual content in prolog/epilog.
- P_RETURN_NULL_FOR_DEFAULT_NAMESPACE - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
This read-only property indicates whether null is returned for default name space prefix; Boolean.TRUE indicates it does, Boolean.FALSE that it does not.
- P_SUPPORT_DTDPP - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Deprecated.Never implement, let's phase this out (deprecated in 4.2)
- P_TREAT_CHAR_REFS_AS_ENTS - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Whether the Reader will treat character references as entities while parsing XML documents.
- P_UNDECLARED_ENTITY_RESOLVER - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Property of type
XMLResolver
, that will allow graceful handling of references to undeclared (general) entities. - P_USE_DOUBLE_QUOTES_IN_XML_DECL - Static variable in class com.ctc.wstx.api.WstxOutputProperties
-
Whether writer should use double quotes in the XML declaration.
- P_VALIDATE_TEXT_CHARS - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Whether readers will verify that characters in text content are fully valid XML characters (not just Unicode).
- parse(String) - Method in class com.ctc.wstx.sax.WstxSAXParser
- parse(InputSource) - Method in class com.ctc.wstx.sax.WstxSAXParser
- parse(InputSource, HandlerBase) - Method in class com.ctc.wstx.sax.WstxSAXParser
- parse(InputSource, DefaultHandler) - Method in class com.ctc.wstx.sax.WstxSAXParser
- parseAttrDefaultValue(DefaultAttrValue, char, PrefixedName, Location, boolean) - Method in class com.ctc.wstx.dtd.FullDTDReader
-
This method is similar to
FullDTDReader.parseEntityValue(java.lang.String, javax.xml.stream.Location, char)
in some ways, but has some notable differences, due to the way XML specs define differences. - parseAttrValue(char, TextBuilder) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method that will parse an attribute value enclosed in quotes, using an
TextBuilder
instance. - ParsedExtEntity - Class in com.ctc.wstx.ent
- ParsedExtEntity(Location, String, URL, String, String) - Constructor for class com.ctc.wstx.ent.ParsedExtEntity
- parseDirective() - Method in class com.ctc.wstx.dtd.FullDTDReader
- parseDirectiveFlattened() - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Method similar to
FullDTDReader.parseDirective()
, but one that takes care to properly output dtd contents usingcom.ctc.wstx.dtd.DTDWriter
as necessary. - parseDTD() - Method in class com.ctc.wstx.dtd.FullDTDReader
- parseEntityName(char) - Method in class com.ctc.wstx.sr.StreamScanner
- parseEntityValue(String, Location, char) - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Method that reads and pre-processes replacement text for an internal entity (parameter or generic).
- parseEnumerated(DTDElement, PrefixedName, boolean) - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Parsing method that reads a list of one or more space-separated tokens (nmtoken or name, depending on 'isNotation' argument)
- parseFNameForError() - Method in class com.ctc.wstx.sr.StreamScanner
-
Method called to read in full name, including unlimited number of namespace separators (':'), for the purpose of displaying name in an error message.
- parseFullName() - Method in class com.ctc.wstx.sr.StreamScanner
-
Method that will parse 'full' name token; what full means depends on whether reader is namespace aware or not.
- parseFullName(char) - Method in class com.ctc.wstx.sr.StreamScanner
- parseFullName2(int, int) - Method in class com.ctc.wstx.sr.StreamScanner
- parseLocalName(char) - Method in class com.ctc.wstx.sr.StreamScanner
-
Method that will parse name token (roughly equivalent to XML specs; although bit lenier for more efficient handling); either uri prefix, or local name.
- parseLocalName2(int, int) - Method in class com.ctc.wstx.sr.StreamScanner
-
Second part of name token parsing; called when name can continue past input buffer end (so only part was read before calling this method to read the rest).
- parsePublicId(char, String) - Method in class com.ctc.wstx.sr.StreamScanner
-
Simple parsing method that parses system ids, which are generally used in entities (from DOCTYPE declaration to internal/external subsets).
- parseQuoted(String, char, TextBuffer) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called to parse quoted xml declaration pseudo-attribute values.
- parseSystemId(char, boolean, String) - Method in class com.ctc.wstx.sr.StreamScanner
-
Simple parsing method that parses system ids, which are generally used in entities (from DOCTYPE declaration to internal/external subsets).
- parseUntil(TextBuffer, char, boolean, String) - Method in class com.ctc.wstx.sr.StreamScanner
- PARSING_MODE_DOCUMENT - Static variable in class com.ctc.wstx.api.WstxInputProperties
- PARSING_MODE_DOCUMENTS - Static variable in class com.ctc.wstx.api.WstxInputProperties
- PARSING_MODE_FRAGMENT - Static variable in class com.ctc.wstx.api.WstxInputProperties
- ParsingErrorMsgs - Interface in com.ctc.wstx.cfg
- ParsingMode() - Constructor for class com.ctc.wstx.api.WstxInputProperties.ParsingMode
- peek() - Method in class com.ctc.wstx.evt.WstxEventReader
- peekNext() - Method in class com.ctc.wstx.sr.StreamScanner
-
Similar to
StreamScanner.getNext()
, but does not advance pointer in input buffer. - pop() - Method in class com.ctc.wstx.sr.InputElementStack
-
Method called by the stream reader to remove the topmost (start) element from the stack; called when an end element is encountered during parsing.
- PREFIX_MISBOUND - Static variable in class com.ctc.wstx.sw.OutputElementBase
- PREFIX_OK - Static variable in class com.ctc.wstx.sw.OutputElementBase
- PREFIX_UNBOUND - Static variable in class com.ctc.wstx.sw.OutputElementBase
- PrefixedName - Class in com.ctc.wstx.util
-
Simple key Object to be used for storing/accessing of potentially namespace scoped element and attribute names.
- PrefixedName(String, String) - Constructor for class com.ctc.wstx.util.PrefixedName
- PrefixedNameSet - Class in com.ctc.wstx.dtd
- PrefixedNameSet() - Constructor for class com.ctc.wstx.dtd.PrefixedNameSet
- processingInstruction(String, String) - Method in class com.ctc.wstx.sax.WstxSAXParser.DocHandlerWrapper
- PROP_ADD_SPACE_AFTER_EMPTY_ELEM - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_ALLOW_XML11_ESCAPED_CHARS_IN_XML10 - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_ATTR_VALUE_ESCAPER - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_AUTO_CLOSE_INPUT - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_AUTO_CLOSE_OUTPUT - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_AUTOMATIC_EMPTY_ELEMENTS - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_AUTOMATIC_END_ELEMENTS - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_AUTOMATIC_NS - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_AUTOMATIC_NS_PREFIX - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_BASE_URL - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_CACHE_DTDS - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_CACHE_DTDS_BY_PUBLIC_ID - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_COALESCE_TEXT - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_COPY_DEFAULT_ATTRS - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_CUSTOM_INTERNAL_ENTITIES - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_DTD_OVERRIDE - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_DTD_RESOLVER - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_ENABLE_NS - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_ENTITY_RESOLVER - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_ESCAPE_CR - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_EVENT_ALLOCATOR - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_FIX_CONTENT - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_INPUT_BUFFER_LENGTH - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_INPUT_PARSING_MODE - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_INTERN_NAMES - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_INTERN_NAMES_EXPLICIT - Static variable in class com.ctc.wstx.api.ReaderConfig
-
13-Nov-2008, tatus: Need to be able to keep track of whether name-interning has been explicitly enabled/disable or not (not if it's whatever defaults we have)
- PROP_INTERN_NS_URIS - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_INTERN_NS_URIS_EXPLICIT - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_JAXP_SECURE_PROCESSING - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_LAZY_PARSING - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_MAX_ATTRIBUTE_SIZE - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_MAX_ATTRIBUTES_PER_ELEMENT - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_MAX_CHARACTERS - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_MAX_CHILDREN_PER_ELEMENT - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_MAX_ELEMENT_COUNT - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_MAX_ELEMENT_DEPTH - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_MAX_ENTITY_COUNT - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_MAX_ENTITY_DEPTH - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_MAX_TEXT_LENGTH - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_MIN_TEXT_SEGMENT - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_NAMESPACE_AWARE - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_NORMALIZE_LFS - Static variable in class com.ctc.wstx.api.ReaderConfig
-
Note: this entry was deprecated for 4.0 versions up until and including 4.0.7; was brought back for 4.0.8 (and will be retained for 4.1)
- PROP_OUTPUT_CDATA_AS_TEXT - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_OUTPUT_EMPTY_ELEMENT_HANDLER - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_OUTPUT_INVALID_CHAR_HANDLER - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_PRESERVE_LOCATION - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_PROBLEM_REPORTER - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_REPLACE_ENTITY_REFS - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_REPORT_CDATA - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_REPORT_PROLOG_WS - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_SUPPORT_DTD - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_SUPPORT_DTDPP - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_SUPPORT_EXTERNAL_ENTITIES - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_SUPPORT_XMLID - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_TEXT_ESCAPER - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_TREAT_CHAR_REFS_AS_ENTS - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_UNDECLARED_ENTITY_RESOLVER - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_UNDERLYING_STREAM - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_UNDERLYING_WRITER - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_USE_DOUBLE_QUOTES_IN_XML_DECL - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_VALIDATE_AGAINST_DTD - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_VALIDATE_ATTR - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_VALIDATE_CONTENT - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_VALIDATE_NAMES - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_VALIDATE_STRUCTURE - Static variable in class com.ctc.wstx.api.WriterConfig
- PROP_WARNING_REPORTER - Static variable in class com.ctc.wstx.api.ReaderConfig
- PROP_XML_RESOLVER - Static variable in class com.ctc.wstx.api.ReaderConfig
- PUBID_CHAR_VALID_B - Static variable in class com.ctc.wstx.io.WstxInputData
- PUBID_CHAR_VALID_B - Static variable in class com.ctc.wstx.sr.StreamScanner
- push(String, String) - Method in class com.ctc.wstx.sr.InputElementStack
-
Method called by the stream reader to add new (start) element into the stack in namespace-aware mode; called when a start element is encountered during parsing, but only in ns-aware mode.
- pushback() - Method in class com.ctc.wstx.io.InputBootstrapper
- pushback() - Method in class com.ctc.wstx.io.ReaderBootstrapper
- pushback() - Method in class com.ctc.wstx.io.StreamBootstrapper
- pushback() - Method in class com.ctc.wstx.sr.StreamScanner
-
Method to push back last character read; can only be called once, that is, no more than one char can be guaranteed to be succesfully returned.
Q
- QNameCreator - Class in com.ctc.wstx.compat
-
Helper class used to solve [WSTX-174]: some older AppServers were shipped with incompatible version of QName class, which is missing the 3 argument constructor.
- QNameCreator() - Constructor for class com.ctc.wstx.compat.QNameCreator
- QNameCreator.Helper - Class in com.ctc.wstx.compat
-
Helper class used to encapsulate calls to the missing method.
- QUOTABLE_TEXT_CHARS - Static variable in class com.ctc.wstx.sw.BufferingXmlWriter
R
- rawContentsTo(Writer) - Method in class com.ctc.wstx.util.TextBuffer
-
Method that will stream contents of this buffer into specified Writer.
- rawContentsViaReader() - Method in class com.ctc.wstx.util.TextBuffer
-
Deprecated.
- RawWrapper(XmlWriter) - Constructor for class com.ctc.wstx.sw.XmlWriterWrapper.RawWrapper
- read() - Method in class com.ctc.wstx.io.BaseReader
-
Although this method is implemented by the base class, AND it should never be called by Woodstox code, let's still implement it bit more efficiently just in case
- read() - Method in class com.ctc.wstx.io.MergedReader
- read() - Method in class com.ctc.wstx.io.MergedStream
- read(byte[]) - Method in class com.ctc.wstx.io.MergedStream
- read(byte[], int, int) - Method in class com.ctc.wstx.io.MergedStream
- read(char[]) - Method in class com.ctc.wstx.io.MergedReader
- read(char[], int, int) - Method in class com.ctc.wstx.io.AsciiReader
- read(char[], int, int) - Method in class com.ctc.wstx.io.ISOLatinReader
- read(char[], int, int) - Method in class com.ctc.wstx.io.MergedReader
- read(char[], int, int) - Method in class com.ctc.wstx.io.UTF32Reader
- read(char[], int, int) - Method in class com.ctc.wstx.io.UTF8Reader
- read(char[], int, int) - Method in class com.ctc.wstx.util.TextBuffer.BufferReader
- readAndWriteCData(Writer) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called to read the contents of the current (possibly partially read) CDATA event, and write all contents using the specified Writer.
- readAndWriteCoalesced(Writer, boolean) - Method in class com.ctc.wstx.sr.BasicStreamReader
- readAndWriteText(Writer) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called to read the contents of the current CHARACTERS event, and write all contents using the specified Writer.
- readArity() - Method in class com.ctc.wstx.dtd.FullDTDReader
- readBytes() - Method in class com.ctc.wstx.io.BaseReader
-
Method for reading as many bytes from the underlying stream as possible (that fit in the buffer), to the beginning of the buffer.
- readBytesAt(int) - Method in class com.ctc.wstx.io.BaseReader
-
Method for reading as many bytes from the underlying stream as possible (that fit in the buffer considering offset), to the specified offset.
- readCDataPrimary(char) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called to read in consecutive beginning parts of a CDATA segment, up to either end of the segment (]] and >) or until first 'hole' in text (buffer end, 2-char lf to convert, entity).
- readCDataSecondary(int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- readCoalescedText(int, boolean) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called to read the content of both current CDATA/CHARACTERS events, and all following consequtive events into the text buffer.
- readComment() - Method in class com.ctc.wstx.sr.BasicStreamReader
- readComment(DTDEventListener) - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Method similar to
MinimalDTDReader.skipComment()
, but that has to collect contents, to be reported for a SAX handler. - readComment2(TextBuffer) - Method in class com.ctc.wstx.sr.BasicStreamReader
- readContentSpec(PrefixedName, boolean, boolean) - Method in class com.ctc.wstx.dtd.FullDTDReader
- readDTDKeyword(String) - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Method called usually to indicate an error condition; will read rest of specified keyword (including characters that can be part of XML identifiers), append that to passed prefix (which is optional), and return resulting String.
- readDTDLocalName(char, boolean) - Method in class com.ctc.wstx.dtd.FullDTDReader
- readDTDName(char) - Method in class com.ctc.wstx.dtd.FullDTDReader
- readDTDNmtoken(char) - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Similar to
FullDTDReader.readDTDName(char)
, except that the rules are bit looser, ie. - readDTDQName(char) - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Method that will read an element or attribute name from DTD; depending on namespace mode, it can have prefix as well.
- readElementAsArray(TypedArrayDecoder) - Method in class com.ctc.wstx.sr.TypedStreamReader
-
Method called to parse array of primitives.
- readElementAsBinary(byte[], int, int) - Method in class com.ctc.wstx.sr.TypedStreamReader
- readElementAsBinary(byte[], int, int, Base64Variant) - Method in class com.ctc.wstx.sr.TypedStreamReader
- readElementAsDoubleArray(double[], int, int) - Method in class com.ctc.wstx.sr.TypedStreamReader
- readElementAsFloatArray(float[], int, int) - Method in class com.ctc.wstx.sr.TypedStreamReader
- readElementAsIntArray(int[], int, int) - Method in class com.ctc.wstx.sr.TypedStreamReader
- readElementAsLongArray(long[], int, int) - Method in class com.ctc.wstx.sr.TypedStreamReader
- readEndElem() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called to completely read a close tag, and update element stack appropriately (including checking that tag matches etc).
- readEnumEntry(char, HashMap<String, String>) - Method in class com.ctc.wstx.dtd.FullDTDReader
- ReaderBootstrapper - Class in com.ctc.wstx.io
-
Input bootstrap class used when input comes from a Reader; in this case, encoding is already known, and thus encoding from XML declaration (if any) is only double-checked, not really used.
- ReaderBootstrapper(String, SystemId, Reader, String) - Constructor for class com.ctc.wstx.io.ReaderBootstrapper
- ReaderConfig - Class in com.ctc.wstx.api
-
Simple configuration container class; passed by reader factory to reader instance created.
- ReaderConfig(ReaderConfig, boolean, SymbolTable, int, int, int, int) - Constructor for class com.ctc.wstx.api.ReaderConfig
- ReaderCreator - Interface in com.ctc.wstx.sr
-
Interface that defines callbacks readers can use to access settings of the input factory that created them, as well as update cached data factory may store (shared symbol tables, cached DTDs etc).
- ReaderSource - Class in com.ctc.wstx.io
-
Input source that reads input via a Reader.
- ReaderSource(ReaderConfig, WstxInputSource, String, String, SystemId, Reader, boolean) - Constructor for class com.ctc.wstx.io.ReaderSource
- readExternalSubset(WstxInputSource, ReaderConfig, DTDSubset, boolean, int) - Static method in class com.ctc.wstx.dtd.FullDTDReader
-
Method called to read in the external subset definition.
- readIndentation(char, int) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called to try to parse and canonicalize white space that has a good chance of being white space with somewhat regular structure; specifically, something that looks like typical indentation.
- readInternalSubset(WstxInputData, WstxInputSource, ReaderConfig, boolean, int) - Static method in class com.ctc.wstx.dtd.FullDTDReader
-
Method called to read in the internal subset definition.
- readInto(WstxInputData) - Method in class com.ctc.wstx.io.BaseInputSource
- readInto(WstxInputData) - Method in class com.ctc.wstx.io.BranchingReaderSource
- readInto(WstxInputData) - Method in class com.ctc.wstx.io.CharArraySource
- readInto(WstxInputData) - Method in class com.ctc.wstx.io.ReaderSource
- readInto(WstxInputData) - Method in class com.ctc.wstx.io.WstxInputSource
-
Method called to read at least one more char from input source, and update input data appropriately.
- readMixedSpec(PrefixedName, boolean) - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Method called to parse what seems like a mixed content specification.
- readMore(WstxInputData, int) - Method in class com.ctc.wstx.io.BaseInputSource
- readMore(WstxInputData, int) - Method in class com.ctc.wstx.io.BranchingReaderSource
- readMore(WstxInputData, int) - Method in class com.ctc.wstx.io.CharArraySource
- readMore(WstxInputData, int) - Method in class com.ctc.wstx.io.ReaderSource
- readMore(WstxInputData, int) - Method in class com.ctc.wstx.io.WstxInputSource
-
Method called by reader when it has to have at least specified number of consequtive input characters in its buffer, and it currently does not have.
- readNotationEntry(char, PrefixedName, Location) - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Method called to read a notation reference entry; done both for attributes of type NOTATION, and for external unparsed entities that refer to a notation.
- readPI() - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Method similar to
MinimalDTDReader.skipPI()
, but one that does basic well-formedness checks. - readPI() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method that parses a processing instruction's data portion; at this point target has been parsed.
- readPI2(TextBuffer) - Method in class com.ctc.wstx.sr.BasicStreamReader
- readPIPrimary() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method that reads the primary part of a PI, ie.
- readQuotedValue(char[], int) - Method in class com.ctc.wstx.io.InputBootstrapper
- readQuotedValue(char[], int) - Method in class com.ctc.wstx.io.ReaderBootstrapper
- readQuotedValue(char[], int) - Method in class com.ctc.wstx.io.StreamBootstrapper
- readSpacePrimary(char, boolean) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Reading whitespace should be very similar to reading normal text; although couple of simplifications can be made.
- readSpaceSecondary(boolean) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
This is very similar to readSecondaryText(); called when we need to read in rest of (ignorable) white space segment.
- readTextPrimary(char) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called to read in consecutive beginning parts of a text segment, up to either end of the segment (lt char) or until first 'hole' in text (buffer end, 2-char lf to convert, entity).
- readTextSecondary(int, boolean) - Method in class com.ctc.wstx.sr.BasicStreamReader
- readXmlDecl(boolean, int) - Method in class com.ctc.wstx.io.InputBootstrapper
- readXmlEncoding() - Method in class com.ctc.wstx.io.InputBootstrapper
- readXmlStandalone() - Method in class com.ctc.wstx.io.InputBootstrapper
- readXmlVersion() - Method in class com.ctc.wstx.io.InputBootstrapper
- ready() - Method in class com.ctc.wstx.io.MergedReader
- ready() - Method in class com.ctc.wstx.util.TextBuffer.BufferReader
- reallyValidating() - Method in class com.ctc.wstx.dtd.DTDTypingNonValidator
- reallyValidating() - Method in class com.ctc.wstx.dtd.DTDValidator
- reallyValidating() - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- reallyValidating() - Method in class com.ctc.wstx.sr.InputElementStack
-
This is a method called by the reader to ensure that we have at least one 'real' validator.
- recycle(boolean) - Method in class com.ctc.wstx.util.TextBuffer
-
Method called to indicate that the underlying buffers should now be recycled if they haven't yet been recycled.
- rehash() - Method in class com.ctc.wstx.util.ElementIdMap
-
Method called when size (number of entries) of symbol table grows so big that load factor is exceeded.
- rehash() - Method in class com.ctc.wstx.util.SymbolTable
-
Method called when size (number of entries) of symbol table grows so big that load factor is exceeded.
- relink(DOMOutputElement, Element) - Method in class com.ctc.wstx.dom.DOMOutputElement
-
Method called to reuse a pooled instance.
- relink(Element) - Method in class com.ctc.wstx.sr.Element
-
Method called to temporarily "store" this Element for later reuse.
- relink(OutputElementBase) - Method in class com.ctc.wstx.sw.OutputElementBase
-
Method called to reuse a pooled instance.
- relink(SimpleOutputElement, String, String, String) - Method in class com.ctc.wstx.sw.SimpleOutputElement
-
Method called to reuse a pooled instance.
- remove() - Method in class com.ctc.wstx.evt.WstxEventReader
-
Note: only here because we implement Iterator interface.
- remove() - Method in class com.ctc.wstx.util.DataUtil.EI
- removeEldestEntry(Map.Entry<String, String>) - Method in class com.ctc.wstx.util.InternCache
- removeEldestEntry(Map.Entry<K, V>) - Method in class com.ctc.wstx.util.SimpleCache.LimitMap
- removeLast() - Method in class com.ctc.wstx.util.StringVector
- removeLast(int) - Method in class com.ctc.wstx.util.StringVector
- RepairingNsStreamWriter - Class in com.ctc.wstx.sw
-
Namespace-aware implementation of
XMLStreamWriter
, that does namespace repairing, ie resolves possible conflicts between prefixes (add new bindings as necessary), as well as automatically creates namespace declarations as necessary. - RepairingNsStreamWriter(XmlWriter, String, WriterConfig) - Constructor for class com.ctc.wstx.sw.RepairingNsStreamWriter
- ReplacingHandler(char) - Constructor for class com.ctc.wstx.api.InvalidCharHandler.ReplacingHandler
- reportBounds(char[], int, int) - Method in class com.ctc.wstx.io.BaseReader
- reportExtraEndElem() - Method in class com.ctc.wstx.sr.BasicStreamReader
- reportIllegalArg(String) - Static method in class com.ctc.wstx.sw.BaseStreamWriter
- reportIllegalChar(int) - Method in class com.ctc.wstx.sr.StreamScanner
- reportIllegalMethod(String) - Static method in class com.ctc.wstx.sw.BaseStreamWriter
-
Method called when an illegal method (namespace-specific method on non-ns writer) is called by the application.
- reportInvalid(int, int, String) - Method in class com.ctc.wstx.io.UTF32Reader
- reportInvalid(int, int, String) - Method in class com.ctc.wstx.io.UTF8Reader
- reportInvalidAscii(char) - Method in class com.ctc.wstx.io.AsciiReader
- reportInvalidChar(DTDValidatorBase, char, String) - Method in class com.ctc.wstx.dtd.DTDAttribute
- reportInvalidContent(int) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Stub method implemented by validating parsers, to report content that's not valid for current element context.
- reportInvalidContent(int) - Method in class com.ctc.wstx.sr.ValidatingStreamReader
-
Method called by lower-level parsing code when invalid content (anything inside element with 'empty' content spec; text inside non-mixed element etc) is found during basic scanning.
- reportInvalidContent(int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- reportInvalidInitial(int, int) - Method in class com.ctc.wstx.io.UTF8Reader
- reportInvalidOther(int, int) - Method in class com.ctc.wstx.io.UTF8Reader
- reportInvalidXml11(int, int, int) - Method in class com.ctc.wstx.io.BaseReader
- reportNull() - Method in class com.ctc.wstx.io.InputBootstrapper
- reportNwfAttr(String) - Static method in class com.ctc.wstx.sw.BaseStreamWriter
-
This is the method called when an output method call violates attribute well-formedness checks (trying to output dup attrs) and
WstxOutputProperties.P_OUTPUT_VALIDATE_NAMES
is is enabled. - reportNwfAttr(String, Object) - Static method in class com.ctc.wstx.sw.BaseStreamWriter
- reportNwfContent(String) - Static method in class com.ctc.wstx.sw.BaseStreamWriter
-
This is the method called when an output method call violates content well-formedness checks and
WstxOutputProperties.P_OUTPUT_VALIDATE_CONTENT
is is enabled. - reportNwfContent(String) - Method in class com.ctc.wstx.sw.XmlWriter
- reportNwfContent(String, Object) - Static method in class com.ctc.wstx.sw.BaseStreamWriter
- reportNwfName(String) - Method in class com.ctc.wstx.sw.XmlWriter
-
This is the method called when an output method call violates name well-formedness checks and
WstxOutputProperties.P_OUTPUT_VALIDATE_NAMES
is is enabled. - reportNwfStructure(String) - Static method in class com.ctc.wstx.sw.BaseStreamWriter
-
This is the method called when an output method call violates structural well-formedness checks and
WstxOutputProperties.P_OUTPUT_VALIDATE_STRUCTURE
is is enabled. - reportNwfStructure(String, Object) - Static method in class com.ctc.wstx.sw.BaseStreamWriter
- reportProblem(String) - Method in class com.ctc.wstx.evt.WstxEventReader
- reportProblem(String, String, Object, Object) - Method in class com.ctc.wstx.sr.StreamScanner
- reportProblem(String, Location) - Method in class com.ctc.wstx.evt.WstxEventReader
- reportProblem(Location, String, String, Object, Object) - Method in interface com.ctc.wstx.sr.InputProblemReporter
- reportProblem(Location, String, String, Object, Object) - Method in class com.ctc.wstx.sr.StreamScanner
- reportProblem(XMLValidationProblem) - Method in class com.ctc.wstx.sr.InputElementStack
- reportProblem(XMLValidationProblem) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- reportPseudoAttrProblem(String, String, String, String) - Method in class com.ctc.wstx.io.InputBootstrapper
- reportStrangeStream() - Method in class com.ctc.wstx.io.BaseReader
- reportUndeclared(ValidationContext, XMLValidator) - Method in class com.ctc.wstx.dtd.DefaultAttrValue
- reportUndeclared(ValidationContext, XMLValidator) - Method in class com.ctc.wstx.dtd.DefaultAttrValue.UndeclaredEntity
- reportUnexpectedChar(int, String) - Method in class com.ctc.wstx.io.InputBootstrapper
- reportUnexpectedEOF(int, int) - Method in class com.ctc.wstx.io.UTF32Reader
- reportUnexpectedEOF(int, int) - Method in class com.ctc.wstx.io.UTF8Reader
- reportUnicodeOverflow() - Method in class com.ctc.wstx.sr.StreamScanner
- reportUnknownProperty(String) - Method in class com.ctc.wstx.api.CommonConfig
- reportValidationProblem(DTDValidatorBase, String) - Method in class com.ctc.wstx.dtd.DTDAttribute
- reportValidationProblem(InputProblemReporter, String) - Method in class com.ctc.wstx.dtd.DTDAttribute
-
Method called during parsing of DTD schema, to report a problem.
- reportValidationProblem(String) - Method in class com.ctc.wstx.dtd.DTDValidatorBase
-
Method called to report validity problems; depending on mode, will either throw an exception, or add a problem notification to the list of problems.
- reportValidationProblem(String) - Method in interface com.ctc.wstx.sr.InputProblemReporter
- reportValidationProblem(String) - Method in class com.ctc.wstx.sr.StreamScanner
- reportValidationProblem(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- reportValidationProblem(String, int) - Method in class com.ctc.wstx.sr.StreamScanner
- reportValidationProblem(String, int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- reportValidationProblem(String, Object) - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- reportValidationProblem(String, Object) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- reportValidationProblem(String, Object, Object) - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- reportValidationProblem(String, Object, Object) - Method in interface com.ctc.wstx.sr.InputProblemReporter
- reportValidationProblem(String, Object, Object) - Method in class com.ctc.wstx.sr.StreamScanner
- reportValidationProblem(String, Object, Object) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- reportValidationProblem(String, Location) - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- reportValidationProblem(String, Location, int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- reportValidationProblem(Location, String) - Method in class com.ctc.wstx.sr.StreamScanner
- reportValidationProblem(Location, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- reportValidationProblem(XMLValidationProblem) - Method in interface com.ctc.wstx.sr.InputProblemReporter
- reportValidationProblem(XMLValidationProblem) - Method in class com.ctc.wstx.sr.StreamScanner
-
Note: this is the base implementation used for implementing
ValidationContext
- reportValidationProblem(XMLValidationProblem) - Method in class com.ctc.wstx.sr.ValidatingStreamReader
-
If there is an error handler established, call it.
- reportWeirdUCS4(String) - Method in class com.ctc.wstx.io.StreamBootstrapper
- reportWrongEndElem(String, String, int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- reportWrongEndPrefix(String, String, int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- reportXmlProblem(String) - Method in class com.ctc.wstx.io.InputBootstrapper
- require(int, String, String) - Method in class com.ctc.wstx.sr.BasicStreamReader
- reset() - Method in class com.ctc.wstx.io.MergedReader
- reset() - Method in class com.ctc.wstx.io.MergedStream
- reset() - Method in class com.ctc.wstx.sr.AttributeCollector
-
Method called to allow reusing of collector, usually right before starting collecting attributes for a new start tag.
- reset() - Method in class com.ctc.wstx.util.TextBuffer.BufferReader
- reset() - Method in class com.ctc.wstx.util.TextBuilder
-
Method called before starting to (re)use the buffer, will discard any existing content, and start collecting new set of values.
- reset(Element, int, String, String) - Method in class com.ctc.wstx.sr.Element
- reset(String, String) - Method in class com.ctc.wstx.util.PrefixedName
- reset(String, String, int) - Method in class com.ctc.wstx.sr.Attribute
- resetInitialized() - Method in class com.ctc.wstx.util.TextBuffer
-
Method called to make sure there is a non-shared segment to use, without appending any content yet.
- resetState() - Method in class com.ctc.wstx.api.ReaderConfig
-
Unlike name suggests there is also some limited state information associated with the config object.
- resetValidationFlags() - Method in class com.ctc.wstx.sw.BaseStreamWriter
- resetWithCopy(char[], int, int) - Method in class com.ctc.wstx.util.TextBuffer
- resetWithEmpty() - Method in class com.ctc.wstx.util.TextBuffer
-
Method called to clear out any content text buffer may have, and initializes buffer to use non-shared data.
- resetWithEmptyString() - Method in class com.ctc.wstx.util.TextBuffer
-
Similar to
TextBuffer.resetWithEmpty()
, but actively marks current text content to be empty string (whereas former method leaves content as undefined). - resetWithIndentation(int, char) - Method in class com.ctc.wstx.util.TextBuffer
- resetWithShared(char[], int, int) - Method in class com.ctc.wstx.util.TextBuffer
-
Method called to initialize the buffer with a shared copy of data; this means that buffer will just have pointers to actual data.
- resize(int) - Method in class com.ctc.wstx.util.TextBuilder
- RESOLVE_DTD_URIS - Static variable in class com.ctc.wstx.sax.SAXFeature
- resolveAndValidateElement() - Method in class com.ctc.wstx.sr.InputElementStack
-
Method called to resolve element and attribute namespaces (in namespace-aware mode), and do optional validation using pluggable validator object.
- resolveCharEnt(StringBuffer) - Method in class com.ctc.wstx.sr.StreamScanner
- resolveCharOnlyEntity(boolean) - Method in class com.ctc.wstx.sr.StreamScanner
-
Method called to resolve character entities, and only character entities (except that pre-defined char entities -- amp, apos, lt, gt, quote -- MAY be "char entities" in this sense, depending on arguments).
- resolveEntity(WstxInputSource, URL, String, String, String, XMLResolver, ReaderConfig, int) - Static method in class com.ctc.wstx.io.DefaultInputResolver
-
Basic external resource resolver implementation; usable both with DTD and entity resolution.
- resolveEntity(String, String, String, String) - Method in class com.ctc.wstx.sax.WstxSAXParser.ResolverProxy
- resolveEntityUsing(WstxInputSource, String, String, String, XMLResolver, ReaderConfig, int) - Static method in class com.ctc.wstx.io.DefaultInputResolver
-
A very simple utility expansion method used generally when the only way to resolve an entity is via passed resolver; and where failing to resolve it is not fatal.
- resolveExtSubsetPath(String) - Method in class com.ctc.wstx.sr.ValidatingStreamReader
-
Method called to resolve path to external DTD subset, given system identifier.
- resolveNamespaceDecl(int, boolean) - Method in class com.ctc.wstx.sr.AttributeCollector
-
Method called to resolve and initialize specified collected namespace declaration
- resolveNamespaces(InputProblemReporter, StringVector) - Method in class com.ctc.wstx.sr.AttributeCollector
-
Method called to resolve namespace URIs from attribute prefixes.
- resolveNonCharEntity() - Method in class com.ctc.wstx.sr.StreamScanner
-
Reverse of
StreamScanner.resolveCharOnlyEntity(boolean)
; will only resolve entity if it is NOT a character entity (or pre-defined 'generic' entity; amp, apos, lt, gt or quot). - ResolverProxy() - Constructor for class com.ctc.wstx.sax.WstxSAXParser.ResolverProxy
- resolveSimpleEntity(boolean) - Method in class com.ctc.wstx.sr.StreamScanner
-
Method that tries to resolve a character entity, or (if caller so specifies), a pre-defined internal entity (lt, gt, amp, apos, quot).
- resolveStreamEncoding() - Method in class com.ctc.wstx.io.StreamBootstrapper
-
Method called to try to figure out physical encoding the underlying input stream uses.
- restoreContext(WstxInputData) - Method in class com.ctc.wstx.io.BaseInputSource
- restoreContext(WstxInputData) - Method in class com.ctc.wstx.io.WstxInputSource
-
Method Reader calls when this input source is resumed as the current source.
- returnFullBBuffer(byte[]) - Method in class com.ctc.wstx.io.BufferRecycler
- returnFullCBuffer(char[]) - Method in class com.ctc.wstx.io.BufferRecycler
- returnMediumCBuffer(char[]) - Method in class com.ctc.wstx.io.BufferRecycler
- returnNullForDefaultNamespace() - Method in class com.ctc.wstx.api.CommonConfig
- returnSmallCBuffer(char[]) - Method in class com.ctc.wstx.io.BufferRecycler
- reuseAsChild(DOMOutputElement, Element) - Method in class com.ctc.wstx.dom.DOMOutputElement
- reuseAsChild(SimpleOutputElement, String) - Method in class com.ctc.wstx.sw.SimpleOutputElement
- reuseAsChild(SimpleOutputElement, String, String, String) - Method in class com.ctc.wstx.sw.SimpleOutputElement
- rewrite() - Method in class com.ctc.wstx.dtd.ChoiceContentSpec
- rewrite() - Method in class com.ctc.wstx.dtd.ContentSpec
-
Method called as the first part of DFA construction, if necessary; will usually create simpler
ModelNode
instances that will match definition this instance contains. - rewrite() - Method in class com.ctc.wstx.dtd.SeqContentSpec
- rewrite() - Method in class com.ctc.wstx.dtd.TokenContentSpec
- rewrite(ContentSpec[], int, int) - Method in class com.ctc.wstx.dtd.SeqContentSpec
S
- safeEnsureFinishToken() - Method in class com.ctc.wstx.sr.BasicStreamReader
- safeFinishToken() - Method in class com.ctc.wstx.sr.BasicStreamReader
- safeGetProperty(String) - Method in class com.ctc.wstx.api.CommonConfig
- saveContext(WstxInputData) - Method in class com.ctc.wstx.io.BaseInputSource
- saveContext(WstxInputData) - Method in class com.ctc.wstx.io.WstxInputSource
-
Method Reader calls when this input source is being stored, when a nested input source gets used instead (due to entity expansion).
- SAXFeature - Class in com.ctc.wstx.sax
-
Type safe (pre-Java5) enumeration for listing all currently (SAX 2.0.2) defined standard features
- SAXFeature(String) - Constructor for class com.ctc.wstx.sax.SAXFeature
- SAXProperty - Class in com.ctc.wstx.sax
-
Type-safe (pre-Java5) enumeration of all currently (SAX 2.0.2) defined standard properties.
- SAXProperty(String) - Constructor for class com.ctc.wstx.sax.SAXProperty
- sCharValidity - Static variable in class com.ctc.wstx.io.WstxInputData
- sCharValidity - Static variable in class com.ctc.wstx.sr.StreamScanner
- sCodePage037 - Static variable in class com.ctc.wstx.io.EBCDICCodec
- sDummy - Static variable in class com.ctc.wstx.dtd.TokenContentSpec
- sEmptyInstance - Static variable in class com.ctc.wstx.dtd.EmptyValidator
- sEmptyLocation - Static variable in class com.ctc.wstx.io.WstxInputLocation
- SeqContentSpec - Class in com.ctc.wstx.dtd
-
Content specification that defines model that has sequence of one or more elements that have to come in the specified order.
- SeqContentSpec(boolean, char, ContentSpec[]) - Constructor for class com.ctc.wstx.dtd.SeqContentSpec
- SeqContentSpec.Validator - Class in com.ctc.wstx.dtd
-
Simple validator that can be used if all components of a sequence are leaf nodes, ie.
- serializeQName(QName) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- serialVersionUID - Static variable in class com.ctc.wstx.io.WstxInputLocation
- setArity(char) - Method in class com.ctc.wstx.dtd.ContentSpec
- setAttributes(Attributes) - Method in class com.ctc.wstx.sax.WstxSAXParser.AttributesWrapper
- setAttrValueEscaperFactory(EscapingWriterFactory) - Method in class com.ctc.wstx.api.WriterConfig
- setAttrValueNormalization(boolean) - Method in class com.ctc.wstx.dtd.DTDTypingNonValidator
-
This 'validator' will not normalize any attributes, so let's implement this as no-op.
- setAttrValueNormalization(boolean) - Method in class com.ctc.wstx.dtd.DTDValidatorBase
-
Method that allows enabling/disabling attribute value normalization.
- setAutomaticDTDValidator(XMLValidator, NsDefaultProvider) - Method in class com.ctc.wstx.sr.InputElementStack
-
Method called to connect the automatically handled DTD validator (one detected from DOCTYPE, loaded and completely handled by the stream reader without application calling validation methods).
- setAutomaticNsPrefix(String) - Method in class com.ctc.wstx.api.WriterConfig
- setBaseURL(URL) - Method in class com.ctc.wstx.api.ReaderConfig
- SETBITS(int[], int) - Static method in class com.ctc.wstx.util.XmlChars
- SETBITS(int[], int, int) - Static method in class com.ctc.wstx.util.XmlChars
- setBufferSize(int) - Method in class com.ctc.wstx.util.TextBuilder
- setConfigFlag(int) - Method in class com.ctc.wstx.api.ReaderConfig
- setConfigFlag(int, boolean) - Method in class com.ctc.wstx.api.ReaderConfig
- setConfigFlag(int, boolean) - Method in class com.ctc.wstx.api.WriterConfig
- setContentHandler(ContentHandler) - Method in class com.ctc.wstx.sax.WstxSAXParser
- setCurrentLength(int) - Method in class com.ctc.wstx.util.TextBuffer
- setCustomInternalEntities(Map<String, ?>) - Method in class com.ctc.wstx.api.ReaderConfig
- setDefaultNamespace(String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- setDefaultNamespace(String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- setDefaultNamespace(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- setDefaultNamespace(String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- setDefaultNamespace(String) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
-
With repairing writer, this is only taken as a suggestion as to how the caller would prefer prefixes to be mapped.
- setDefaultNamespace(String) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
- setDefaultNsUri(String) - Method in class com.ctc.wstx.dom.DOMOutputElement
- setDefaultNsUri(String) - Method in class com.ctc.wstx.sw.OutputElementBase
- setDefaultNsUri(String) - Method in class com.ctc.wstx.sw.SimpleOutputElement
- setDocumentHandler(DocumentHandler) - Method in class com.ctc.wstx.sax.WstxSAXParser
- setDocumentLocator(Locator) - Method in class com.ctc.wstx.sax.WstxSAXParser.DocHandlerWrapper
- setDTDEventListener(DTDEventListener) - Method in class com.ctc.wstx.api.ReaderConfig
- setDTDHandler(DTDHandler) - Method in class com.ctc.wstx.sax.WstxSAXParser
- setDTDOverride(DTDValidationSchema) - Method in class com.ctc.wstx.api.ReaderConfig
- setDtdResolver(XMLResolver) - Method in class com.ctc.wstx.api.ReaderConfig
- setEmptyElementHandler(EmptyElementHandler) - Method in class com.ctc.wstx.api.WriterConfig
- SetEmptyElementHandler(Set<String>) - Constructor for class com.ctc.wstx.api.EmptyElementHandler.SetEmptyElementHandler
- setEntityResolver(XMLResolver) - Method in class com.ctc.wstx.api.ReaderConfig
- setEntityResolver(EntityResolver) - Method in class com.ctc.wstx.sax.WstxSAXParser
- setErrorHandler(ErrorHandler) - Method in class com.ctc.wstx.sax.WstxSAXParser
- setEventAllocator(XMLEventAllocator) - Method in class com.ctc.wstx.stax.WstxInputFactory
- setFeature(String, boolean) - Method in class com.ctc.wstx.sax.WstxSAXParser
- setFeature(String, boolean) - Method in class com.ctc.wstx.sax.WstxSAXParserFactory
- setFeature(String, Object) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Deprecated.
- setFlattenStart(int) - Method in class com.ctc.wstx.dtd.DTDWriter
- setFlattenWriter(Writer, boolean, boolean, boolean) - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Method that will set specified Writer as the 'flattening writer'; writer used to output flattened version of DTD read in.
- setInitCause(Throwable, Throwable) - Static method in class com.ctc.wstx.util.ExceptionUtil
- setInputBufferLength(int) - Method in class com.ctc.wstx.api.ReaderConfig
- setInputOffsets(int, int, int) - Method in class com.ctc.wstx.io.ReaderSource
-
Method called to change the default offsets this source has.
- setInputParsingMode(WstxInputProperties.ParsingMode) - Method in class com.ctc.wstx.api.ReaderConfig
- setInternStrings(boolean) - Method in class com.ctc.wstx.util.SymbolTable
- setInvalidCharHandler(InvalidCharHandler) - Method in class com.ctc.wstx.api.WriterConfig
- setLocale(Locale) - Method in class com.ctc.wstx.sax.WstxSAXParser
- setMaxAttributeSize(int) - Method in class com.ctc.wstx.api.ReaderConfig
- setMaxAttributesPerElement(int) - Method in class com.ctc.wstx.api.ReaderConfig
- setMaxAttributesPerElement(int) - Method in class com.ctc.wstx.sr.AttributeCollector
- setMaxCharacters(long) - Method in class com.ctc.wstx.api.ReaderConfig
- setMaxChildrenPerElement(int) - Method in class com.ctc.wstx.api.ReaderConfig
- setMaxElementCount(long) - Method in class com.ctc.wstx.api.ReaderConfig
- setMaxElementDepth(int) - Method in class com.ctc.wstx.api.ReaderConfig
- setMaxEntityCount(long) - Method in class com.ctc.wstx.api.ReaderConfig
- setMaxEntityDepth(int) - Method in class com.ctc.wstx.api.ReaderConfig
- setMaxTextLength(int) - Method in class com.ctc.wstx.api.ReaderConfig
- setNamespaceContext(NamespaceContext) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
-
Note: Root namespace context works best if automatic prefix creation ("namespace/prefix repairing" in StAX lingo) is enabled.
- setNamespaceContext(NamespaceContext) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- setNamespaceContext(NamespaceContext) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- setNextColliding(ElementId) - Method in class com.ctc.wstx.util.ElementId
- setNormalizedValue(int, String) - Method in class com.ctc.wstx.sr.AttributeCollector
-
Low-level mutator method that attribute validation code may call for certain types of attributes, when it wants to handle the whole validation and normalization process by itself.
- setPrefix(String) - Method in class com.ctc.wstx.sw.SimpleOutputElement
- setPrefix(String, String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- setPrefix(String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- setPrefix(String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- setPrefix(String, String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- setProblemReporter(XMLReporter) - Method in class com.ctc.wstx.api.WriterConfig
- setProperty(String, int, Object) - Method in class com.ctc.wstx.api.CommonConfig
- setProperty(String, int, Object) - Method in class com.ctc.wstx.api.ReaderConfig
- setProperty(String, int, Object) - Method in class com.ctc.wstx.api.ValidatorConfig
- setProperty(String, int, Object) - Method in class com.ctc.wstx.api.WriterConfig
- setProperty(String, Object) - Method in class com.ctc.wstx.api.CommonConfig
- setProperty(String, Object) - Method in class com.ctc.wstx.dom.WstxDOMWrappingReader
- setProperty(String, Object) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- setProperty(String, Object) - Method in class com.ctc.wstx.dtd.DTDSchemaFactory
- setProperty(String, Object) - Method in class com.ctc.wstx.evt.WstxEventReader
- setProperty(String, Object) - Method in class com.ctc.wstx.sax.WstxSAXParser
- setProperty(String, Object) - Method in class com.ctc.wstx.sr.BasicStreamReader
- setProperty(String, Object) - Method in class com.ctc.wstx.stax.WstxInputFactory
- setProperty(String, Object) - Method in class com.ctc.wstx.stax.WstxOutputFactory
- setProperty(String, Object) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- setRootNsContext(NamespaceContext) - Method in class com.ctc.wstx.dom.DOMOutputElement
- setRootNsContext(NamespaceContext) - Method in class com.ctc.wstx.sw.OutputElementBase
- setRootNsContext(NamespaceContext) - Method in class com.ctc.wstx.sw.SimpleOutputElement
-
Note: this method can and will only be called before outputting the root element.
- setShortestReportedTextSegment(int) - Method in class com.ctc.wstx.api.ReaderConfig
- setSpecialProperty(int, Object) - Method in class com.ctc.wstx.api.WriterConfig
- setStdProperty(String, int, Object) - Method in class com.ctc.wstx.api.CommonConfig
- setString(int, String) - Method in class com.ctc.wstx.util.StringVector
- setTextEscaperFactory(EscapingWriterFactory) - Method in class com.ctc.wstx.api.WriterConfig
- setUndeclaredEntityResolver(XMLResolver) - Method in class com.ctc.wstx.api.ReaderConfig
- setValidationProblemHandler(ValidationProblemHandler) - Method in class com.ctc.wstx.sr.BasicStreamReader
- setValidationProblemHandler(ValidationProblemHandler) - Method in class com.ctc.wstx.sr.ValidatingStreamReader
- setValidationProblemHandler(ValidationProblemHandler) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- setValue(String) - Method in class com.ctc.wstx.dtd.DefaultAttrValue
- setValue(String) - Method in class com.ctc.wstx.sr.Attribute
-
Method called to inject specific value for this attribute.
- setXmlCompliancy(int) - Method in class com.ctc.wstx.io.AsciiReader
- setXmlCompliancy(int) - Method in class com.ctc.wstx.io.BaseReader
-
Method that can be called to indicate the xml conformance used when reading content using this reader.
- setXmlCompliancy(int) - Method in class com.ctc.wstx.io.ISOLatinReader
- setXmlCompliancy(int) - Method in class com.ctc.wstx.io.UTF32Reader
- setXmlCompliancy(int) - Method in class com.ctc.wstx.io.UTF8Reader
- setXMLReporter(XMLReporter) - Method in class com.ctc.wstx.api.ReaderConfig
- setXMLReporter(XMLReporter) - Method in class com.ctc.wstx.stax.WstxInputFactory
- setXMLResolver(XMLResolver) - Method in class com.ctc.wstx.api.ReaderConfig
-
Note: for better granularity, you should call
ReaderConfig.setEntityResolver(javax.xml.stream.XMLResolver)
andReaderConfig.setDtdResolver(javax.xml.stream.XMLResolver)
instead. - setXMLResolver(XMLResolver) - Method in class com.ctc.wstx.stax.WstxInputFactory
-
Note: it's preferable to use Wstx-specific
ReaderConfig.setEntityResolver(javax.xml.stream.XMLResolver)
instead, if possible, since this just wraps passed in resolver. - SimpleCache<K,
V> - Class in com.ctc.wstx.util -
Simple Map implementation usable for caches where contents do not expire, but where size needs to remain bounded.
- SimpleCache(int) - Constructor for class com.ctc.wstx.util.SimpleCache
- SimpleCache.LimitMap<K,
V> - Class in com.ctc.wstx.util - SimpleNsStreamWriter - Class in com.ctc.wstx.sw
-
Namespace-aware implementation of
XMLStreamWriter
, that does not do namespace repairing, ie doesn't try to resolve possible conflicts between prefixes and namespace URIs, or automatically create namespace bindings. - SimpleNsStreamWriter(XmlWriter, String, WriterConfig) - Constructor for class com.ctc.wstx.sw.SimpleNsStreamWriter
- SimpleOutputElement - Class in com.ctc.wstx.sw
-
Class that encapsulates information about a specific element in virtual output stack for namespace-aware writers.
- SimpleOutputElement() - Constructor for class com.ctc.wstx.sw.SimpleOutputElement
-
Constructor for the virtual root element
- SimpleOutputElement(SimpleOutputElement, String, String, String, BijectiveNsMap) - Constructor for class com.ctc.wstx.sw.SimpleOutputElement
- SimpleOutputElement.AttrName - Class in com.ctc.wstx.sw
-
Simple key class used to represent two-piece (attribute) names; first part being optional (URI), and second non-optional (local name).
- SimpleStartElement - Class in com.ctc.wstx.evt
-
Wstx
StartElement
implementation used when event is constructed from already objectified data, for example when constructed by the event factory. - SimpleStartElement(Location, QName, BaseNsContext, Map<QName, Attribute>) - Constructor for class com.ctc.wstx.evt.SimpleStartElement
- sImplied - Static variable in class com.ctc.wstx.dtd.DefaultAttrValue
- sIndSpaces - Static variable in class com.ctc.wstx.util.TextBuffer
- sIndSpacesArray - Static variable in class com.ctc.wstx.util.TextBuffer
- sIndSpacesStrings - Static variable in class com.ctc.wstx.util.TextBuffer
- sIndTabs - Static variable in class com.ctc.wstx.util.TextBuffer
- sIndTabsArray - Static variable in class com.ctc.wstx.util.TextBuffer
- sIndTabsStrings - Static variable in class com.ctc.wstx.util.TextBuffer
- singletonIterator(T) - Static method in class com.ctc.wstx.util.DataUtil
- sInstance - Static variable in class com.ctc.wstx.api.EmptyElementHandler.HtmlEmptyElementHandler
- sInstance - Static variable in class com.ctc.wstx.api.InvalidCharHandler.FailingHandler
- sInstance - Static variable in class com.ctc.wstx.api.ValidatorConfig
-
For now, since there are no mutable properties, we can share a singleton instance.
- sInstance - Static variable in class com.ctc.wstx.util.DataUtil.EI
- sInstance - Static variable in class com.ctc.wstx.util.DefaultXmlSymbolTable
-
Root symbol table from which child instances are derived.
- sInstance - Static variable in class com.ctc.wstx.util.EmptyNamespaceContext
- sInstance - Static variable in class com.ctc.wstx.util.InternCache
- sInstances - Static variable in class com.ctc.wstx.sax.SAXFeature
- sInstances - Static variable in class com.ctc.wstx.sax.SAXProperty
- sInternCache - Static variable in class com.ctc.wstx.sr.AttributeCollector
- size() - Method in class com.ctc.wstx.util.BijectiveNsMap
- size() - Method in class com.ctc.wstx.util.StringVector
- size() - Method in class com.ctc.wstx.util.SymbolTable
- size() - Method in class com.ctc.wstx.util.TextBuffer
- size() - Method in class com.ctc.wstx.util.WordResolver
- SIZE - Static variable in class com.ctc.wstx.util.XmlChars
- skip(long) - Method in class com.ctc.wstx.io.MergedReader
- skip(long) - Method in class com.ctc.wstx.io.MergedStream
- skip(long) - Method in class com.ctc.wstx.util.TextBuffer.BufferReader
- skipCoalescedText(int) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called to skip past all following text and CDATA segments, until encountering something else (including a general entity, which may in turn expand to text).
- skipComment() - Method in class com.ctc.wstx.dtd.MinimalDTDReader
- skipCommentContent() - Method in class com.ctc.wstx.dtd.MinimalDTDReader
- skipCommentOrCData(String, char, boolean) - Method in class com.ctc.wstx.sr.BasicStreamReader
- skipCRLF(char) - Method in class com.ctc.wstx.io.ReaderBootstrapper
- skipCRLF(char) - Method in class com.ctc.wstx.sr.StreamScanner
-
Method called when a CR has been spotted in input; checks if next char is LF, and if so, skips it.
- skipDeclaration(char) - Method in class com.ctc.wstx.dtd.MinimalDTDReader
- skipDTDName() - Method in class com.ctc.wstx.dtd.MinimalDTDReader
- skipDtdWs(boolean) - Method in class com.ctc.wstx.dtd.FullDTDReader
- skipElement() - Method in class com.ctc.wstx.sr.BasicStreamReader
- skipEquals(String, String) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method that checks that input following is of form '[S]* '=' [S]*' (as per XML specs, production #25).
- skipFullName(char) - Method in class com.ctc.wstx.sr.StreamScanner
-
Note: does not check for number of colons, amongst other things.
- skipInternalSubset() - Method in class com.ctc.wstx.dtd.MinimalDTDReader
-
Method that will skip through internal DTD subset, without doing any parsing, except for trying to match end of subset properly.
- skipInternalSubset(WstxInputData, WstxInputSource, ReaderConfig) - Static method in class com.ctc.wstx.dtd.MinimalDTDReader
-
Method that just skims through structure of internal subset, but without doing any sort of validation, or parsing of contents.
- skipLiteral(char) - Method in class com.ctc.wstx.dtd.MinimalDTDReader
- skipMbLF(int) - Method in class com.ctc.wstx.io.StreamBootstrapper
- skipMbWs() - Method in class com.ctc.wstx.io.StreamBootstrapper
- skipObligatoryDtdWs() - Method in class com.ctc.wstx.dtd.FullDTDReader
-
Note: Apparently a parameter entity expansion does also count as white space (that is, PEs outside of quoted text are considered to be separated by white spaces on both sides).
- skipPE() - Method in class com.ctc.wstx.dtd.MinimalDTDReader
- skippedEntity(String) - Method in class com.ctc.wstx.sax.WstxSAXParser.DocHandlerWrapper
- skipPI() - Method in class com.ctc.wstx.dtd.MinimalDTDReader
- skipSbLF(byte) - Method in class com.ctc.wstx.io.StreamBootstrapper
- skipSbWs() - Method in class com.ctc.wstx.io.StreamBootstrapper
- skipToken() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called to skip last part of current token, when full token has not been parsed.
- skipTokenText(int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- skipTranslatedLF(int) - Method in class com.ctc.wstx.io.StreamBootstrapper
- skipTranslatedWs() - Method in class com.ctc.wstx.io.StreamBootstrapper
- skipWS(char) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method that will skip any white space from input source(s)
- sLF - Static variable in class com.ctc.wstx.util.StringUtil
- SmallPrefixedNameSet - Class in com.ctc.wstx.dtd
-
PrefixedNameSet implementation suitable for storing small set of PrefixedName values (generally 8 or less).
- SmallPrefixedNameSet(boolean, PrefixedName[]) - Constructor for class com.ctc.wstx.dtd.SmallPrefixedNameSet
- sourceFrom(WstxInputSource, ReaderConfig, String, int, Object) - Static method in class com.ctc.wstx.io.DefaultInputResolver
-
Factory method that accepts various types of Objects, and tries to create a
WstxInputSource
from it. - sourceFromIS(WstxInputSource, ReaderConfig, String, int, InputStream, String, String) - Static method in class com.ctc.wstx.io.DefaultInputResolver
- sourceFromR(WstxInputSource, ReaderConfig, String, int, Reader, String, String) - Static method in class com.ctc.wstx.io.DefaultInputResolver
- sourceFromSS(WstxInputSource, ReaderConfig, String, int, StreamSource) - Static method in class com.ctc.wstx.io.DefaultInputResolver
- sourceFromString(WstxInputSource, ReaderConfig, String, int, String) - Static method in class com.ctc.wstx.io.DefaultInputResolver
-
We have multiple ways to look at what would it mean to get a String as the resolved result.
- sourceFromURL(WstxInputSource, ReaderConfig, String, int, URL, String) - Static method in class com.ctc.wstx.io.DefaultInputResolver
- SP_IX_ATTR_VALUE_ESCAPER_FACTORY - Static variable in class com.ctc.wstx.api.WriterConfig
- SP_IX_AUTO_NS_PREFIX - Static variable in class com.ctc.wstx.api.WriterConfig
- SP_IX_CUSTOM_ENTITIES - Static variable in class com.ctc.wstx.api.ReaderConfig
- SP_IX_DTD_EVENT_LISTENER - Static variable in class com.ctc.wstx.api.ReaderConfig
- SP_IX_DTD_OVERRIDE - Static variable in class com.ctc.wstx.api.ReaderConfig
- SP_IX_EMPTY_ELEMENT_HANDLER - Static variable in class com.ctc.wstx.api.WriterConfig
- SP_IX_INVALID_CHAR_HANDLER - Static variable in class com.ctc.wstx.api.WriterConfig
- SP_IX_PROBLEM_REPORTER - Static variable in class com.ctc.wstx.api.WriterConfig
- SP_IX_TEXT_ESCAPER_FACTORY - Static variable in class com.ctc.wstx.api.WriterConfig
- SP_IX_UNDECL_ENT_RESOLVER - Static variable in class com.ctc.wstx.api.ReaderConfig
- sPcdataInstance - Static variable in class com.ctc.wstx.dtd.EmptyValidator
- SPEC_PROC_COUNT - Static variable in class com.ctc.wstx.api.ReaderConfig
- SPEC_PROC_COUNT - Static variable in class com.ctc.wstx.api.WriterConfig
- spillAttr(String, String, int[], int, int, int, int) - Method in class com.ctc.wstx.sr.AttributeCollector
- sPrefixXml - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- sPrefixXml - Static variable in class com.ctc.wstx.sw.BaseNsStreamWriter
- sPrefixXmlns - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- sPrefixXmlns - Static variable in class com.ctc.wstx.sw.BaseNsStreamWriter
- sProperties - Static variable in class com.ctc.wstx.api.ReaderConfig
-
Map to use for converting from String property ids to ints described above; useful to allow use of switch later on.
- sProperties - Static variable in class com.ctc.wstx.api.WriterConfig
-
Map to use for converting from String property ids to ints described above; useful to allow use of switch later on.
- sPubidValidity - Static variable in class com.ctc.wstx.io.WstxInputData
- sPubidValidity - Static variable in class com.ctc.wstx.sr.StreamScanner
- sRequired - Static variable in class com.ctc.wstx.dtd.DefaultAttrValue
- sStdInstance - Static variable in class com.ctc.wstx.evt.DefaultEventAllocator
- sStdProperties - Static variable in class com.ctc.wstx.api.CommonConfig
-
Map to use for converting from String property ids to enumeration (ints).
- standaloneSet() - Method in class com.ctc.wstx.sr.BasicStreamReader
- StarModel - Class in com.ctc.wstx.dtd
-
Model class that represents any number of repetitions of its submodel (including no repetitions).
- StarModel(ModelNode) - Constructor for class com.ctc.wstx.dtd.StarModel
- start(BundleContext) - Method in class com.ctc.wstx.osgi.WstxBundleActivator
-
Method called on activation.
- startBranch(TextBuffer, int, boolean) - Method in class com.ctc.wstx.io.BranchingReaderSource
- startDocument() - Method in class com.ctc.wstx.sax.WstxSAXParser.DocHandlerWrapper
- startDTD() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called to parse through most of DOCTYPE declaration; excluding optional internal subset.
- startElement(String, String, String, Attributes) - Method in class com.ctc.wstx.sax.WstxSAXParser.DocHandlerWrapper
- startPrefixMapping(String, String) - Method in class com.ctc.wstx.sax.WstxSAXParser.DocHandlerWrapper
- STATE_CLOSED - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- STATE_CONTENT - Static variable in class com.ctc.wstx.evt.WstxEventReader
- STATE_END_OF_INPUT - Static variable in class com.ctc.wstx.evt.WstxEventReader
- STATE_EPILOG - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- STATE_EPILOG - Static variable in class com.ctc.wstx.sw.BaseStreamWriter
- STATE_INITIAL - Static variable in class com.ctc.wstx.evt.WstxEventReader
- STATE_MULTIDOC_HACK - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- STATE_PROLOG - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- STATE_PROLOG - Static variable in class com.ctc.wstx.sw.BaseStreamWriter
- STATE_TREE - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- STATE_TREE - Static variable in class com.ctc.wstx.sw.BaseStreamWriter
- STAX_PROP_ENTITIES - Static variable in class com.ctc.wstx.sr.ValidatingStreamReader
- STAX_PROP_NOTATIONS - Static variable in class com.ctc.wstx.sr.ValidatingStreamReader
- STD_FEATURE_PREFIX - Static variable in class com.ctc.wstx.sax.SAXFeature
-
Since all standard features have same URI prefix, let's separate that prefix, from unique remainder of the feature URIs.
- STD_PROPERTY_PREFIX - Static variable in class com.ctc.wstx.sax.SAXProperty
- stop(BundleContext) - Method in class com.ctc.wstx.osgi.WstxBundleActivator
- stopValidatingAgainst(XMLValidationSchema) - Method in class com.ctc.wstx.sr.BasicStreamReader
- stopValidatingAgainst(XMLValidationSchema) - Method in class com.ctc.wstx.sr.InputElementStack
- stopValidatingAgainst(XMLValidationSchema) - Method in class com.ctc.wstx.sr.ValidatingStreamReader
- stopValidatingAgainst(XMLValidationSchema) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- stopValidatingAgainst(XMLValidator) - Method in class com.ctc.wstx.sr.BasicStreamReader
- stopValidatingAgainst(XMLValidator) - Method in class com.ctc.wstx.sr.InputElementStack
- stopValidatingAgainst(XMLValidator) - Method in class com.ctc.wstx.sr.ValidatingStreamReader
- stopValidatingAgainst(XMLValidator) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- StreamBootstrapper - Class in com.ctc.wstx.io
-
Input bootstrap class used with streams, when encoding is not known (when encoding is specified by application, a reader is constructed, and then reader-based bootstrapper is used).
- StreamBootstrapper(String, SystemId, byte[], int, int) - Constructor for class com.ctc.wstx.io.StreamBootstrapper
- StreamBootstrapper(String, SystemId, InputStream) - Constructor for class com.ctc.wstx.io.StreamBootstrapper
- StreamReaderImpl - Interface in com.ctc.wstx.sr
-
Interface that defines "internal Woodstox API".
- StreamScanner - Class in com.ctc.wstx.sr
-
Abstract base class that defines some basic functionality that all Woodstox reader classes (main XML reader, DTD reader) extend from.
- StreamScanner(WstxInputSource, ReaderConfig, XMLResolver) - Constructor for class com.ctc.wstx.sr.StreamScanner
-
Constructor used when creating a complete new (main-level) reader that does not share its input buffers or state with another reader.
- STRING_INTERNING - Static variable in class com.ctc.wstx.sax.SAXFeature
- StringUtil - Class in com.ctc.wstx.util
- StringUtil() - Constructor for class com.ctc.wstx.util.StringUtil
- StringVector - Class in com.ctc.wstx.util
-
Data container similar
List
(from storage perspective), but that can be used in multiple ways. - StringVector(int) - Constructor for class com.ctc.wstx.util.StringVector
- StructValidator - Class in com.ctc.wstx.dtd
-
Base class for validator Objects used to validate tree structure of an XML-document against DTD.
- StructValidator() - Constructor for class com.ctc.wstx.dtd.StructValidator
- sTypes - Static variable in class com.ctc.wstx.dtd.DTDAttribute
-
Array that has String constants matching above mentioned value types
- SUFFIX_EOF_EXP_NAME - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
- SUFFIX_IN_ATTR_VALUE - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
- SUFFIX_IN_CDATA - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
- SUFFIX_IN_CLOSE_ELEMENT - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
- SUFFIX_IN_COMMENT - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
- SUFFIX_IN_DEF_ATTR_VALUE - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
- SUFFIX_IN_DOC - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
- SUFFIX_IN_DTD - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
- SUFFIX_IN_DTD_EXTERNAL - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
- SUFFIX_IN_DTD_INTERNAL - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
- SUFFIX_IN_ELEMENT - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
- SUFFIX_IN_ENTITY_REF - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
- SUFFIX_IN_EPILOG - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
- SUFFIX_IN_NAME - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
- SUFFIX_IN_PROC_INSTR - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
- SUFFIX_IN_PROLOG - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
- SUFFIX_IN_TEXT - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
- SUFFIX_IN_XML_DECL - Static variable in interface com.ctc.wstx.cfg.ParsingErrorMsgs
- SURR1_FIRST - Static variable in class com.ctc.wstx.api.InvalidCharHandler.FailingHandler
- SURR1_FIRST - Static variable in class com.ctc.wstx.io.UTF8Writer
- SURR1_FIRST - Static variable in class com.ctc.wstx.sw.XmlWriter
- SURR1_LAST - Static variable in class com.ctc.wstx.api.InvalidCharHandler.FailingHandler
- SURR1_LAST - Static variable in class com.ctc.wstx.io.UTF8Writer
- SURR1_LAST - Static variable in class com.ctc.wstx.sw.XmlWriter
- SURR2_FIRST - Static variable in class com.ctc.wstx.api.InvalidCharHandler.FailingHandler
- SURR2_FIRST - Static variable in class com.ctc.wstx.io.UTF8Writer
- SURR2_FIRST - Static variable in class com.ctc.wstx.sw.XmlWriter
- SURR2_LAST - Static variable in class com.ctc.wstx.api.InvalidCharHandler.FailingHandler
- SURR2_LAST - Static variable in class com.ctc.wstx.io.UTF8Writer
- SURR2_LAST - Static variable in class com.ctc.wstx.sw.XmlWriter
- sXml10Chars - Static variable in class com.ctc.wstx.util.XmlChars
- sXml10StartChars - Static variable in class com.ctc.wstx.util.XmlChars
- sXmlNsPrefix - Static variable in class com.ctc.wstx.sw.OutputElementBase
- sXmlNsURI - Static variable in class com.ctc.wstx.sw.OutputElementBase
- SymbolTable - Class in com.ctc.wstx.util
-
This class is a kind of specialized type-safe Map, from char array to String value.
- SymbolTable() - Constructor for class com.ctc.wstx.util.SymbolTable
-
Method for constructing a master symbol table instance; this one will create master instance with default size, and with interning enabled.
- SymbolTable(boolean) - Constructor for class com.ctc.wstx.util.SymbolTable
-
Method for constructing a master symbol table instance.
- SymbolTable(boolean, int) - Constructor for class com.ctc.wstx.util.SymbolTable
-
Method for constructing a master symbol table instance.
- SymbolTable(boolean, int, float) - Constructor for class com.ctc.wstx.util.SymbolTable
-
Main method for constructing a master symbol table instance; will be called by other public constructors.
- SymbolTable(boolean, String[], SymbolTable.Bucket[], int, int, int, int) - Constructor for class com.ctc.wstx.util.SymbolTable
-
Internal constructor used when creating child instances.
- SymbolTable.Bucket - Class in com.ctc.wstx.util
-
This class is a symbol table entry.
- SystemId - Class in com.ctc.wstx.io
-
Helper class that is used to defer construction of
URL
to help with cases where real URL is not actually needed, and incoming System Id may not even resolve properly. - SystemId(String, URL) - Constructor for class com.ctc.wstx.io.SystemId
T
- TextAccumulator - Class in com.ctc.wstx.util
-
Simple utility class used to efficiently accumulate and concatenate text passed in various forms
- TextAccumulator() - Constructor for class com.ctc.wstx.util.TextAccumulator
- TextBuffer - Class in com.ctc.wstx.util
-
TextBuffer is a class similar to
StringBuilder
, with following differences: TextBuffer uses segments character arrays, to avoid having to do additional array copies when array is not big enough. - TextBuffer(ReaderConfig) - Constructor for class com.ctc.wstx.util.TextBuffer
- TextBuffer.BufferReader - Class in com.ctc.wstx.util
- TextBuilder - Class in com.ctc.wstx.util
-
Class similar to
StringBuilder
, except that it can be used to construct multiple Strings, that will share same underlying character buffer. - TextBuilder(int) - Constructor for class com.ctc.wstx.util.TextBuilder
- TextEscaper - Class in com.ctc.wstx.io
- TextEscaper() - Constructor for class com.ctc.wstx.io.TextEscaper
- TextWrapper(XmlWriter) - Constructor for class com.ctc.wstx.sw.XmlWriterWrapper.TextWrapper
- throwAsIllegalArgument(Throwable) - Static method in class com.ctc.wstx.util.ExceptionUtil
- throwDTDAttrError(String, DTDElement, PrefixedName) - Method in class com.ctc.wstx.dtd.FullDTDReader
- throwDTDElemError(String, Object) - Method in class com.ctc.wstx.dtd.FullDTDReader
- throwDTDUnexpectedChar(int, String) - Method in class com.ctc.wstx.dtd.FullDTDReader
- throwDupAttr(InputProblemReporter, int) - Method in class com.ctc.wstx.sr.AttributeCollector
-
Method that can be used to get the specified attribute value, by getting it written using Writer passed in.
- throwElementException(DTDElement, Location) - Static method in class com.ctc.wstx.dtd.DTDSubsetImpl
- throwEndOfInput() - Method in class com.ctc.wstx.evt.WstxEventReader
- throwForbiddenPE() - Method in class com.ctc.wstx.dtd.FullDTDReader
- throwFromIOE(IOException) - Method in class com.ctc.wstx.sr.StreamScanner
- throwFromIOE(IOException) - Static method in class com.ctc.wstx.sw.BaseStreamWriter
- throwFromStrE(XMLStreamException) - Method in class com.ctc.wstx.sr.StreamScanner
- throwGenericInternal() - Static method in class com.ctc.wstx.util.ExceptionUtil
-
This method is just added for convenience, and only to be used for assertion style of exceptions.
- throwIfUnchecked(Throwable) - Static method in class com.ctc.wstx.util.ExceptionUtil
- throwIllegal(int) - Method in class com.ctc.wstx.io.UTF8Writer
- throwIllegalCall() - Method in class com.ctc.wstx.dtd.MinimalDTDReader
- throwIllegalIndex(int, int) - Method in class com.ctc.wstx.sr.InputElementStack
- throwIndex(int) - Method in class com.ctc.wstx.sr.AttributeCollector
- throwInternal(String) - Static method in class com.ctc.wstx.util.ExceptionUtil
- throwInvalidSpace(int) - Method in class com.ctc.wstx.sr.StreamScanner
- throwInvalidSpace(int, boolean) - Method in class com.ctc.wstx.sr.StreamScanner
- throwIOException(Exception, String) - Static method in class com.ctc.wstx.util.URLUtil
-
Helper method that tries to fully convert strange URL-specific exception to more general IO exception.
- throwLazily(XMLStreamException) - Static method in exception class com.ctc.wstx.exc.WstxLazyException
- throwLazyError(Exception) - Method in class com.ctc.wstx.sr.StreamScanner
-
Method called to report an error, when caller's signature only allows runtime exceptions to be thrown.
- throwNoSuchAttribute(int) - Method in class com.ctc.wstx.sax.WstxSAXParser
- throwNotationException(NotationDeclaration, NotationDeclaration) - Static method in class com.ctc.wstx.dtd.DTDSubsetImpl
- throwNotTextual(int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- throwNotTextualOrElem(int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- throwNotTextXxx(int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- throwNsColonException(String) - Method in class com.ctc.wstx.sr.StreamScanner
-
Method called to throw an exception indicating that a name that should not be namespace-qualified (PI target, entity/notation name) is one, and reader is namespace aware.
- throwNullChar() - Method in class com.ctc.wstx.sr.StreamScanner
- throwNullParent(WstxInputSource) - Method in class com.ctc.wstx.sr.StreamScanner
- throwOutputError(String) - Static method in class com.ctc.wstx.sw.BaseStreamWriter
- throwOutputError(String) - Method in class com.ctc.wstx.sw.OutputElementBase
- throwOutputError(String) - Method in class com.ctc.wstx.sw.XmlWriter
- throwOutputError(String, Object) - Static method in class com.ctc.wstx.sw.BaseStreamWriter
- throwOutputError(String, Object) - Method in class com.ctc.wstx.sw.XmlWriter
- throwParseError(String) - Method in interface com.ctc.wstx.sr.InputProblemReporter
- throwParseError(String) - Method in class com.ctc.wstx.sr.StreamScanner
- throwParseError(String, Object, Object) - Method in interface com.ctc.wstx.sr.InputProblemReporter
- throwParseError(String, Object, Object) - Method in class com.ctc.wstx.sr.StreamScanner
-
Throws generic parse error with specified message and current parsing location.
- throwRecursionError(String) - Method in class com.ctc.wstx.sr.StreamScanner
- throwRuntimeException(Throwable) - Static method in class com.ctc.wstx.util.ExceptionUtil
-
Method that can be used to convert any Throwable to a RuntimeException; conversion is only done for checked exceptions.
- throwSaxException(Exception) - Method in class com.ctc.wstx.sax.WstxSAXParser
- throwSaxException(String) - Method in class com.ctc.wstx.sax.WstxSAXParser
- throwStreamException(String, Location) - Method in class com.ctc.wstx.dom.WstxDOMWrappingReader
- throwUnchecked(XMLStreamException) - Method in class com.ctc.wstx.evt.WstxEventReader
- throwUnexpectedChar(int, String) - Method in class com.ctc.wstx.sr.StreamScanner
- throwUnexpectedEOB(String) - Method in class com.ctc.wstx.sr.StreamScanner
-
Similar to
StreamScanner.throwUnexpectedEOF(java.lang.String)
, but only indicates ending of an input block. - throwUnexpectedEOF() - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called when we get an EOF within content tree
- throwUnexpectedEOF(String) - Method in class com.ctc.wstx.sr.StreamScanner
- throwUnpairedSurrogate() - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- throwUnpairedSurrogate(int) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- throwWfcException(String, boolean) - Method in class com.ctc.wstx.sr.StreamScanner
- TOKEN_FULL_COALESCED - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- TOKEN_FULL_SINGLE - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- TOKEN_NOT_STARTED - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- TOKEN_PARTIAL_SINGLE - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- TOKEN_STARTED - Static variable in class com.ctc.wstx.sr.BasicStreamReader
- TokenContentSpec - Class in com.ctc.wstx.dtd
-
Content specification that defines content model consisting of just one allowed element.
- TokenContentSpec(char, PrefixedName) - Constructor for class com.ctc.wstx.dtd.TokenContentSpec
- TokenContentSpec.Validator - Class in com.ctc.wstx.dtd
- TokenModel - Class in com.ctc.wstx.dtd
-
Model class that encapsulates a single (obligatory) token instance.
- TokenModel(PrefixedName) - Constructor for class com.ctc.wstx.dtd.TokenModel
- tokenTypeDesc(int) - Static method in class com.ctc.wstx.cfg.ErrorConsts
- tokenTypeDesc(int) - Method in class com.ctc.wstx.sr.StreamScanner
- toString() - Method in class com.ctc.wstx.dtd.ChoiceContentSpec
- toString() - Method in class com.ctc.wstx.dtd.ChoiceModel
- toString() - Method in class com.ctc.wstx.dtd.ConcatModel
- toString() - Method in class com.ctc.wstx.dtd.DFAState
- toString() - Method in class com.ctc.wstx.dtd.DTDAttribute
- toString() - Method in class com.ctc.wstx.dtd.DTDElement
- toString() - Method in class com.ctc.wstx.dtd.DTDId
- toString() - Method in class com.ctc.wstx.dtd.DTDSubsetImpl
- toString() - Method in class com.ctc.wstx.dtd.OptionalModel
- toString() - Method in class com.ctc.wstx.dtd.PrefixedNameSet
- toString() - Method in class com.ctc.wstx.dtd.SeqContentSpec
- toString() - Method in class com.ctc.wstx.dtd.StarModel
- toString() - Method in class com.ctc.wstx.dtd.TokenContentSpec
- toString() - Method in class com.ctc.wstx.dtd.TokenModel
- toString() - Method in exception class com.ctc.wstx.exc.WstxException
- toString() - Method in exception class com.ctc.wstx.exc.WstxLazyException
- toString() - Method in exception class com.ctc.wstx.exc.WstxValidationException
- toString() - Method in class com.ctc.wstx.io.SystemId
- toString() - Method in class com.ctc.wstx.io.WstxInputLocation
- toString() - Method in class com.ctc.wstx.io.WstxInputSource
- toString() - Method in class com.ctc.wstx.sax.SAXFeature
- toString() - Method in class com.ctc.wstx.sax.SAXProperty
- toString() - Method in exception class com.ctc.wstx.sax.WrappedSaxException
- toString() - Method in class com.ctc.wstx.sw.BaseStreamWriter
- toString() - Method in class com.ctc.wstx.sw.SimpleOutputElement.AttrName
- toString() - Method in class com.ctc.wstx.util.BijectiveNsMap
- toString() - Method in class com.ctc.wstx.util.ElementId
- toString() - Method in class com.ctc.wstx.util.PrefixedName
- toString() - Method in class com.ctc.wstx.util.StringVector
- toString() - Method in class com.ctc.wstx.util.TextBuffer
-
Note: calling this method may not be as efficient as calling
TextBuffer.contentsAsString()
, since it's not guaranteed that resulting String is cached. - toString() - Method in class com.ctc.wstx.util.TextBuilder
- toString() - Method in class com.ctc.wstx.util.WordResolver
- toString(String) - Method in class com.ctc.wstx.dtd.PrefixedNameSet
- toURL(File) - Static method in class com.ctc.wstx.util.URLUtil
-
Helper method that will convert given file into equivalent URL.
- trimEncoding(String, boolean) - Static method in class com.ctc.wstx.util.StringUtil
-
Method that will remove all non-alphanumeric characters, and optionally upper-case included letters, from the given String.
- tryToValidate(PrefixedName) - Method in class com.ctc.wstx.dtd.ChoiceContentSpec.Validator
- tryToValidate(PrefixedName) - Method in class com.ctc.wstx.dtd.DFAValidator
- tryToValidate(PrefixedName) - Method in class com.ctc.wstx.dtd.EmptyValidator
- tryToValidate(PrefixedName) - Method in class com.ctc.wstx.dtd.SeqContentSpec.Validator
- tryToValidate(PrefixedName) - Method in class com.ctc.wstx.dtd.StructValidator
-
Method called when a new (start) element is encountered within the scope of parent element this validator monitors.
- tryToValidate(PrefixedName) - Method in class com.ctc.wstx.dtd.TokenContentSpec.Validator
- TYPE_CDATA - Static variable in class com.ctc.wstx.dtd.DTDAttribute
- TYPE_ENTITIES - Static variable in class com.ctc.wstx.dtd.DTDAttribute
- TYPE_ENTITY - Static variable in class com.ctc.wstx.dtd.DTDAttribute
- TYPE_ENUMERATED - Static variable in class com.ctc.wstx.dtd.DTDAttribute
- TYPE_ID - Static variable in class com.ctc.wstx.dtd.DTDAttribute
- TYPE_IDREF - Static variable in class com.ctc.wstx.dtd.DTDAttribute
- TYPE_IDREFS - Static variable in class com.ctc.wstx.dtd.DTDAttribute
- TYPE_NMTOKEN - Static variable in class com.ctc.wstx.dtd.DTDAttribute
- TYPE_NMTOKENS - Static variable in class com.ctc.wstx.dtd.DTDAttribute
- TYPE_NOTATION - Static variable in class com.ctc.wstx.dtd.DTDAttribute
- TypedStreamReader - Class in com.ctc.wstx.sr
-
Complete implementation of
XMLStreamReader2
, including Typed Access API (Stax2 v3.0) implementation. - TypedStreamReader(InputBootstrapper, BranchingReaderSource, ReaderCreator, ReaderConfig, InputElementStack, boolean) - Constructor for class com.ctc.wstx.sr.TypedStreamReader
- TypedStreamWriter - Class in com.ctc.wstx.sw
-
Intermediate base class that implements Typed Access API (Stax2 v3) for all (repairing, non-repairing, non-namespace) native stream writer implementations.
- TypedStreamWriter(XmlWriter, String, WriterConfig) - Constructor for class com.ctc.wstx.sw.TypedStreamWriter
- typeIsId() - Method in class com.ctc.wstx.dtd.DTDAttribute
- typeIsId() - Method in class com.ctc.wstx.dtd.DTDIdAttr
- typeIsNotation() - Method in class com.ctc.wstx.dtd.DTDAttribute
- typeIsNotation() - Method in class com.ctc.wstx.dtd.DTDNotationAttr
U
- UNDECLARED_NS_URI - Static variable in class com.ctc.wstx.util.BaseNsContext
-
This is the URI returned for default namespace, when it hasn't been explicitly declared; could be either "" or null.
- UndeclaredEntity(String, Location, boolean) - Constructor for class com.ctc.wstx.dtd.DefaultAttrValue.UndeclaredEntity
- UNICODE_NORMALIZATION_CHECKING - Static variable in class com.ctc.wstx.sax.SAXFeature
- UNKNOWN_ATTR_TYPE - Static variable in class com.ctc.wstx.api.WstxInputProperties
-
Constants used when no DTD handling is done, and we do not know the 'real' type of an attribute.
- UnparsedExtEntity - Class in com.ctc.wstx.ent
- UnparsedExtEntity(Location, String, URL, String, String, String) - Constructor for class com.ctc.wstx.ent.UnparsedExtEntity
- unshare(int) - Method in class com.ctc.wstx.util.TextBuffer
-
Method called if/when we need to append content when we have been initialized to use shared buffer.
- updateStateEndDocument() - Method in class com.ctc.wstx.evt.WstxEventReader
-
Method called when we are about to return
END_DOCUMENT
event. - updateSymbolTable(SymbolTable) - Method in interface com.ctc.wstx.sr.ReaderCreator
- updateSymbolTable(SymbolTable) - Method in class com.ctc.wstx.stax.WstxInputFactory
-
Method individual parsers call to pass back symbol table that they updated, which may be useful for other parser to reuse, instead of previous base symbol table.
- URI_WINDOWS_FILE_PATTERN - Static variable in class com.ctc.wstx.util.URLUtil
-
While URIs that contain pipe are wrong, we'll work around that for [WSTX-275].
- uriFromSystemId(String) - Static method in class com.ctc.wstx.util.URLUtil
- urlFromCurrentDir() - Static method in class com.ctc.wstx.util.URLUtil
-
Method that tries to create and return URL that denotes current working directory.
- urlFromSystemId(String) - Static method in class com.ctc.wstx.util.URLUtil
-
Method that tries to figure out how to create valid URL from a system id, without additional contextual information.
- urlFromSystemId(String, URL) - Static method in class com.ctc.wstx.util.URLUtil
- URLUtil - Class in com.ctc.wstx.util
- URLUtil() - Constructor for class com.ctc.wstx.util.URLUtil
- USE_ATTRIBUTES2 - Static variable in class com.ctc.wstx.sax.SAXFeature
- USE_ENTITY_RESOLVER2 - Static variable in class com.ctc.wstx.sax.SAXFeature
- USE_LOCATOR2 - Static variable in class com.ctc.wstx.sax.SAXFeature
- UTF32Reader - Class in com.ctc.wstx.io
-
Since JDK does not come with UTF-32/UCS-4, let's implement a simple decoder to use.
- UTF32Reader(ReaderConfig, InputStream, byte[], int, int, boolean, boolean) - Constructor for class com.ctc.wstx.io.UTF32Reader
- UTF8Reader - Class in com.ctc.wstx.io
-
Optimized Reader that reads UTF-8 encoded content from an input stream.
- UTF8Reader(ReaderConfig, InputStream, byte[], int, int, boolean) - Constructor for class com.ctc.wstx.io.UTF8Reader
- UTF8Writer - Class in com.ctc.wstx.io
-
Specialized buffering UTF-8 writer used by
XmlWriter
. - UTF8Writer(WriterConfig, OutputStream, boolean) - Constructor for class com.ctc.wstx.io.UTF8Writer
V
- VALID_CHAR_COUNT - Static variable in class com.ctc.wstx.io.WstxInputData
-
We will only use validity array for first 256 characters, mostly because after those characters it's easier to do fairly simple block checks.
- VALID_CHAR_COUNT - Static variable in class com.ctc.wstx.sr.StreamScanner
-
We will only use validity array for first 256 characters, mostly because after those characters it's easier to do fairly simple block checks.
- VALID_PUBID_CHAR_COUNT - Static variable in class com.ctc.wstx.io.WstxInputData
-
Public identifiers only use 7-bit ascii range.
- VALID_PUBID_CHAR_COUNT - Static variable in class com.ctc.wstx.sr.StreamScanner
-
Public identifiers only use 7-bit ascii range.
- validate(DTDValidatorBase, char[], int, int, boolean) - Method in class com.ctc.wstx.dtd.DTDAttribute
- validate(DTDValidatorBase, char[], int, int, boolean) - Method in class com.ctc.wstx.dtd.DTDCdataAttr
- validate(DTDValidatorBase, char[], int, int, boolean) - Method in class com.ctc.wstx.dtd.DTDEntitiesAttr
-
Method called by the
DTDValidatorBase
to let the attribute do necessary normalization and/or validation for the value. - validate(DTDValidatorBase, char[], int, int, boolean) - Method in class com.ctc.wstx.dtd.DTDEntityAttr
-
Method called by the
DTDValidatorBase
to let the attribute do necessary normalization and/or validation for the value. - validate(DTDValidatorBase, char[], int, int, boolean) - Method in class com.ctc.wstx.dtd.DTDEnumAttr
-
Method called by the validator to let the attribute do necessary normalization and/or validation for the value.
- validate(DTDValidatorBase, char[], int, int, boolean) - Method in class com.ctc.wstx.dtd.DTDIdAttr
-
Method called by the validator to let the attribute do necessary normalization and/or validation for the value.
- validate(DTDValidatorBase, char[], int, int, boolean) - Method in class com.ctc.wstx.dtd.DTDIdRefAttr
-
Method called by the validator to let the attribute do necessary normalization and/or validation for the value.
- validate(DTDValidatorBase, char[], int, int, boolean) - Method in class com.ctc.wstx.dtd.DTDIdRefsAttr
- validate(DTDValidatorBase, char[], int, int, boolean) - Method in class com.ctc.wstx.dtd.DTDNmTokenAttr
-
Method called by the validator to let the attribute do necessary normalization and/or validation for the value.
- validate(DTDValidatorBase, char[], int, int, boolean) - Method in class com.ctc.wstx.dtd.DTDNmTokensAttr
-
Method called by the validator to let the attribute do necessary normalization and/or validation for the value.
- validate(DTDValidatorBase, char[], int, int, boolean) - Method in class com.ctc.wstx.dtd.DTDNotationAttr
-
Method called by the validator to let the attribute do necessary normalization and/or validation for the value.
- validate(DTDValidatorBase, String, boolean) - Method in class com.ctc.wstx.dtd.DTDAttribute
-
Note: the default implementation is not optimized, as it does a potentially unnecessary copy of the contents.
- validateAgainst(XMLValidationSchema) - Method in class com.ctc.wstx.sr.BasicStreamReader
- validateAgainst(XMLValidationSchema) - Method in class com.ctc.wstx.sr.InputElementStack
- validateAgainst(XMLValidationSchema) - Method in class com.ctc.wstx.sr.ValidatingStreamReader
- validateAgainst(XMLValidationSchema) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- validateAttribute(int, XMLValidator) - Method in class com.ctc.wstx.sr.AttributeCollector
- validateAttribute(String, String, String, char[], int, int) - Method in class com.ctc.wstx.dtd.DTDTypingNonValidator
- validateAttribute(String, String, String, char[], int, int) - Method in class com.ctc.wstx.dtd.DTDValidator
- validateAttribute(String, String, String, char[], int, int) - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- validateAttribute(String, String, String, String) - Method in class com.ctc.wstx.dtd.DTDTypingNonValidator
- validateAttribute(String, String, String, String) - Method in class com.ctc.wstx.dtd.DTDValidator
- validateAttribute(String, String, String, String) - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- validateChar(int) - Method in class com.ctc.wstx.sr.StreamScanner
-
Method that will verify that expanded Unicode codepoint is a valid XML content character.
- validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDAttribute
-
Method called by the
DTDValidator
to ask attribute to verify that the default it has (if any) is valid for such type. - validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDCdataAttr
- validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDEntitiesAttr
-
Method called by the validator object to ask attribute to verify that the default it has (if any) is valid for such type.
- validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDEntityAttr
-
Method called by the validator object to ask attribute to verify that the default it has (if any) is valid for such type.
- validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDEnumAttr
-
Method called by the validator to ask attribute to verify that the default it has (if any) is valid for such type.
- validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDIdAttr
-
Method called by the validator to ask attribute to verify that the default it has (if any) is valid for such type.
- validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDIdRefAttr
-
Method called by the validator to ask attribute to verify that the default it has (if any) is valid for such type.
- validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDIdRefsAttr
-
Method called by the validator to ask attribute to verify that the default it has (if any) is valid for such type.
- validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDNmTokenAttr
-
Method called by the validator to ask attribute to verify that the default it has (if any) is valid for such type.
- validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDNmTokensAttr
-
Method called by the validator to ask attribute to verify that the default it has (if any) is valid for such type.
- validateDefault(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDNotationAttr
-
Method called by the validator to ask attribute to verify that the default it has (if any) is valid for such type.
- validateDefaultName(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDAttribute
- validateDefaultNames(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDAttribute
- validateDefaultNmToken(InputProblemReporter, boolean) - Method in class com.ctc.wstx.dtd.DTDAttribute
- validateElementAndAttributes() - Method in class com.ctc.wstx.dtd.DTDTypingNonValidator
- validateElementAndAttributes() - Method in class com.ctc.wstx.dtd.DTDValidator
- validateElementAndAttributes() - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- validateElementEnd(String, String, String) - Method in class com.ctc.wstx.dtd.DTDTypingNonValidator
- validateElementEnd(String, String, String) - Method in class com.ctc.wstx.dtd.DTDValidator
- validateElementEnd(String, String, String) - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- validateElementStart(String, String, String) - Method in class com.ctc.wstx.dtd.DTDTypingNonValidator
- validateElementStart(String, String, String) - Method in class com.ctc.wstx.dtd.DTDValidator
-
Method called to update information about the newly encountered (start) element.
- validateElementStart(String, String, String) - Method in class com.ctc.wstx.dtd.DTDValidatorBase
-
Method called to update information about the newly encountered (start) element.
- validateElemPrefix(String, String, DOMOutputElement) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- validateElemPrefix(String, String, SimpleOutputElement) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
- validateEndElement() - Method in class com.ctc.wstx.sr.InputElementStack
-
Method called after parsing (but before returning) end element, to allow for pluggable validators to verify correctness of the content model for the closing element.
- validateEnumValue(char[], int, int, boolean, WordResolver) - Method in class com.ctc.wstx.dtd.DTDAttribute
-
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.
- validateQNamePrefix(QName) - Method in class com.ctc.wstx.sw.BaseStreamWriter
-
Method called before writing a QName via Typed Access API.
- validateQNamePrefix(QName) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- validateQNamePrefix(QName) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
- validateQNamePrefix(QName) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
- validateText(char[], int, int, boolean) - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- validateText(TextBuffer, boolean) - Method in class com.ctc.wstx.sr.InputElementStack
- validateText(String, boolean) - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- validateText(String, boolean) - Method in class com.ctc.wstx.sr.InputElementStack
- validateText(XMLValidator, boolean) - Method in class com.ctc.wstx.util.TextBuffer
- ValidatingStreamReader - Class in com.ctc.wstx.sr
-
Implementation of
XMLStreamReader2
that builds onTypedStreamReader
and adds full DTD-handling including DTD validation - ValidatingStreamReader(InputBootstrapper, BranchingReaderSource, ReaderCreator, ReaderConfig, InputElementStack, boolean) - Constructor for class com.ctc.wstx.sr.ValidatingStreamReader
- VALIDATION - Static variable in class com.ctc.wstx.sax.SAXFeature
- validationCompleted(boolean) - Method in class com.ctc.wstx.dtd.DTDTypingNonValidator
- validationCompleted(boolean) - Method in class com.ctc.wstx.dtd.DTDValidator
- validationCompleted(boolean) - Method in class com.ctc.wstx.dtd.DTDValidatorBase
- ValidationSchemaFactoryProviderImpl - Class in com.ctc.wstx.osgi
- ValidationSchemaFactoryProviderImpl(String) - Constructor for class com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl
- ValidationSchemaFactoryProviderImpl.DTD - Class in com.ctc.wstx.osgi
- Validator(char, PrefixedNameSet) - Constructor for class com.ctc.wstx.dtd.ChoiceContentSpec.Validator
- Validator(char, PrefixedName) - Constructor for class com.ctc.wstx.dtd.TokenContentSpec.Validator
- Validator(char, PrefixedName[]) - Constructor for class com.ctc.wstx.dtd.SeqContentSpec.Validator
- ValidatorConfig - Class in com.ctc.wstx.api
- ValidatorConfig(ValidatorConfig) - Constructor for class com.ctc.wstx.api.ValidatorConfig
- valueEncoderFactory() - Method in class com.ctc.wstx.sw.TypedStreamWriter
- valueOf(QName) - Static method in class com.ctc.wstx.util.PrefixedName
- verifyCDataContent(char[], int, int) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- verifyCDataContent(String) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- verifyCommentContent(String) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- verifyEncoding(String, int) - Method in class com.ctc.wstx.io.StreamBootstrapper
- verifyEncoding(String, int, boolean) - Method in class com.ctc.wstx.io.StreamBootstrapper
- verifyLimit(String, long, long) - Method in class com.ctc.wstx.sr.StreamScanner
- verifyNameValidity(String, boolean) - Method in class com.ctc.wstx.sw.XmlWriter
-
Method called to verify that the name is a legal XML name.
- verifyRootElement(String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- verifyUndefined() - Method in class com.ctc.wstx.dtd.DTDElement
- verifyWriteCData() - Method in class com.ctc.wstx.sw.BaseStreamWriter
- verifyWriteDTD() - Method in class com.ctc.wstx.sw.BaseStreamWriter
- verifyXmlEncoding(ReaderConfig) - Method in class com.ctc.wstx.io.ReaderBootstrapper
- verifyXmlEncoding(String) - Method in class com.ctc.wstx.io.StreamBootstrapper
- version() - Method in class com.ctc.wstx.util.SymbolTable
W
- W_DTD_ATTR_REDECL - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- W_DTD_DUP_ATTR - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- W_MISSING_DTD - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- W_MIXED_ENCODINGS - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- W_UNDEFINED_ELEM - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- wasDeclaredExternally() - Method in class com.ctc.wstx.ent.EntityDecl
- WDTD - Class in com.ctc.wstx.evt
-
Event that contains all StAX accessible information read from internal and external DTD subsets.
- WDTD(Location, String) - Constructor for class com.ctc.wstx.evt.WDTD
- WDTD(Location, String, String) - Constructor for class com.ctc.wstx.evt.WDTD
-
Constructor used when only partial information is available...
- WDTD(Location, String, String, String, String) - Constructor for class com.ctc.wstx.evt.WDTD
- WDTD(Location, String, String, String, String, DTDSubset) - Constructor for class com.ctc.wstx.evt.WDTD
- WEntityDeclaration - Class in com.ctc.wstx.evt
-
Simple implementation of StAX entity declaration events; for the most just wraps a
EntityDecl
instance. - WEntityDeclaration(Location) - Constructor for class com.ctc.wstx.evt.WEntityDeclaration
- WEntityReference - Class in com.ctc.wstx.evt
-
We need a slightly specialized version to support concept of undeclared entities, which can be used in (non-default, non-standard) mode where undeclared entities are allowed to be handled.
- WEntityReference(Location, String) - Constructor for class com.ctc.wstx.evt.WEntityReference
-
This constructor gets called for undeclared/defined entities: we will still know the name (from the reference), but not how it's defined (since it is not defined).
- WEntityReference(Location, EntityDeclaration) - Constructor for class com.ctc.wstx.evt.WEntityReference
- WERR_ATTR_NO_ELEM - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- WERR_CDATA_CONTENT - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- WERR_COMMENT_CONTENT - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- WERR_NAME_EMPTY - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- WERR_NAME_ILLEGAL_CHAR - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- WERR_NAME_ILLEGAL_FIRST_CHAR - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- WERR_PROLOG_CDATA - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- WERR_PROLOG_NONWS_TEXT - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- WERR_PROLOG_SECOND_ROOT - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- willAddSpaceAfterEmptyElem() - Method in class com.ctc.wstx.api.WriterConfig
- willAllowXml11EscapedCharsInXml10() - Method in class com.ctc.wstx.api.ReaderConfig
- willAutoCloseInput() - Method in class com.ctc.wstx.api.ReaderConfig
- willAutoCloseOutput() - Method in class com.ctc.wstx.api.WriterConfig
- willCacheDTDs() - Method in class com.ctc.wstx.api.ReaderConfig
- willCacheDTDsByPublicId() - Method in class com.ctc.wstx.api.ReaderConfig
- willCoalesceText() - Method in class com.ctc.wstx.api.ReaderConfig
- willCopyDefaultAttrs() - Method in class com.ctc.wstx.api.WriterConfig
- willDoXmlIdTyping() - Method in class com.ctc.wstx.api.ReaderConfig
- willDoXmlIdUniqChecks() - Method in class com.ctc.wstx.api.ReaderConfig
- willEscapeCr() - Method in class com.ctc.wstx.api.WriterConfig
- willFixContent() - Method in class com.ctc.wstx.api.WriterConfig
- willInternNames() - Method in class com.ctc.wstx.api.ReaderConfig
- willInternNsURIs() - Method in class com.ctc.wstx.api.ReaderConfig
- willNormalizeLFs() - Method in class com.ctc.wstx.api.ReaderConfig
- willOutputCDataAsText() - Method in class com.ctc.wstx.api.WriterConfig
- willParseLazily() - Method in class com.ctc.wstx.api.ReaderConfig
- willPreserveLocation() - Method in class com.ctc.wstx.api.ReaderConfig
- willProcessSecurely() - Method in class com.ctc.wstx.api.ReaderConfig
- willReplaceEntityRefs() - Method in class com.ctc.wstx.api.ReaderConfig
- willReportCData() - Method in class com.ctc.wstx.api.ReaderConfig
- willReportPrologWhitespace() - Method in class com.ctc.wstx.api.ReaderConfig
- willSupportDTDPP() - Method in class com.ctc.wstx.api.ReaderConfig
- willSupportDTDs() - Method in class com.ctc.wstx.api.ReaderConfig
- willSupportExternalEntities() - Method in class com.ctc.wstx.api.ReaderConfig
- willSupportNamespaces() - Method in class com.ctc.wstx.api.ReaderConfig
- willSupportNamespaces() - Method in class com.ctc.wstx.api.WriterConfig
- willTreatCharRefsAsEnts() - Method in class com.ctc.wstx.api.ReaderConfig
- willUseDoubleQuotesInXmlDecl() - Method in class com.ctc.wstx.api.WriterConfig
- willValidateAttributes() - Method in class com.ctc.wstx.api.WriterConfig
- willValidateContent() - Method in class com.ctc.wstx.api.WriterConfig
- willValidateNames() - Method in class com.ctc.wstx.api.WriterConfig
- willValidateStructure() - Method in class com.ctc.wstx.api.WriterConfig
- willValidateWithDTD() - Method in class com.ctc.wstx.api.ReaderConfig
- withStartElement(ElemCallback, Location) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called by
DefaultEventAllocator
to get double-indirection necessary for constructing start element events. - withStartElement(ElemCallback, Location) - Method in interface com.ctc.wstx.sr.StreamReaderImpl
- withStartElement(Location, QName, BaseNsContext, ElemAttrs, boolean) - Method in class com.ctc.wstx.evt.DefaultEventAllocator
- withStartElement(Location, QName, BaseNsContext, ElemAttrs, boolean) - Method in class com.ctc.wstx.sr.ElemCallback
- WNotationDeclaration - Class in com.ctc.wstx.evt
-
Woodstox implementation of
NotationDeclaration2
. - WNotationDeclaration(Location, String, String, String, URL) - Constructor for class com.ctc.wstx.evt.WNotationDeclaration
- WordResolver - Class in com.ctc.wstx.util
-
A specialized Map/Symbol table - like data structure that can be used for both checking whether a word (passed in as a char array) exists in certain set of words AND getting that word as a String.
- WordResolver(String[], char[]) - Constructor for class com.ctc.wstx.util.WordResolver
- WordResolver.Builder - Class in com.ctc.wstx.util
- WordSet - Class in com.ctc.wstx.util
-
An efficient (both memory and time) implementation of a Set used to verify that a given word is contained within the set.
- WordSet(char[]) - Constructor for class com.ctc.wstx.util.WordSet
- WordSet.Builder - Class in com.ctc.wstx.util
- wrapAsRawWriter() - Method in class com.ctc.wstx.sw.BaseStreamWriter
-
Method that can be called to get a wrapper instance that can be used to essentially call the
writeRaw
method via regularWriter
interface. - wrapAsRawWriter() - Method in class com.ctc.wstx.sw.XmlWriter
-
Method that can be called to get a wrapper instance that can be used to essentially call the
writeRaw
method. - wrapAsTextWriter() - Method in class com.ctc.wstx.sw.BaseStreamWriter
-
Method that can be called to get a wrapper instance that can be used to essentially call the
writeCharacters
method via regularWriter
interface. - wrapAsTextWriter() - Method in class com.ctc.wstx.sw.XmlWriter
- WrappedSaxException - Exception Class in com.ctc.wstx.sax
-
Simple type-safe wrapper used for "tunneling" SAX exceptions through interfaces that do not allow them to be thrown.
- WrappedSaxException(SAXException) - Constructor for exception class com.ctc.wstx.sax.WrappedSaxException
- wrapWriteCharacters(XmlWriter) - Static method in class com.ctc.wstx.sw.XmlWriterWrapper
- wrapWriteRaw(XmlWriter) - Static method in class com.ctc.wstx.sw.XmlWriterWrapper
- write(char[]) - Method in class com.ctc.wstx.io.UTF8Writer
- write(char[]) - Method in class com.ctc.wstx.sw.XmlWriterWrapper
- write(char[], int, int) - Method in class com.ctc.wstx.io.UTF8Writer
- write(char[], int, int) - Method in class com.ctc.wstx.sw.XmlWriterWrapper.RawWrapper
- write(char[], int, int) - Method in class com.ctc.wstx.sw.XmlWriterWrapper.TextWrapper
- write(char[], int, int) - Method in class com.ctc.wstx.sw.XmlWriterWrapper
- write(int) - Method in class com.ctc.wstx.io.UTF8Writer
- write(int) - Method in class com.ctc.wstx.sw.XmlWriterWrapper
- write(String) - Method in class com.ctc.wstx.io.UTF8Writer
- write(String) - Method in class com.ctc.wstx.sw.XmlWriterWrapper.RawWrapper
- write(String) - Method in class com.ctc.wstx.sw.XmlWriterWrapper.TextWrapper
- write(String) - Method in class com.ctc.wstx.sw.XmlWriterWrapper
- write(String, int, int) - Method in class com.ctc.wstx.io.UTF8Writer
- write(String, int, int) - Method in class com.ctc.wstx.sw.XmlWriterWrapper.RawWrapper
- write(String, int, int) - Method in class com.ctc.wstx.sw.XmlWriterWrapper.TextWrapper
- write(String, int, int) - Method in class com.ctc.wstx.sw.XmlWriterWrapper
- writeAscii(byte) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeAscii(byte, byte) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeAscii(String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeAsEncodedUnicode(Writer) - Method in class com.ctc.wstx.evt.BaseStartElement
- writeAsEncodedUnicode(Writer) - Method in class com.ctc.wstx.evt.WEntityDeclaration
- writeAsEntity(int) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeAsEntity(int) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
-
Entity writing can be optimized quite nicely, since it only needs to output ascii characters.
- writeAttribute(int, XmlWriter) - Method in class com.ctc.wstx.sr.AttributeCollector
-
Deprecated.Since 5.0.3
- writeAttribute(int, XmlWriter, XMLValidator) - Method in class com.ctc.wstx.sr.AttributeCollector
-
Method that basically serializes the specified (read-in) attribute using Writers provided.
- writeAttribute(String, char[], int, int) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeAttribute(String, char[], int, int) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeAttribute(String, char[], int, int) - Method in class com.ctc.wstx.sw.XmlWriter
- writeAttribute(String, String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- writeAttribute(String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
-
It's assumed calling this method implies caller just wants to add an attribute that does not belong to any namespace; as such no namespace checking or prefix generation is needed.
- writeAttribute(String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeAttribute(String, String) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeAttribute(String, String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeAttribute(String, String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- writeAttribute(String, String) - Method in class com.ctc.wstx.sw.XmlWriter
-
Note: can throw XMLStreamException, if name checking is enabled, and name is invalid (name check has to be in this writer, not caller, since it depends not only on xml limitations, but also on encoding limitations)
- writeAttribute(String, String, char[], int, int) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeAttribute(String, String, char[], int, int) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeAttribute(String, String, char[], int, int) - Method in class com.ctc.wstx.sw.XmlWriter
- writeAttribute(String, String, String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- writeAttribute(String, String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- writeAttribute(String, String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeAttribute(String, String, String) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeAttribute(String, String, String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeAttribute(String, String, String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- writeAttribute(String, String, String) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
- writeAttribute(String, String, String) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
- writeAttribute(String, String, String) - Method in class com.ctc.wstx.sw.XmlWriter
-
Note: can throw XMLStreamException, if name checking is enabled, and name is invalid (name check has to be in this writer, not caller, since it depends not only on xml limitations, but also on encoding limitations)
- writeAttribute(String, String, String, String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- writeAttribute(String, String, String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- writeAttribute(String, String, String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeAttribute(String, String, String, String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- writeAttribute(String, String, String, String) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
- writeAttribute(String, String, String, String) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
- writeAttrValue(char[], int, int) - Method in class com.ctc.wstx.sw.AsciiXmlWriter
- writeAttrValue(char[], int, int) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeAttrValue(char[], int, int) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeAttrValue(char[], int, int) - Method in class com.ctc.wstx.sw.ISOLatin1XmlWriter
- writeAttrValue(String) - Method in class com.ctc.wstx.sw.AsciiXmlWriter
- writeAttrValue(String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeAttrValue(String) - Method in class com.ctc.wstx.sw.ISOLatin1XmlWriter
- writeAttrValue(String, int) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeBinary(byte[], int, int) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeBinary(Base64Variant, byte[], int, int) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeBinaryAttribute(String, String, String, byte[]) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeBinaryAttribute(Base64Variant, String, String, String, byte[]) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeBoolean(boolean) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeBooleanAttribute(String, String, String, boolean) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeCData(char[], int, int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeCData(char[], int, int) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeCData(char[], int, int) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeCData(char[], int, int) - Method in class com.ctc.wstx.sw.XmlWriter
- writeCData(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeCData(String) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeCData(String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeCData(String) - Method in class com.ctc.wstx.sw.XmlWriter
- writeCDataContent(char[], int, int) - Method in class com.ctc.wstx.sw.AsciiXmlWriter
- writeCDataContent(char[], int, int) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeCDataContent(char[], int, int) - Method in class com.ctc.wstx.sw.ISOLatin1XmlWriter
- writeCDataContent(String) - Method in class com.ctc.wstx.sw.AsciiXmlWriter
- writeCDataContent(String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeCDataContent(String) - Method in class com.ctc.wstx.sw.ISOLatin1XmlWriter
- writeCDataEnd() - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeCDataEnd() - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeCDataEnd() - Method in class com.ctc.wstx.sw.XmlWriter
- writeCDataStart() - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeCDataStart() - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeCDataStart() - Method in class com.ctc.wstx.sw.XmlWriter
- writeCharacters(char[], int, int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeCharacters(char[], int, int) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeCharacters(char[], int, int) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeCharacters(char[], int, int) - Method in class com.ctc.wstx.sw.XmlWriter
- writeCharacters(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeCharacters(String) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeCharacters(String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeCharacters(String) - Method in class com.ctc.wstx.sw.XmlWriter
- writeCharacters(Characters) - Method in class com.ctc.wstx.sw.BaseStreamWriter
-
Method called by
XMLEventWriter
(instead of more generic text output methods), so that we can verify (if necessary) that this character output type is legal in this context. - writeComment(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeComment(String) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
-
Method that will try to output the content as specified.
- writeComment(String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
-
Method that will try to output the content as specified.
- writeComment(String) - Method in class com.ctc.wstx.sw.XmlWriter
-
Method that will try to output the content as specified.
- writeCommentContent(String) - Method in class com.ctc.wstx.sw.AsciiXmlWriter
- writeCommentContent(String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeCommentContent(String) - Method in class com.ctc.wstx.sw.ISOLatin1XmlWriter
- writeCommentEnd() - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeCommentEnd() - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeCommentEnd() - Method in class com.ctc.wstx.sw.XmlWriter
- writeCommentStart() - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeCommentStart() - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeCommentStart() - Method in class com.ctc.wstx.sw.XmlWriter
- writeDecimal(BigDecimal) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeDecimalAttribute(String, String, String, BigDecimal) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeDefaultNamespace(String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- writeDefaultNamespace(String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- writeDefaultNamespace(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeDefaultNamespace(String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- writeDefaultNamespace(String) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
- writeDefaultNamespace(String) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
- writeDouble(double) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeDoubleArray(double[], int, int) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeDoubleArrayAttribute(String, String, String, double[]) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeDoubleAttribute(String, String, String, double) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeDTD(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeDTD(String) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeDTD(String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeDTD(String) - Method in class com.ctc.wstx.sw.XmlWriter
-
Older "legacy" output method for outputting DOCTYPE declaration.
- writeDTD(String, String, String, String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- writeDTD(String, String, String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeDTD(String, String, String, String) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeDTD(String, String, String, String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeDTD(String, String, String, String) - Method in class com.ctc.wstx.sw.XmlWriter
- writeDTD(DTDInfo) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeEmptyElement(String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- writeEmptyElement(String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
-
Note: It is assumed caller just wants the element to belong to whatever is the current default namespace.
- writeEmptyElement(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeEmptyElement(String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- writeEmptyElement(String, String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- writeEmptyElement(String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- writeEmptyElement(String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeEmptyElement(String, String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- writeEmptyElement(String, String, String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- writeEmptyElement(String, String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- writeEmptyElement(String, String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeEmptyElement(String, String, String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- writeEnc(Writer) - Method in class com.ctc.wstx.ent.EntityDecl
- writeEnc(Writer) - Method in class com.ctc.wstx.ent.ExtEntity
- writeEnc(Writer) - Method in class com.ctc.wstx.ent.IntEntity
- writeEnc(Writer) - Method in class com.ctc.wstx.ent.ParsedExtEntity
- writeEnc(Writer) - Method in class com.ctc.wstx.ent.UnparsedExtEntity
- writeEnc(Writer) - Method in class com.ctc.wstx.evt.WEntityDeclaration
- writeEndDocument() - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- writeEndDocument() - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeEndElement() - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- writeEndElement() - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- writeEndElement() - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeEndElement() - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- writeEndElement(QName) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
-
Method called by
XMLEventWriter
implementation (instead of the version that takes no argument), so that we can verify it does match the start element, if necessary - writeEndElement(QName) - Method in class com.ctc.wstx.sw.BaseStreamWriter
-
Method called by
XMLEventWriter
(instead of the version that takes no argument), so that we can verify it does match the start element if necessary. - writeEndElement(QName) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
-
Method called by
XMLEventWriter
implementation (instead of the version that takes no argument), so that we can verify it does match the start element, if necessary - writeEndTag(String) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeEndTag(String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeEndTag(String) - Method in class com.ctc.wstx.sw.XmlWriter
- writeEndTag(String, String) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeEndTag(String, String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeEndTag(String, String) - Method in class com.ctc.wstx.sw.XmlWriter
- writeEntityRef(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeEntityReference(String) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeEntityReference(String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeEntityReference(String) - Method in class com.ctc.wstx.sw.XmlWriter
- writeEscapedAttrValue(Writer, String) - Static method in class com.ctc.wstx.io.TextEscaper
- writeFloat(float) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeFloatArray(float[], int, int) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeFloatArrayAttribute(String, String, String, float[]) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeFloatAttribute(String, String, String, float) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeFullEndElement() - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
-
Similar to
BaseNsStreamWriter.writeEndElement()
, but never allows implicit creation of empty elements. - writeFullEndElement() - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeFullEndElement() - Method in class com.ctc.wstx.sw.NonNsStreamWriter
-
Similar to
NonNsStreamWriter.writeEndElement()
, but never allows implicit creation of empty elements. - writeInt(int) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeIntArray(int[], int, int) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeIntArrayAttribute(String, String, String, int[]) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeIntAttribute(String, String, String, int) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeInteger(BigInteger) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeIntegerAttribute(String, String, String, BigInteger) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeLong(long) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeLongArray(long[], int, int) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeLongArrayAttribute(String, String, String, long[]) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeLongAttribute(String, String, String, long) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeName(String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeNamespace(String, String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- writeNamespace(String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- writeNamespace(String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeNamespace(String, String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- writeNamespace(String, String) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
- writeNamespace(String, String) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
- writeNameUnchecked(String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writePI(String, String) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writePI(String, String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writePI(String, String) - Method in class com.ctc.wstx.sw.XmlWriter
- writePIData(String) - Method in class com.ctc.wstx.sw.AsciiXmlWriter
- writePIData(String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writePIData(String) - Method in class com.ctc.wstx.sw.ISOLatin1XmlWriter
- writePIEnd() - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writePIEnd() - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writePIEnd() - Method in class com.ctc.wstx.sw.XmlWriter
- writePIStart(String, boolean) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writePIStart(String, boolean) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writePIStart(String, boolean) - Method in class com.ctc.wstx.sw.XmlWriter
- writePrefixedName(String, String) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeProcessingInstruction(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeProcessingInstruction(String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeQName(QName) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeQNameAttribute(String, String, String, QName) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeRaw(char[], int, int) - Method in class com.ctc.wstx.sw.AsciiXmlWriter
- writeRaw(char[], int, int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeRaw(char[], int, int) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeRaw(char[], int, int) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeRaw(char[], int, int) - Method in class com.ctc.wstx.sw.ISOLatin1XmlWriter
- writeRaw(char[], int, int) - Method in class com.ctc.wstx.sw.XmlWriter
- writeRaw(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeRaw(String) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeRaw(String) - Method in class com.ctc.wstx.sw.XmlWriter
- writeRaw(String, int, int) - Method in class com.ctc.wstx.sw.AsciiXmlWriter
- writeRaw(String, int, int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeRaw(String, int, int) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeRaw(String, int, int) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeRaw(String, int, int) - Method in class com.ctc.wstx.sw.ISOLatin1XmlWriter
- writeRaw(String, int, int) - Method in class com.ctc.wstx.sw.XmlWriter
- writeRawAscii(char[], int, int) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
-
Method called to output typed values (int, long, double, float etc) that are known not to contain any escapable characters, or anything else beyond 7-bit ascii range.
- writeRawAscii(char[], int, int) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeRawAscii(char[], int, int) - Method in class com.ctc.wstx.sw.XmlWriter
-
Like
XmlWriter.writeRaw(java.lang.String, int, int)
, but caller guarantees that the contents additionally are known to be in 7-bit ascii range. - WriterConfig - Class in com.ctc.wstx.api
-
Simple configuration container class; passed by writer factory to writer instance created.
- WriterConfig(WriterConfig, boolean, int, Object[]) - Constructor for class com.ctc.wstx.api.WriterConfig
- writeSegmentedCData(char[], int, int, int) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeSegmentedCData(String, int) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeSegmentedComment(String, int) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeSpace(char[], int, int) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeSpace(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeStartDocument() - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeStartDocument(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeStartDocument(String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeStartDocument(String, String, boolean) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeStartElement(String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- writeStartElement(String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
-
This method is assumed to just use default namespace (if any), and no further checks should be done.
- writeStartElement(String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeStartElement(String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- writeStartElement(String, String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- writeStartElement(String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- writeStartElement(String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeStartElement(String, String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- writeStartElement(String, String, String) - Method in class com.ctc.wstx.dom.WstxDOMWrappingWriter
- writeStartElement(String, String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- writeStartElement(String, String, String) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- writeStartElement(String, String, String) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- writeStartElement(StartElement) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- writeStartElement(StartElement) - Method in class com.ctc.wstx.sw.BaseStreamWriter
-
Convenience method needed by
XMLEventWriter
implementation, to use when writing a start element, and possibly its attributes and namespace declarations. - writeStartElement(StartElement) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- writeStartElement(StartElement) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
- writeStartElement(StartElement) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
- writeStartOrEmpty(String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- writeStartOrEmpty(String, String) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
- writeStartOrEmpty(String, String) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
- writeStartOrEmpty(String, String, String) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- writeStartOrEmpty(String, String, String) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
- writeStartOrEmpty(String, String, String) - Method in class com.ctc.wstx.sw.SimpleNsStreamWriter
- writeStartTagEmptyEnd() - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeStartTagEmptyEnd() - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeStartTagEmptyEnd() - Method in class com.ctc.wstx.sw.XmlWriter
- writeStartTagEnd() - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeStartTagEnd() - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeStartTagEnd() - Method in class com.ctc.wstx.sw.XmlWriter
- writeStartTagStart(String) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeStartTagStart(String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeStartTagStart(String) - Method in class com.ctc.wstx.sw.XmlWriter
-
Note: can throw XMLStreamException, if name checking is enabled, and name is invalid (name check has to be in this writer, not caller, since it depends not only on xml limitations, but also on encoding limitations)
- writeStartTagStart(String, String) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeStartTagStart(String, String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeStartTagStart(String, String) - Method in class com.ctc.wstx.sw.XmlWriter
-
Note: can throw XMLStreamException, if name checking is enabled, and name is invalid (name check has to be in this writer, not caller, since it depends not only on xml limitations, but also on encoding limitations)
- writeTextContent(char[], int, int) - Method in class com.ctc.wstx.sw.AsciiXmlWriter
- writeTextContent(char[], int, int) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeTextContent(char[], int, int) - Method in class com.ctc.wstx.sw.ISOLatin1XmlWriter
- writeTextContent(String) - Method in class com.ctc.wstx.sw.AsciiXmlWriter
- writeTextContent(String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeTextContent(String) - Method in class com.ctc.wstx.sw.ISOLatin1XmlWriter
- writeTypedAttribute(String, String, String, AsciiValueEncoder) - Method in class com.ctc.wstx.sw.BaseNsStreamWriter
- writeTypedAttribute(String, String, String, AsciiValueEncoder) - Method in class com.ctc.wstx.sw.NonNsStreamWriter
- writeTypedAttribute(String, String, String, AsciiValueEncoder) - Method in class com.ctc.wstx.sw.RepairingNsStreamWriter
- writeTypedAttribute(String, String, String, AsciiValueEncoder) - Method in class com.ctc.wstx.sw.TypedStreamWriter
-
Method that will write attribute with value that is known not to require additional escaping.
- writeTypedAttribute(String, String, String, AsciiValueEncoder, XMLValidator, char[]) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeTypedAttribute(String, String, String, AsciiValueEncoder, XMLValidator, char[]) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeTypedAttribute(String, String, String, AsciiValueEncoder, XMLValidator, char[]) - Method in class com.ctc.wstx.sw.XmlWriter
-
Method similar to
XmlWriter.writeAttribute(String,String,char[],int,int)
but where is known not to require escaping. - writeTypedAttribute(String, String, AsciiValueEncoder) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeTypedAttribute(String, String, AsciiValueEncoder) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeTypedAttribute(String, String, AsciiValueEncoder) - Method in class com.ctc.wstx.sw.XmlWriter
-
Method similar to
XmlWriter.writeAttribute(String,String,char[],int,int)
but where is known not to require escaping. - writeTypedAttribute(String, AsciiValueEncoder) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeTypedAttribute(String, AsciiValueEncoder) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeTypedAttribute(String, AsciiValueEncoder) - Method in class com.ctc.wstx.sw.XmlWriter
-
Method similar to
XmlWriter.writeAttribute(String,String,char[],int,int)
but where is known not to require escaping. - writeTypedElement(AsciiValueEncoder) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeTypedElement(AsciiValueEncoder) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
-
Non-validating version of typed write method
- writeTypedElement(AsciiValueEncoder) - Method in class com.ctc.wstx.sw.TypedStreamWriter
- writeTypedElement(AsciiValueEncoder) - Method in class com.ctc.wstx.sw.XmlWriter
-
Like
XmlWriter.writeRaw(java.lang.String, int, int)
, but caller guarantees that the contents additionally are known to be in 7-bit ascii range, and also passes an encoder object that will encode values only when being handed a buffer to append to. - writeTypedElement(AsciiValueEncoder, XMLValidator, char[]) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeTypedElement(AsciiValueEncoder, XMLValidator, char[]) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
-
Validating version of typed write method
- writeTypedElement(AsciiValueEncoder, XMLValidator, char[]) - Method in class com.ctc.wstx.sw.XmlWriter
-
Like
XmlWriter.writeRaw(java.lang.String, int, int)
, but caller guarantees that the contents additionally are known to be in 7-bit ascii range, and also passes an encoder object that will encode values only when being handed a buffer to append to. - writeUsing(XMLStreamWriter2) - Method in class com.ctc.wstx.evt.BaseStartElement
- writeUsing(XMLStreamWriter2) - Method in class com.ctc.wstx.evt.WEntityDeclaration
-
This method does not make much sense for this event type -- the reason being that the entity declarations can only be written as part of a DTD (internal or external subset), not separately.
- writeXmlDeclaration(String, String, String) - Method in class com.ctc.wstx.sw.BufferingXmlWriter
- writeXmlDeclaration(String, String, String) - Method in class com.ctc.wstx.sw.EncodingXmlWriter
- writeXmlDeclaration(String, String, String) - Method in class com.ctc.wstx.sw.XmlWriter
- WstxBundleActivator - Class in com.ctc.wstx.osgi
-
This class is responsible for registering OSGi service(s) that Woodstox package provides.
- WstxBundleActivator() - Constructor for class com.ctc.wstx.osgi.WstxBundleActivator
- WstxDOMWrappingReader - Class in com.ctc.wstx.dom
- WstxDOMWrappingReader(DOMSource, ReaderConfig) - Constructor for class com.ctc.wstx.dom.WstxDOMWrappingReader
- WstxDOMWrappingWriter - Class in com.ctc.wstx.dom
-
This is an adapter class that allows building a DOM tree using
XMLStreamWriter
interface. - WstxDOMWrappingWriter(WriterConfig, Node) - Constructor for class com.ctc.wstx.dom.WstxDOMWrappingWriter
- WstxEOFException - Exception Class in com.ctc.wstx.exc
-
Exception thrown during parsing, if an unexpected EOF is encountered.
- WstxEOFException(String, Location) - Constructor for exception class com.ctc.wstx.exc.WstxEOFException
- WstxEventFactory - Class in com.ctc.wstx.stax
-
Implementation of
XMLEventFactory
to be used with Woodstox. - WstxEventFactory() - Constructor for class com.ctc.wstx.stax.WstxEventFactory
- WstxEventReader - Class in com.ctc.wstx.evt
-
Woodstox version of
XMLEventReader2
(andXMLEventReader
). - WstxEventReader(XMLEventAllocator, XMLStreamReader2) - Constructor for class com.ctc.wstx.evt.WstxEventReader
- WstxException - Exception Class in com.ctc.wstx.exc
-
Base class for all implementatations of
XMLStreamException
Wstx uses. - WstxException(String) - Constructor for exception class com.ctc.wstx.exc.WstxException
- WstxException(String, Location) - Constructor for exception class com.ctc.wstx.exc.WstxException
- WstxException(String, Location, Throwable) - Constructor for exception class com.ctc.wstx.exc.WstxException
- WstxException(Throwable) - Constructor for exception class com.ctc.wstx.exc.WstxException
- WstxInputData - Class in com.ctc.wstx.io
-
Base class used by readers (specifically, by
StreamScanner
, and its sub-classes) to encapsulate input buffer portion of the class. - WstxInputData() - Constructor for class com.ctc.wstx.io.WstxInputData
- WstxInputFactory - Class in com.ctc.wstx.stax
-
Factory for creating various Stax objects (stream/event reader, writer).
- WstxInputFactory() - Constructor for class com.ctc.wstx.stax.WstxInputFactory
- WstxInputLocation - Class in com.ctc.wstx.io
-
Basic implementation of
Location
, used by Wstx readers. - WstxInputLocation(WstxInputLocation, String, SystemId, long, int, int) - Constructor for class com.ctc.wstx.io.WstxInputLocation
- WstxInputLocation(WstxInputLocation, String, String, long, int, int) - Constructor for class com.ctc.wstx.io.WstxInputLocation
- WstxInputProperties - Class in com.ctc.wstx.api
-
Class that contains constant for property names used to configure cursor and event readers produced by Wstx implementation of
XMLInputFactory
. - WstxInputProperties() - Constructor for class com.ctc.wstx.api.WstxInputProperties
- WstxInputProperties.ParsingMode - Class in com.ctc.wstx.api
-
Inner class used for creating type-safe enumerations (prior to JDK 1.5).
- WstxInputSource - Class in com.ctc.wstx.io
-
Interface that defines API actual parsers (stream readers) can use to read input from various input sources.
- WstxInputSource(WstxInputSource, String) - Constructor for class com.ctc.wstx.io.WstxInputSource
- WstxIOException - Exception Class in com.ctc.wstx.exc
-
Simple wrapper for
IOException
s; needed when StAX does not expose underlying I/O exceptions via its methods. - WstxIOException(IOException) - Constructor for exception class com.ctc.wstx.exc.WstxIOException
- WstxIOException(String) - Constructor for exception class com.ctc.wstx.exc.WstxIOException
- WstxLazyException - Exception Class in com.ctc.wstx.exc
-
Alternative exception class Woodstox code uses when it is not allowed to throw an instance of
XMLStreamException
; this generally happens when doing lazy parsing. - WstxLazyException(XMLStreamException) - Constructor for exception class com.ctc.wstx.exc.WstxLazyException
- WstxOutputException - Exception Class in com.ctc.wstx.exc
-
Exception class used for notifying about well-formedness errors that writers would create.
- WstxOutputException(String) - Constructor for exception class com.ctc.wstx.exc.WstxOutputException
- WstxOutputFactory - Class in com.ctc.wstx.stax
-
Implementation of
XMLOutputFactory
for Wstx. - WstxOutputFactory() - Constructor for class com.ctc.wstx.stax.WstxOutputFactory
- WstxOutputProperties - Class in com.ctc.wstx.api
-
Class that contains constant for property names used to configure cursor and event writers produced by Woodstox implementation of
XMLOutputFactory
. - WstxOutputProperties() - Constructor for class com.ctc.wstx.api.WstxOutputProperties
- WstxParsingException - Exception Class in com.ctc.wstx.exc
-
Intermediate base class for reporting actual Wstx parsing problems.
- WstxParsingException(String) - Constructor for exception class com.ctc.wstx.exc.WstxParsingException
- WstxParsingException(String, Location) - Constructor for exception class com.ctc.wstx.exc.WstxParsingException
- WstxSAXParser - Class in com.ctc.wstx.sax
-
This class implements parser part of JAXP and SAX interfaces; and effectively offers an alternative to using Stax input factory / stream reader combination.
- WstxSAXParser() - Constructor for class com.ctc.wstx.sax.WstxSAXParser
- WstxSAXParser(WstxInputFactory, boolean) - Constructor for class com.ctc.wstx.sax.WstxSAXParser
-
NOTE: this was a protected constructor for versions 4.0 and 3.2; changed to public in 4.1
- WstxSAXParser.AttributesWrapper - Class in com.ctc.wstx.sax
- WstxSAXParser.DocHandlerWrapper - Class in com.ctc.wstx.sax
- WstxSAXParser.ResolverProxy - Class in com.ctc.wstx.sax
-
Simple helper class that converts from Stax API into SAX EntityResolver call(s)
- WstxSAXParserFactory - Class in com.ctc.wstx.sax
-
This is implementation of the main JAXP SAX factory, and as such acts as the entry point from JAXP.
- WstxSAXParserFactory() - Constructor for class com.ctc.wstx.sax.WstxSAXParserFactory
- WstxSAXParserFactory(WstxInputFactory) - Constructor for class com.ctc.wstx.sax.WstxSAXParserFactory
- WstxUnexpectedCharException - Exception Class in com.ctc.wstx.exc
-
Generic exception type that indicates that tokenizer/parser encountered unexpected (but not necessarily invalid per se) character; character that is not legal in current context.
- WstxUnexpectedCharException(String, Location, char) - Constructor for exception class com.ctc.wstx.exc.WstxUnexpectedCharException
- WstxValidationException - Exception Class in com.ctc.wstx.exc
-
Specific exception thrown when document has validation (DTD, W3C Schema) errors; things that are not well-formedness problems.
- WstxValidationException(XMLValidationProblem, String) - Constructor for exception class com.ctc.wstx.exc.WstxValidationException
- WstxValidationException(XMLValidationProblem, String, Location) - Constructor for exception class com.ctc.wstx.exc.WstxValidationException
- WT_ATTR_DECL - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- WT_DT_DECL - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- WT_ELEM_DECL - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- WT_ENT_DECL - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- WT_NS_DECL - Static variable in class com.ctc.wstx.cfg.ErrorConsts
- WT_VALIDATION - Static variable in class com.ctc.wstx.cfg.ErrorConsts
-
This is the generic type for warnings based on XMLValidationProblem objects.
- WT_XML_DECL - Static variable in class com.ctc.wstx.cfg.ErrorConsts
X
- XML_1_1 - Static variable in class com.ctc.wstx.sax.SAXFeature
- XML_DECL_KW_ENCODING - Static variable in interface com.ctc.wstx.cfg.XmlConsts
- XML_DECL_KW_STANDALONE - Static variable in interface com.ctc.wstx.cfg.XmlConsts
- XML_DECL_KW_VERSION - Static variable in interface com.ctc.wstx.cfg.XmlConsts
- XML_SA_NO - Static variable in interface com.ctc.wstx.cfg.XmlConsts
- XML_SA_YES - Static variable in interface com.ctc.wstx.cfg.XmlConsts
- XML_STRING - Static variable in class com.ctc.wstx.sax.SAXProperty
- XML_V_10 - Static variable in interface com.ctc.wstx.cfg.XmlConsts
- XML_V_10_STR - Static variable in interface com.ctc.wstx.cfg.XmlConsts
- XML_V_11 - Static variable in interface com.ctc.wstx.cfg.XmlConsts
- XML_V_11_STR - Static variable in interface com.ctc.wstx.cfg.XmlConsts
- XML_V_UNKNOWN - Static variable in interface com.ctc.wstx.cfg.XmlConsts
-
This constants refers to cases where the version has not been declared explicitly; and needs to be considered to be 1.0.
- XmlChars - Class in com.ctc.wstx.util
-
Simple utility class that encapsulates logic of determining validity of characters outside basic 7-bit range of Unicode, for XML 1.0
- XmlChars() - Constructor for class com.ctc.wstx.util.XmlChars
- XmlConsts - Interface in com.ctc.wstx.cfg
-
Simple constant container interface, shared by input and output sides.
- XMLID_IX_DISABLED - Static variable in class com.ctc.wstx.sr.AttributeCollector
-
This value is used to indicate that we shouldn't keep track of index of xml:id attribute -- generally done when Xml:id support is disabled
- XMLID_IX_NONE - Static variable in class com.ctc.wstx.sr.AttributeCollector
- XMLNS_URIS - Static variable in class com.ctc.wstx.sax.SAXFeature
- XmlWriter - Class in com.ctc.wstx.sw
-
This is the base class for actual physical xml outputters.
- XmlWriter(WriterConfig, String, boolean) - Constructor for class com.ctc.wstx.sw.XmlWriter
- XmlWriterWrapper - Class in com.ctc.wstx.sw
-
This is a simple wrapper class, which decorates an
XmlWriter
to look like a Writer. - XmlWriterWrapper(XmlWriter) - Constructor for class com.ctc.wstx.sw.XmlWriterWrapper
- XmlWriterWrapper.RawWrapper - Class in com.ctc.wstx.sw
-
This wrapper directs calls to
writeRaw
methods. - XmlWriterWrapper.TextWrapper - Class in com.ctc.wstx.sw
-
This wrapper directs calls to
writeCharacters
methods.
_
- _base64Decoder - Variable in class com.ctc.wstx.sr.TypedStreamReader
-
Lazily-constructed decoder object for decoding base64 encoded element binary content.
- _base64Decoder() - Method in class com.ctc.wstx.sr.TypedStreamReader
- _baseURL - Variable in class com.ctc.wstx.evt.WNotationDeclaration
-
Base URL that can be used to resolve the notation reference if necessary.
- _checkAttributeLimit(TextBuilder, char[], int, int, int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- _checkUnwrap(RuntimeException) - Method in class com.ctc.wstx.evt.WstxEventReader
- _close(boolean) - Method in class com.ctc.wstx.io.UTF8Writer
- _constructTypeException(IllegalArgumentException, String) - Method in class com.ctc.wstx.sr.TypedStreamReader
-
Method called to wrap or convert given conversion-fail exception into a full
TypedXMLStreamException
, - _constructTypeException(String, String) - Method in class com.ctc.wstx.sr.BasicStreamReader
- _constructUnexpectedInTyped(int) - Method in class com.ctc.wstx.sr.BasicStreamReader
-
Method called to report a problem with
- _convertSurrogate(int) - Method in class com.ctc.wstx.io.UTF8Writer
-
Method called to calculate UTF codepoint, from a surrogate pair.
- _currentLength - Variable in class com.ctc.wstx.util.TextBuffer.BufferReader
- _currentOffset - Variable in class com.ctc.wstx.util.TextBuffer.BufferReader
- _currentSegment - Variable in class com.ctc.wstx.util.TextBuffer.BufferReader
- _decoderFactory - Variable in class com.ctc.wstx.sr.TypedStreamReader
-
Factory used for constructing decoders we need for typed access
- _decoderFactory() - Method in class com.ctc.wstx.sr.TypedStreamReader
- _expandOutputForText(int, char[], int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- _finishDocument(boolean) - Method in class com.ctc.wstx.sw.BaseStreamWriter
- _getSpecialProperty(int) - Method in class com.ctc.wstx.api.ReaderConfig
- _handleEmptyValue(TypedValueDecoder) - Method in class com.ctc.wstx.sr.TypedStreamReader
-
Method called to handle value that has empty String as representation.
- _hasConfigFlag(int) - Method in class com.ctc.wstx.api.ReaderConfig
- _hasExplicitConfigFlag(int) - Method in class com.ctc.wstx.api.ReaderConfig
-
Method similar to
ReaderConfig._hasConfigFlag(int)
, but that will only return true if in addition to being set, flag has been explicitly modified (i.e. - _helper - Static variable in class com.ctc.wstx.compat.QNameCreator
-
Creator object that creates QNames using proper 3-arg constructor.
- _initBinaryChunks(Base64Variant, CharArrayBase64Decoder, int, boolean) - Method in class com.ctc.wstx.sr.TypedStreamReader
- _outputLimit(char[], int, int) - Method in class com.ctc.wstx.sr.BasicStreamReader
- _reportBadDirective(String) - Method in class com.ctc.wstx.dtd.FullDTDReader
- _reportProblem(XMLReporter, String, String, Location) - Method in class com.ctc.wstx.sr.StreamScanner
- _reportProblem(XMLReporter, XMLValidationProblem) - Method in class com.ctc.wstx.sr.StreamScanner
- _reportUndefinedNotationRefs() - Method in class com.ctc.wstx.dtd.FullDTDReader
- _reportVCViolation(String) - Method in class com.ctc.wstx.dtd.FullDTDReader
- _reportWarning(XMLReporter, String, String, Location) - Method in class com.ctc.wstx.dtd.FullDTDReader
- _reportWFCViolation(String) - Method in class com.ctc.wstx.dtd.FullDTDReader
- _reportWFCViolation(String, Object) - Method in class com.ctc.wstx.dtd.FullDTDReader
- _segmentIndex - Variable in class com.ctc.wstx.util.TextBuffer.BufferReader
- _segmentOffset - Variable in class com.ctc.wstx.util.TextBuffer.BufferReader
- _segments - Variable in class com.ctc.wstx.util.TextBuffer.BufferReader
- _setSpecialProperty(int, Object) - Method in class com.ctc.wstx.api.ReaderConfig
- _verifyQName(QName) - Method in class com.ctc.wstx.sr.TypedStreamReader
-
Method called to verify validity of the parsed QName element or attribute value.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
XMLInputFactory2.P_LAZY_PARSING
instead (from Stax2 extension API, v3.0)