Text.XML.Expat.Tree

Tree structure

type Node tag text

data NodeG c tag text

type UNode text

Generic node manipulation

Qualified nodes

type QNode text

Namespaced nodes

type NNode 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