Text.XML.Expat.Annotated

Tree structure

type Node a tag text

data NodeG a c tag text

type UNode a text

type LNode tag text

type ULNode text

Generic node manipulation

Annotation-specific

modifyAnnotation

mapAnnotation

Qualified nodes

type QNode a text

type QLNode text

Namespaced nodes

type NNode a text

type NLNode text

Parse to tree

data ParseOptions tag text

defaultParseOptions

data Encoding

parse

parse'

parseG

data XMLParseError

data XMLParseLocation

Variant that throws exceptions

parseThrowing

data XMLParseException

Convert from SAX

saxToTree

saxToTreeG

Abstraction of string types

class GenericXMLString s