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 TypeClassDescriptionclassThe default implementation ofSMElementInfo; fully implements all accessors by storing information necessary.Fields in org.codehaus.staxmate.in declared as SMElementInfoModifier and TypeFieldDescriptionprotected 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) final SMElementInfoDefaultElementInfo.mParentElem(package private) final SMElementInfoDefaultElementInfo.mPrevSiblingElemMethods in org.codehaus.staxmate.in that return SMElementInfoModifier and TypeMethodDescriptionElementInfoFactory.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.DefaultElementInfo.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).SMInputCursor.getParentTrackedElement()DefaultElementInfo.getPreviousSibling()abstract SMElementInfoSMElementInfo.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 voidSMInputCursor.appendPathDesc(StringBuilder sb, SMElementInfo info, boolean recursive) ElementInfoFactory.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 SMElementInfoModifierConstructorDescriptionDefaultElementInfo(SMElementInfo parent, SMElementInfo prevSibling, String prefix, String nsURI, String localName, int nodeIndex, int elemIndex, int depth)