xml-syntax-0.1.0.0: Parse XML from bytes
Safe HaskellNone
LanguageHaskell2010

Xml

Documentation

data Node Source #

Constructors

Text !ShortText 
Element !Content 

Instances

Instances details
Eq Node Source # 
Instance details

Defined in Xml

Methods

(==) :: Node -> Node -> Bool #

(/=) :: Node -> Node -> Bool #

Show Node Source # 
Instance details

Defined in Xml

Methods

showsPrec :: Int -> Node -> ShowS #

show :: Node -> String #

showList :: [Node] -> ShowS #

data Content Source #

Constructors

Content 

Instances

Instances details
Eq Content Source # 
Instance details

Defined in Xml

Methods

(==) :: Content -> Content -> Bool #

(/=) :: Content -> Content -> Bool #

Show Content Source # 
Instance details

Defined in Xml

data Attribute Source #

Constructors

Attribute 

Fields

Instances

Instances details
Eq Attribute Source # 
Instance details

Defined in Xml

Show Attribute Source # 
Instance details

Defined in Xml