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 class
DefaultElementInfo
The 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 SMElementInfo
CursorBase. _parentTrackedElement
Element that the parent of this cursor tracked (if any), when this cursor was created.protected SMElementInfo
CursorBase. _trackedElement
Element that was last "tracked"; element over which cursor was moved, and of which state has been saved for further use.(package private) SMElementInfo
DefaultElementInfo. mParentElem
(package private) SMElementInfo
DefaultElementInfo. mPrevSiblingElem
Methods in org.codehaus.staxmate.in that return SMElementInfo Modifier and Type Method Description SMElementInfo
ElementInfoFactory. constructElementInfo(SMInputCursor it, SMElementInfo parent, SMElementInfo prevSibling)
protected SMElementInfo
SMInputCursor. 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.SMElementInfo
DefaultElementInfo. getParent()
abstract SMElementInfo
SMElementInfo. 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).SMElementInfo
SMInputCursor. getParentTrackedElement()
SMElementInfo
DefaultElementInfo. getPreviousSibling()
abstract SMElementInfo
SMElementInfo. getPreviousSibling()
Optional operation that will return information about the previous sibling in the sibling element chain.SMElementInfo
SMInputCursor. getTrackedElement()
Methods in org.codehaus.staxmate.in with parameters of type SMElementInfo Modifier and Type Method Description private static void
SMInputCursor. appendPathDesc(java.lang.StringBuilder sb, SMElementInfo info, boolean recursive)
SMElementInfo
ElementInfoFactory. constructElementInfo(SMInputCursor it, SMElementInfo parent, SMElementInfo prevSibling)
protected SMElementInfo
SMInputCursor. 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)
-