Package | Description |
---|---|
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.sr |
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
|
Modifier and Type | Field and Description |
---|---|
(package private) ElemAttrs |
CompactStartElement.mAttrs
Container object that has enough information about attributes to
be able to implement attribute accessor methods of this class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
DefaultEventAllocator.withStartElement(javax.xml.stream.Location loc,
javax.xml.namespace.QName name,
BaseNsContext nsCtxt,
ElemAttrs attrs,
boolean wasEmpty) |
Constructor and Description |
---|
CompactStartElement(javax.xml.stream.Location loc,
javax.xml.namespace.QName name,
BaseNsContext nsCtxt,
ElemAttrs attrs) |
Modifier and Type | Method and Description |
---|---|
ElemAttrs |
AttributeCollector.buildAttrOb()
Method needed by event creating code, to build a non-transient
attribute container, to use with XMLEvent objects (specifically
implementation of StartElement event).
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
ElemCallback.withStartElement(javax.xml.stream.Location loc,
javax.xml.namespace.QName name,
BaseNsContext nsCtxt,
ElemAttrs attrs,
boolean wasEmpty) |