Uses of Class
com.ctc.wstx.sr.ElemAttrs
Packages that use ElemAttrs
Package
Description
Package contains Woodstox implementation of the StAX event layer; functionality
that is built on top of stream readers and writers.
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
-
Uses of ElemAttrs in com.ctc.wstx.evt
Fields in com.ctc.wstx.evt declared as ElemAttrsModifier and TypeFieldDescription(package private) final ElemAttrs
CompactStartElement.mAttrs
Container object that has enough information about attributes to be able to implement attribute accessor methods of this class.Methods in com.ctc.wstx.evt with parameters of type ElemAttrsModifier and TypeMethodDescriptionDefaultEventAllocator.withStartElement
(Location loc, QName name, BaseNsContext nsCtxt, ElemAttrs attrs, boolean wasEmpty) Constructors in com.ctc.wstx.evt with parameters of type ElemAttrsModifierConstructorDescriptionprotected
CompactStartElement
(Location loc, QName name, BaseNsContext nsCtxt, ElemAttrs attrs) -
Uses of ElemAttrs in com.ctc.wstx.sr
Methods in com.ctc.wstx.sr that return ElemAttrsModifier and TypeMethodDescriptionAttributeCollector.buildAttrOb()
Method needed by event creating code, to build a non-transient attribute container, to use with XMLEvent objects (specifically implementation of StartElement event).Methods in com.ctc.wstx.sr with parameters of type ElemAttrsModifier and TypeMethodDescriptionabstract Object
ElemCallback.withStartElement
(Location loc, QName name, BaseNsContext nsCtxt, ElemAttrs attrs, boolean wasEmpty)