Package com.ctc.wstx.sr
Class ElemCallback
- java.lang.Object
-
- com.ctc.wstx.sr.ElemCallback
-
- Direct Known Subclasses:
DefaultEventAllocator
public abstract class ElemCallback extends java.lang.ObjectAbstract 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 Constructor Description ElemCallback()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.ObjectwithStartElement(javax.xml.stream.Location loc, javax.xml.namespace.QName name, BaseNsContext nsCtxt, ElemAttrs attrs, boolean wasEmpty)
-
-
-
Method Detail
-
withStartElement
public abstract java.lang.Object withStartElement(javax.xml.stream.Location loc, javax.xml.namespace.QName name, BaseNsContext nsCtxt, ElemAttrs attrs, boolean wasEmpty)
-
-