|
Text.XML.HXT.XPath.NavTree |
|
|
Description |
Navigable tree structure which allow a program to traverse
for XPath expressions
copied and modified from HXML (http://www.flightlab.com/~joe/hxml/)
|
|
Synopsis |
|
|
|
Documentation |
|
|
navigable tree with nodes of type node
a navigable tree consists of a n-ary tree for the current fragment tree,
a navigable tree for all ancestors, and two n-ary trees for
the previous- and following siblings
| Constructors | |
|
|
|
converts a n-ary tree in a navigable tree
|
|
|
converts a navigable tree in a n-ary tree
|
|
|
function for selecting the value of the current fragment tree
|
|
|
function for selecting all children of a tree
|
|
|
position of tree in parent
|
|
|
path (index list) of a navigatable tree
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
o' :: (b -> [c]) -> (a -> [b]) -> a -> [c] | Source |
|
Kleisli composition:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
module Data.Tree.NTree.TypeDefs |
|
Produced by Haddock version 2.6.1 |