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
 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