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.
|
Modifier and Type | Method and Description |
---|---|
static 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).
|
Copyright © 2018 FasterXML. All rights reserved.