Uses of Class
org.codehaus.staxmate.in.SMElementInfo
-
Packages that use SMElementInfo Package Description org.codehaus.staxmate.in Package contains functionality for input-side processing. -
-
Uses of SMElementInfo in org.codehaus.staxmate.in
Subclasses of SMElementInfo in org.codehaus.staxmate.in Modifier and Type Class Description classDefaultElementInfoThe default implementation ofSMElementInfo; fully implements all accessors by storing information necessary.Fields in org.codehaus.staxmate.in declared as SMElementInfo Modifier and Type Field Description protected SMElementInfoCursorBase. _parentTrackedElementElement that the parent of this cursor tracked (if any), when this cursor was created.protected SMElementInfoCursorBase. _trackedElementElement that was last "tracked"; element over which cursor was moved, and of which state has been saved for further use.(package private) SMElementInfoDefaultElementInfo. mParentElem(package private) SMElementInfoDefaultElementInfo. mPrevSiblingElemMethods in org.codehaus.staxmate.in that return SMElementInfo Modifier and Type Method Description SMElementInfoElementInfoFactory. constructElementInfo(SMInputCursor it, SMElementInfo parent, SMElementInfo prevSibling)protected SMElementInfoSMInputCursor. constructElementInfo(SMElementInfo parent, SMElementInfo prevSibling)Method cursor calls when it needs to track element state information; if so, it calls this method to take a snapshot of the element.SMElementInfoDefaultElementInfo. getParent()abstract SMElementInfoSMElementInfo. getParent()Optional operation that will return information about the parent element of this element, if one exists; null if not (case for the root element).SMElementInfoSMInputCursor. getParentTrackedElement()SMElementInfoDefaultElementInfo. getPreviousSibling()abstract SMElementInfoSMElementInfo. getPreviousSibling()Optional operation that will return information about the previous sibling in the sibling element chain.SMElementInfoSMInputCursor. getTrackedElement()Methods in org.codehaus.staxmate.in with parameters of type SMElementInfo Modifier and Type Method Description private static voidSMInputCursor. appendPathDesc(java.lang.StringBuilder sb, SMElementInfo info, boolean recursive)SMElementInfoElementInfoFactory. constructElementInfo(SMInputCursor it, SMElementInfo parent, SMElementInfo prevSibling)protected SMElementInfoSMInputCursor. constructElementInfo(SMElementInfo parent, SMElementInfo prevSibling)Method cursor calls when it needs to track element state information; if so, it calls this method to take a snapshot of the element.Constructors in org.codehaus.staxmate.in with parameters of type SMElementInfo Constructor Description DefaultElementInfo(SMElementInfo parent, SMElementInfo prevSibling, java.lang.String prefix, java.lang.String nsURI, java.lang.String localName, int nodeIndex, int elemIndex, int depth)
-