Package com.ctc.wstx.sr
Class ElemCallback
java.lang.Object
com.ctc.wstx.sr.ElemCallback
- Direct Known Subclasses:
DefaultEventAllocator
Abstract base class that defines set of simple callbacks to be
called by the stream reader, passing information about element
that the stream currently points to, if any.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Object
withStartElement
(Location loc, QName name, BaseNsContext nsCtxt, ElemAttrs attrs, boolean wasEmpty)
-
Constructor Details
-
ElemCallback
public ElemCallback()
-
-
Method Details
-
withStartElement
public abstract Object withStartElement(Location loc, QName name, BaseNsContext nsCtxt, ElemAttrs attrs, boolean wasEmpty)
-