| Package | Description |
|---|---|
| com.ctc.wstx.evt | |
| com.ctc.wstx.sr | |
| com.ctc.wstx.util |
| Modifier and Type | Class and Description |
|---|---|
class |
MergedNsContext
Hierarchic
NamespaceContext implementation used when constructing
event and namespace information explicitly via
XMLEventFactory,
not by a stream reader. |
| Modifier and Type | Method and Description |
|---|---|
static BaseNsContext |
MergedNsContext.construct(NamespaceContext parentCtxt,
List<Namespace> localNs) |
| Modifier and Type | Method and Description |
|---|---|
Object |
DefaultEventAllocator.withStartElement(Location loc,
QName name,
BaseNsContext nsCtxt,
ElemAttrs attrs,
boolean wasEmpty) |
| Constructor and Description |
|---|
CompactStartElement(Location loc,
QName name,
BaseNsContext nsCtxt,
ElemAttrs attrs) |
SimpleStartElement(Location loc,
QName name,
BaseNsContext nsCtxt,
Map<QName,Attribute> attr) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompactNsContext
Simple implementation of separate non-transient namespace context
object.
|
| Modifier and Type | Field and Description |
|---|---|
protected BaseNsContext |
InputElementStack.mLastNsContext
Last potentially shareable NamespaceContext created by
this stack.
|
| Modifier and Type | Method and Description |
|---|---|
BaseNsContext |
InputElementStack.createNonTransientNsContext(Location loc)
Method called to construct a non-transient NamespaceContext instance;
generally needed when creating events to return from event-based
iterators.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
ElemCallback.withStartElement(Location loc,
QName name,
BaseNsContext nsCtxt,
ElemAttrs attrs,
boolean wasEmpty) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyNamespaceContext
Dummy
NamespaceContext (and BaseNsContext)
implementation that is usually used in
non-namespace-aware mode. |
Copyright © 2012–2017 FasterXML. All rights reserved.