Package org.apache.xmlbeans.impl.store
Class Cur
- java.lang.Object
-
- org.apache.xmlbeans.impl.store.Cur
-
public final class Cur extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCur.CurLoadContext
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToSelection()voidaddToSelection(Cur that)intcchLeft()intcchRight()voidclearSelection()static voiddump(java.io.PrintStream o, org.apache.xmlbeans.impl.store.Xobj xo, java.lang.Object ref)java.lang.StringgetAttrValue(javax.xml.namespace.QName name)DomImpl.DomgetDom()java.lang.StringgetLocal()LocalegetLocale()javax.xml.namespace.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()java.lang.StringgetUri()java.lang.StringgetXmlnsPrefix()java.lang.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(javax.xml.namespace.QName name)voidremoveFollowingAttrs()intselectionCount()voidsetAttrValue(javax.xml.namespace.QName name, java.lang.String value)voidsetAttrValueAsQName(javax.xml.namespace.QName value)voidsetValue(java.lang.String value)voidsetValueAsQName(javax.xml.namespace.QName qname)booleanskip()booleanskipWithAttrs()booleantoAttr(javax.xml.namespace.QName name)voidtoEnd()booleantoFirstAttr()booleantoFirstChild()booleantoLastAttr()booleantoLastChild()booleantoNextAttr()booleantoNextSibling()booleantoParent()booleantoParent(boolean raw)booleantoParentRaw()booleantoPrevAttr()voidtoRoot()CurweakCur(java.lang.Object o)
-
-
-
Method Detail
-
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
public javax.xml.namespace.QName getName()
-
getLocal
public java.lang.String getLocal()
-
getUri
public java.lang.String getUri()
-
getXmlnsPrefix
public java.lang.String getXmlnsPrefix()
-
getXmlnsUri
public java.lang.String 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
public void addToSelection(Cur that)
-
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
public void setValueAsQName(javax.xml.namespace.QName qname)
-
setValue
public void setValue(java.lang.String value)
-
removeFollowingAttrs
public void removeFollowingAttrs()
-
getAttrValue
public java.lang.String getAttrValue(javax.xml.namespace.QName name)
-
setAttrValueAsQName
public void setAttrValueAsQName(javax.xml.namespace.QName value)
-
removeAttr
public boolean removeAttr(javax.xml.namespace.QName name)
-
setAttrValue
public void setAttrValue(javax.xml.namespace.QName name, java.lang.String value)
-
toAttr
public boolean toAttr(javax.xml.namespace.QName name)
-
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()
-
weakCur
public Cur weakCur(java.lang.Object o)
-
getObject
public XmlObject getObject()
-
getDom
public DomImpl.Dom getDom()
-
release
public void release()
-
dump
public static void dump(java.io.PrintStream o, org.apache.xmlbeans.impl.store.Xobj xo, java.lang.Object ref)
-
getLocale
public Locale getLocale()
-
-