Package | Description |
---|---|
org.codehaus.staxmate.in |
Package contains functionality for input-side processing.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultElementInfo
The default implementation of
SMElementInfo ; fully implements
all accessors by storing information necessary. |
Modifier and Type | Method and Description |
---|---|
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 |
ElementInfoFactory.constructElementInfo(SMInputCursor it,
SMElementInfo parent,
SMElementInfo prevSibling) |
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 |
DefaultElementInfo.getParent() |
SMElementInfo |
SMInputCursor.getParentTrackedElement() |
abstract SMElementInfo |
SMElementInfo.getPreviousSibling()
Optional operation that will return information about the previous
sibling in the sibling element chain.
|
SMElementInfo |
DefaultElementInfo.getPreviousSibling() |
SMElementInfo |
SMInputCursor.getTrackedElement() |
Modifier and Type | Method and Description |
---|---|
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 |
ElementInfoFactory.constructElementInfo(SMInputCursor it,
SMElementInfo parent,
SMElementInfo prevSibling) |
Constructor and Description |
---|
DefaultElementInfo(SMElementInfo parent,
SMElementInfo prevSibling,
String prefix,
String nsURI,
String localName,
int nodeIndex,
int elemIndex,
int depth) |
Copyright © 2013 FasterXML. All Rights Reserved.