Hets - the Heterogeneous Tool Set

Copyright(c) Simon Ulbricht, DFKI GmbH 2011
LicenseGPLv2 or higher, see LICENSE.txt
Maintainertekknix@informatik.uni-bremen.de
Stabilityprovisional
Portabilitynon-portable (DevGraph)
Safe HaskellNone

Static.XGraph

Description

convert an Xml-Graph into an XGraph-Structure.

Synopsis

Documentation

type XTree = [[([XLink], XNode)]]

data XNode

Constructors

XNode 

Fields

nodeName :: NodeName
 
logicName :: String
 
symbs :: (Bool, String)

hidden?

specs :: String

Sentences

nd_cons :: Conservativity
 
XRef 

Fields

nodeName :: NodeName
 
refNode :: String
 
refLib :: String
 
specs :: String

Sentences

mkXNode :: Monad m => Element -> m XNode

mkXLink :: Monad m => Element -> m XLink

deepSearch :: [String] -> Element -> [Element]

custom xml-search for not only immediate children

extractGlobalAnnos :: Element -> Result GlobalAnnos

extracts the global annotations from the xml-graph