Package org.apache.xmlbeans.impl.store
Class Cur
java.lang.Object
org.apache.xmlbeans.impl.store.Cur
public final class Cur extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Cur.CurLoadContext
-
Method Summary
Modifier and Type Method 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)
-
Method Details
-
isPositioned
public boolean isPositioned() -
kind
public int kind() -
isRoot
public boolean isRoot() -
isElem
public boolean isElem() -
isAttr
public boolean isAttr() -
isComment
public boolean isComment() -
isProcinst
public boolean isProcinst() -
isText
public boolean isText() -
isEnd
public boolean isEnd() -
isEndRoot
public boolean isEndRoot() -
isNode
public boolean isNode() -
isContainer
public boolean isContainer() -
isFinish
public boolean isFinish() -
isUserNode
public boolean isUserNode() -
isContainerOrFinish
public boolean isContainerOrFinish() -
isNormalAttr
public boolean isNormalAttr() -
isXmlns
public boolean isXmlns() -
isTextCData
public boolean isTextCData() -
getName
-
getLocal
-
getUri
-
getXmlnsPrefix
-
getXmlnsUri
-
isDomDocRoot
public boolean isDomDocRoot() -
isDomFragRoot
public boolean isDomFragRoot() -
cchRight
public int cchRight() -
cchLeft
public int cchLeft() -
push
public void push() -
isAtEndOfLastPush
public boolean isAtEndOfLastPush() -
addToSelection
-
addToSelection
public void addToSelection() -
selectionCount
public int selectionCount() -
moveToSelection
public void moveToSelection(int i) -
clearSelection
public void clearSelection() -
toParent
public boolean toParent() -
toParentRaw
public boolean toParentRaw() -
getParent
public org.apache.xmlbeans.impl.store.Xobj getParent() -
getParentRaw
public org.apache.xmlbeans.impl.store.Xobj getParentRaw() -
hasParent
public boolean hasParent() -
getParentNoRoot
public org.apache.xmlbeans.impl.store.Xobj getParentNoRoot() -
getParent
public org.apache.xmlbeans.impl.store.Xobj getParent(boolean raw) -
toParent
public boolean toParent(boolean raw) -
toRoot
public void toRoot() -
hasText
public boolean hasText() -
hasAttrs
public boolean hasAttrs() -
hasChildren
public boolean hasChildren() -
toFirstChild
public boolean toFirstChild() -
toLastChild
public boolean toLastChild() -
toNextSibling
public boolean toNextSibling() -
setValueAsQName
-
setValue
-
removeFollowingAttrs
public void removeFollowingAttrs() -
getAttrValue
-
setAttrValueAsQName
-
removeAttr
-
setAttrValue
-
toAttr
-
toFirstAttr
public boolean toFirstAttr() -
toLastAttr
public boolean toLastAttr() -
toNextAttr
public boolean toNextAttr() -
toPrevAttr
public boolean toPrevAttr() -
skipWithAttrs
public boolean skipWithAttrs() -
skip
public boolean skip() -
toEnd
public void toEnd() -
moveToCharNode
public void moveToCharNode(org.apache.xmlbeans.impl.store.CharNode node) -
prevWithAttrs
public boolean prevWithAttrs() -
prev
public boolean prev() -
next
public boolean next(boolean withAttrs) -
nextWithAttrs
public boolean nextWithAttrs() -
next
public boolean next() -
setBookmark
-
weakCur
-
getObject
-
getDom
-
release
public void release() -
dump
-
getLocale
-