Package | Description |
---|---|
com.ctc.wstx.ent |
Package contains internal entity object implementations, which are used
by stream reader classes, but parsed by dtd functionality.
|
com.ctc.wstx.evt |
Package contains Woodstox implementation of the StAX event layer; functionality
that is built on top of stream readers and writers.
|
Class and Description |
---|
WEntityDeclaration
Simple implementation of StAX entity declaration events; for the
most just wraps a
EntityDecl instance. |
Class and Description |
---|
DefaultEventAllocator
Straight-forward implementation of
XMLEventAllocator , to be
used with Woodstox' event reader. |
SimpleStartElement
Wstx
StartElement implementation used when event is constructed
from already objectified data, for example when constructed by the event
factory. |
Copyright © 2018 FasterXML. All rights reserved.