Uses of Class
com.ctc.wstx.evt.SimpleStartElement
Packages that use SimpleStartElement
Package
Description
Package contains Woodstox implementation of the StAX event layer; functionality
that is built on top of stream readers and writers.
-
Uses of SimpleStartElement in com.ctc.wstx.evt
Methods in com.ctc.wstx.evt that return SimpleStartElementModifier and TypeMethodDescriptionstatic SimpleStartElement
SimpleStartElement.construct
(Location loc, QName name, Iterator<Attribute> attrs, Iterator<Namespace> ns, NamespaceContext nsCtxt) static SimpleStartElement
SimpleStartElement.construct
(Location loc, QName name, Map<QName, Attribute> attrs, List<Namespace> ns, NamespaceContext nsCtxt) Factory method called when a start element needs to be constructed from an external source (most likely, non-woodstox stream reader).