Package org.codehaus.staxmate.in
Interface ElementInfoFactory
public interface ElementInfoFactory
Simple factory class that can be used to customize instances of
SMElementInfo
that iterators construct and store when element
tracking is enabled.-
Method Summary
Modifier and TypeMethodDescriptionconstructElementInfo
(SMInputCursor it, SMElementInfo parent, SMElementInfo prevSibling)
-
Method Details
-
constructElementInfo
SMElementInfo constructElementInfo(SMInputCursor it, SMElementInfo parent, SMElementInfo prevSibling) throws XMLStreamException - Throws:
XMLStreamException
-