Text.XmlHtml.Cursor

Cursor type

data Cursor

Conversion to and from cursors

fromNode

fromNodes

topNode

topNodes

current

siblings

Cursor navigation

parent

root

getChild

firstChild

lastChild

left

right

nextDF

Search

findChild

findLeft

findRight

findRec

Node classification

isRoot

isFirst

isLast

isLeaf

isChild

hasChildren

getNodeIndex

Updates

setNode

modifyNode

modifyNodeM

Insertions

insertLeft

insertRight

insertManyLeft

insertManyRight

insertFirstChild

insertLastChild

insertManyFirstChild

insertManyLastChild

insertGoLeft

insertGoRight

Deletions

removeLeft

removeRight

removeGoLeft

removeGoRight

removeGoUp