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 classCur.CurLoadContext -
Method Summary
Modifier and Type Method Description voidaddToSelection()voidaddToSelection(Cur that)intcchLeft()intcchRight()voidclearSelection()static voiddump(PrintStream o, org.apache.xmlbeans.impl.store.Xobj xo, Object ref)StringgetAttrValue(QName name)DomImpl.DomgetDom()StringgetLocal()LocalegetLocale()QNamegetName()XmlObjectgetObject()org.apache.xmlbeans.impl.store.XobjgetParent()org.apache.xmlbeans.impl.store.XobjgetParent(boolean raw)org.apache.xmlbeans.impl.store.XobjgetParentNoRoot()org.apache.xmlbeans.impl.store.XobjgetParentRaw()StringgetUri()StringgetXmlnsPrefix()StringgetXmlnsUri()booleanhasAttrs()booleanhasChildren()booleanhasParent()booleanhasText()booleanisAtEndOfLastPush()booleanisAttr()booleanisComment()booleanisContainer()booleanisContainerOrFinish()booleanisDomDocRoot()booleanisDomFragRoot()booleanisElem()booleanisEnd()booleanisEndRoot()booleanisFinish()booleanisNode()booleanisNormalAttr()booleanisPositioned()booleanisProcinst()booleanisRoot()booleanisText()booleanisTextCData()booleanisUserNode()booleanisXmlns()intkind()voidmoveToCharNode(org.apache.xmlbeans.impl.store.CharNode node)voidmoveToSelection(int i)booleannext()booleannext(boolean withAttrs)booleannextWithAttrs()booleanprev()booleanprevWithAttrs()voidpush()voidrelease()booleanremoveAttr(QName name)voidremoveFollowingAttrs()intselectionCount()voidsetAttrValue(QName name, String value)voidsetAttrValueAsQName(QName value)protected org.apache.xmlbeans.impl.store.BookmarksetBookmark(Object key, Object value)voidsetValue(String value)voidsetValueAsQName(QName qname)booleanskip()booleanskipWithAttrs()booleantoAttr(QName name)voidtoEnd()booleantoFirstAttr()booleantoFirstChild()booleantoLastAttr()booleantoLastChild()booleantoNextAttr()booleantoNextSibling()booleantoParent()booleantoParent(boolean raw)booleantoParentRaw()booleantoPrevAttr()voidtoRoot()CurweakCur(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
-