Package | Description |
---|---|
javanet.staxutils.helpers |
Provides helpful implementations of StAX interfaces, along with utility
classes for performing various useful operations.
|
Modifier and Type | Method and Description |
---|---|
ElementContext |
ElementContext.getParentContext()
Returns a reference to the enclosing
ElementContext . |
ElementContext |
ElementContext.newSubContext(QName name)
Constructs a new child
ElementContext with the specified name. |
ElementContext |
ElementContext.newSubContext(QName name,
boolean isEmpty)
Constructs a new child
ElementContext with the specified name
and empty value. |
Constructor and Description |
---|
ElementContext(QName name,
ElementContext parent)
Constructs a new
ElementContext with the provided name and
enclosing context. |
ElementContext(QName name,
ElementContext parent,
boolean isEmpty)
Constructs a new
ElementContext with the provided name and
enclosing context. |