pangraph-0.2.1: A set of parsers for graph languages and conversions to graph libaries.

Safe HaskellNone
LanguageHaskell2010

Pangraph.Internal.HexmlExtra

Contents

Synopsis

A module containing some exclusivly Hexml helper functions and some which have common interfacing functions.

followChildren :: Node -> [ByteString] -> [Node] Source #

Find the [Node] with the final in the [ByteString] after following the Node names recursively.

convertAtt :: Attribute -> Attribute Source #

Converts a between the two libaries Attribute types.