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 | Class and Description |
---|---|
class |
DefaultEventAllocator
Straight-forward implementation of
XMLEventAllocator , to be
used with Woodstox' event reader. |
Modifier and Type | Method and Description |
---|---|
Object |
StreamReaderImpl.withStartElement(ElemCallback cb,
Location loc) |
Object |
BasicStreamReader.withStartElement(ElemCallback cb,
Location loc)
Method called by
DefaultEventAllocator
to get double-indirection necessary for constructing start element
events. |
Copyright © 2018 FasterXML. All rights reserved.