xml-basic-0.1.3.2: Basics for XML/HTML representation and processing
Safe HaskellSafe-Inferred
LanguageHaskell98

Text.XML.Basic.Name.Qualified

Description

This name type preserves the characters case of its input and divides the names into namespace and local identifier.

Documentation

data T Source #

Constructors

Cons 

Instances

Instances details
Show T Source # 
Instance details

Defined in Text.XML.Basic.Name.Qualified

Methods

showsPrec :: Int -> T -> ShowS #

show :: T -> String #

showList :: [T] -> ShowS #

Eq T Source # 
Instance details

Defined in Text.XML.Basic.Name.Qualified

Methods

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

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

Ord T Source # 
Instance details

Defined in Text.XML.Basic.Name.Qualified

Methods

compare :: T -> T -> Ordering #

(<) :: T -> T -> Bool #

(<=) :: T -> T -> Bool #

(>) :: T -> T -> Bool #

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

max :: T -> T -> T #

min :: T -> T -> T #

Attribute T Source # 
Instance details

Defined in Text.XML.Basic.Name.Qualified

Tag T Source # 
Instance details

Defined in Text.XML.Basic.Name.Qualified