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 attrs,
Iterator ns,
NamespaceContext nsCtxt) |
static SimpleStartElement |
SimpleStartElement.construct(Location loc,
QName name,
Map attrs,
List 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 © 2015 Codehaus. All Rights Reserved.