Uses of Class
com.ctc.wstx.sr.AttributeCollector
Packages that use AttributeCollector
Package
Description
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 AttributeCollector in com.ctc.wstx.sax
Fields in com.ctc.wstx.sax declared as AttributeCollector -
Uses of AttributeCollector in com.ctc.wstx.sr
Fields in com.ctc.wstx.sr declared as AttributeCollectorModifier and TypeFieldDescriptionprotected final AttributeCollectorBasicStreamReader.mAttrCollectorObject that stores information about currently accessible attributes.protected final AttributeCollectorInputElementStack.mAttrCollectorMethods in com.ctc.wstx.sr that return AttributeCollectorModifier and TypeMethodDescriptionfinal AttributeCollectorInputElementStack.getAttrCollector()Method called byBasicStreamReader, to retrieve the attribute collector it needs for some direct access.BasicStreamReader.getAttributeCollector()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.StreamReaderImpl.getAttributeCollector() -
Uses of AttributeCollector in com.ctc.wstx.sw
Methods in com.ctc.wstx.sw with parameters of type AttributeCollectorModifier and TypeMethodDescriptionabstract voidBaseStreamWriter.copyStartElement(InputElementStack elemStack, AttributeCollector attrCollector) Implementation-dependant method called to fully copy START_ELEMENT event that the passed-in stream reader points tovoidNonNsStreamWriter.copyStartElement(InputElementStack elemStack, AttributeCollector attrCollector) Element copier method implementation suitable to be used with non-namespace-aware writers.final voidRepairingNsStreamWriter.copyStartElement(InputElementStack elemStack, AttributeCollector ac) Element copier method implementation suitable for use with namespace-aware writers in repairing mode.final voidSimpleNsStreamWriter.copyStartElement(InputElementStack elemStack, AttributeCollector attrCollector) Element copier method implementation suitable to be used with namespace-aware writers in non-repairing (explicit namespaces) mode.