Package org.codehaus.staxmate.in
Interface ElementInfoFactory
-
public interface ElementInfoFactory
Simple factory class that can be used to customize instances ofSMElementInfo
that iterators construct and store when element tracking is enabled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SMElementInfo
constructElementInfo(SMInputCursor it, SMElementInfo parent, SMElementInfo prevSibling)
-
-
-
Method Detail
-
constructElementInfo
SMElementInfo constructElementInfo(SMInputCursor it, SMElementInfo parent, SMElementInfo prevSibling) throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
-
-