public final class Cur extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Cur.CurLoadContext |
Modifier and Type | Method and Description |
---|---|
void |
addToSelection() |
void |
addToSelection(Cur that) |
int |
cchLeft() |
int |
cchRight() |
void |
clearSelection() |
static void |
dump(PrintStream o,
org.apache.xmlbeans.impl.store.Xobj xo,
Object ref) |
String |
getAttrValue(QName name) |
DomImpl.Dom |
getDom() |
String |
getLocal() |
Locale |
getLocale() |
QName |
getName() |
XmlObject |
getObject() |
org.apache.xmlbeans.impl.store.Xobj |
getParent() |
org.apache.xmlbeans.impl.store.Xobj |
getParent(boolean raw) |
org.apache.xmlbeans.impl.store.Xobj |
getParentNoRoot() |
org.apache.xmlbeans.impl.store.Xobj |
getParentRaw() |
String |
getUri() |
String |
getXmlnsPrefix() |
String |
getXmlnsUri() |
boolean |
hasAttrs() |
boolean |
hasChildren() |
boolean |
hasParent() |
boolean |
hasText() |
boolean |
isAtEndOfLastPush() |
boolean |
isAttr() |
boolean |
isComment() |
boolean |
isContainer() |
boolean |
isContainerOrFinish() |
boolean |
isDomDocRoot() |
boolean |
isDomFragRoot() |
boolean |
isElem() |
boolean |
isEnd() |
boolean |
isEndRoot() |
boolean |
isFinish() |
boolean |
isNode() |
boolean |
isNormalAttr() |
boolean |
isPositioned() |
boolean |
isProcinst() |
boolean |
isRoot() |
boolean |
isText() |
boolean |
isTextCData() |
boolean |
isUserNode() |
boolean |
isXmlns() |
int |
kind() |
void |
moveToCharNode(org.apache.xmlbeans.impl.store.CharNode node) |
void |
moveToSelection(int i) |
boolean |
next() |
boolean |
next(boolean withAttrs) |
boolean |
nextWithAttrs() |
boolean |
prev() |
boolean |
prevWithAttrs() |
void |
push() |
void |
release() |
boolean |
removeAttr(QName name) |
void |
removeFollowingAttrs() |
int |
selectionCount() |
void |
setAttrValue(QName name,
String value) |
void |
setAttrValueAsQName(QName value) |
protected org.apache.xmlbeans.impl.store.Bookmark |
setBookmark(Object key,
Object value) |
void |
setValue(String value) |
void |
setValueAsQName(QName qname) |
boolean |
skip() |
boolean |
skipWithAttrs() |
boolean |
toAttr(QName name) |
void |
toEnd() |
boolean |
toFirstAttr() |
boolean |
toFirstChild() |
boolean |
toLastAttr() |
boolean |
toLastChild() |
boolean |
toNextAttr() |
boolean |
toNextSibling() |
boolean |
toParent() |
boolean |
toParent(boolean raw) |
boolean |
toParentRaw() |
boolean |
toPrevAttr() |
void |
toRoot() |
Cur |
weakCur(Object o) |
public boolean isPositioned()
public int kind()
public boolean isRoot()
public boolean isElem()
public boolean isAttr()
public boolean isComment()
public boolean isProcinst()
public boolean isText()
public boolean isEnd()
public boolean isEndRoot()
public boolean isNode()
public boolean isContainer()
public boolean isFinish()
public boolean isUserNode()
public boolean isContainerOrFinish()
public boolean isNormalAttr()
public boolean isXmlns()
public boolean isTextCData()
public QName getName()
public String getLocal()
public String getUri()
public String getXmlnsPrefix()
public String getXmlnsUri()
public boolean isDomDocRoot()
public boolean isDomFragRoot()
public int cchRight()
public int cchLeft()
public void push()
public boolean isAtEndOfLastPush()
public void addToSelection(Cur that)
public void addToSelection()
public int selectionCount()
public void moveToSelection(int i)
public void clearSelection()
public boolean toParent()
public boolean toParentRaw()
public org.apache.xmlbeans.impl.store.Xobj getParent()
public org.apache.xmlbeans.impl.store.Xobj getParentRaw()
public boolean hasParent()
public org.apache.xmlbeans.impl.store.Xobj getParentNoRoot()
public org.apache.xmlbeans.impl.store.Xobj getParent(boolean raw)
public boolean toParent(boolean raw)
public void toRoot()
public boolean hasText()
public boolean hasAttrs()
public boolean hasChildren()
public boolean toFirstChild()
public boolean toLastChild()
public boolean toNextSibling()
public void setValueAsQName(QName qname)
public void setValue(String value)
public void removeFollowingAttrs()
public void setAttrValueAsQName(QName value)
public boolean removeAttr(QName name)
public boolean toAttr(QName name)
public boolean toFirstAttr()
public boolean toLastAttr()
public boolean toNextAttr()
public boolean toPrevAttr()
public boolean skipWithAttrs()
public boolean skip()
public void toEnd()
public void moveToCharNode(org.apache.xmlbeans.impl.store.CharNode node)
public boolean prevWithAttrs()
public boolean prev()
public boolean next(boolean withAttrs)
public boolean nextWithAttrs()
public boolean next()
protected final org.apache.xmlbeans.impl.store.Bookmark setBookmark(Object key, Object value)
public XmlObject getObject()
public DomImpl.Dom getDom()
public void release()
public static void dump(PrintStream o, org.apache.xmlbeans.impl.store.Xobj xo, Object ref)
public Locale getLocale()