|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ElementContext | |
|---|---|
| javanet.staxutils.helpers | Provides helpful implementations of StAX interfaces, along with utility classes for performing various useful operations. |
| Uses of ElementContext in javanet.staxutils.helpers |
|---|
| Methods in javanet.staxutils.helpers that return ElementContext | |
|---|---|
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. |
| Constructors in javanet.staxutils.helpers with parameters of type ElementContext | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||