Uses of Class
javanet.staxutils.helpers.ElementContext
Packages that use ElementContext
Package
Description
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 ElementContextModifier and TypeMethodDescriptionElementContext.getParentContext()Returns a reference to the enclosingElementContext.ElementContext.newSubContext(QName name) Constructs a new childElementContextwith the specified name.ElementContext.newSubContext(QName name, boolean isEmpty) Constructs a new childElementContextwith the specified name and empty value.Constructors in javanet.staxutils.helpers with parameters of type ElementContextModifierConstructorDescriptionElementContext(QName name, ElementContext parent) Constructs a newElementContextwith the provided name and enclosing context.ElementContext(QName name, ElementContext parent, boolean isEmpty) Constructs a newElementContextwith the provided name and enclosing context.