Package | Description |
---|---|
org.codehaus.stax2.ri |
Package that contains a skeletal reference implementation of Stax2 API,
as well as some utility/helper classes that can be useful in building
one.
|
org.codehaus.stax2.ri.dom |
Class | Description |
---|---|
EmptyNamespaceContext |
Dummy
NamespaceContext implementation that contains no
namespace information, except bindings that are specified by
the namespace specification itself (for prefixes "xml" and "xmlns") |
SingletonIterator |
Simple read-only iterator that iterators over one specific item, passed
in as constructor argument.
|
Class | Description |
---|---|
Stax2Util.TextBuffer |
Helper class used to simplify text gathering while keeping
at as efficient as possible.
|
Copyright © 2019 fasterxml.com. All rights reserved.