Uses of Class
com.ctc.wstx.sr.InputElementStack
Packages that use InputElementStack
Package
Description
Package that contains Woodstox classes that implement DTD handling.
Contains Woodstox SAX implementation.
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
-
Uses of InputElementStack in com.ctc.wstx.dtd
Methods in com.ctc.wstx.dtd with parameters of type InputElementStackModifier and TypeMethodDescriptionvoid
DTDValidatorBase.checkNsDefaults
(InputElementStack nsStack) -
Uses of InputElementStack in com.ctc.wstx.sax
Fields in com.ctc.wstx.sax declared as InputElementStack -
Uses of InputElementStack in com.ctc.wstx.sr
Fields in com.ctc.wstx.sr declared as InputElementStackModifier and TypeFieldDescriptionprotected final InputElementStack
BasicStreamReader.mElementStack
Currently open element treeMethods in com.ctc.wstx.sr that return InputElementStackModifier and TypeMethodDescriptionprotected static InputElementStack
BasicStreamReader.createElementStack
(ReaderConfig cfg) BasicStreamReader.getInputElementStack()
Method needed by classes (like stream writer implementations) that want to have efficient direct access to element stack implementationStreamReaderImpl.getInputElementStack()
Methods in com.ctc.wstx.sr with parameters of type InputElementStackModifier and TypeMethodDescriptionvoid
NsDefaultProvider.checkNsDefaults
(InputElementStack nsStack) 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.Constructors in com.ctc.wstx.sr with parameters of type InputElementStackModifierConstructorDescriptionprotected
BasicStreamReader
(InputBootstrapper bs, BranchingReaderSource input, ReaderCreator owner, ReaderConfig cfg, InputElementStack elemStack, boolean forER) protected
TypedStreamReader
(InputBootstrapper bs, BranchingReaderSource input, ReaderCreator owner, ReaderConfig cfg, InputElementStack elemStack, boolean forER) private
ValidatingStreamReader
(InputBootstrapper bs, BranchingReaderSource input, ReaderCreator owner, ReaderConfig cfg, InputElementStack elemStack, boolean forER) -
Uses of InputElementStack in com.ctc.wstx.sw
Methods in com.ctc.wstx.sw with parameters of type InputElementStackModifier and TypeMethodDescriptionabstract void
BaseStreamWriter.copyStartElement
(InputElementStack elemStack, AttributeCollector attrCollector) Implementation-dependant method called to fully copy START_ELEMENT event that the passed-in stream reader points tovoid
NonNsStreamWriter.copyStartElement
(InputElementStack elemStack, AttributeCollector attrCollector) Element copier method implementation suitable to be used with non-namespace-aware writers.final void
RepairingNsStreamWriter.copyStartElement
(InputElementStack elemStack, AttributeCollector ac) Element copier method implementation suitable for use with namespace-aware writers in repairing mode.final void
SimpleNsStreamWriter.copyStartElement
(InputElementStack elemStack, AttributeCollector attrCollector) Element copier method implementation suitable to be used with namespace-aware writers in non-repairing (explicit namespaces) mode.