Uses of Class
javanet.staxutils.helpers.ElementContext
-
Packages that use ElementContext Package Description 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 Modifier and Type Method Description ElementContextElementContext. getParentContext()Returns a reference to the enclosingElementContext.ElementContextElementContext. newSubContext(QName name)Constructs a new childElementContextwith the specified name.ElementContextElementContext. newSubContext(QName name, boolean isEmpty)Constructs a new childElementContextwith the specified name and empty value.Constructors in javanet.staxutils.helpers with parameters of type ElementContext Constructor Description ElementContext(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.
-