xml-syntax-0.1.0.2: Parse XML from bytes
Safe HaskellSafe-Inferred
LanguageHaskell2010

Xml

Documentation

data Node Source #

Constructors

Text !ShortText 
Element !Content 

Instances

Instances details
Show Node Source # 
Instance details

Defined in Xml

Methods

showsPrec :: Int -> Node -> ShowS #

show :: Node -> String #

showList :: [Node] -> ShowS #

Eq Node Source # 
Instance details

Defined in Xml

Methods

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

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

data Content Source #

Constructors

Content 

Instances

Instances details
Show Content Source # 
Instance details

Defined in Xml

Eq Content Source # 
Instance details

Defined in Xml

Methods

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

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

data Attribute Source #

Constructors

Attribute 

Fields

Instances

Instances details
Show Attribute Source # 
Instance details

Defined in Xml

Eq Attribute Source # 
Instance details

Defined in Xml