Uses of Class
org.codehaus.staxmate.in.SMElementInfo
Packages that use SMElementInfo
Package
Description
Package contains functionality for input-side processing.
-
Uses of SMElementInfo in org.codehaus.staxmate.in
Subclasses of SMElementInfo in org.codehaus.staxmate.inModifier and TypeClassDescriptionclass
The default implementation ofSMElementInfo
; fully implements all accessors by storing information necessary.Fields in org.codehaus.staxmate.in declared as SMElementInfoModifier and TypeFieldDescriptionprotected 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) final SMElementInfo
DefaultElementInfo.mParentElem
(package private) final SMElementInfo
DefaultElementInfo.mPrevSiblingElem
Methods in org.codehaus.staxmate.in that return SMElementInfoModifier and TypeMethodDescriptionElementInfoFactory.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.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).SMInputCursor.getParentTrackedElement()
DefaultElementInfo.getPreviousSibling()
abstract SMElementInfo
SMElementInfo.getPreviousSibling()
Optional operation that will return information about the previous sibling in the sibling element chain.SMInputCursor.getTrackedElement()
Methods in org.codehaus.staxmate.in with parameters of type SMElementInfoModifier and TypeMethodDescriptionprivate static void
SMInputCursor.appendPathDesc
(StringBuilder sb, SMElementInfo info, boolean recursive) 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 SMElementInfoModifierConstructorDescriptionDefaultElementInfo
(SMElementInfo parent, SMElementInfo prevSibling, String prefix, String nsURI, String localName, int nodeIndex, int elemIndex, int depth)