|
|
|
| Description |
With the default flavors for parseTree and
formatTree, qualified tag and attribute names such as
<abc:hello> are represented just as a string containing a colon, e.g.
"abc:hello".
This module provides flavors that handle these more intelligently, splitting
all tag and attribute names into their Prefix and LocalPart components.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Constructors | | QName | | | qnPrefix :: Maybe text | | | qnLocalPart :: !text | |
|
| Instances | |
|
|
|
| Make a new QName from a prefix and localPart.
|
|
|
| Make a new QName with no prefix.
|
|
|
| Flavor for qualified tags, using String data type.
|
|
|
| Flavor for qualified tags, using ByteString data type, containing UTF-8 encoded Unicode.
|
|
|
| Flavor for qualified tags, using Text data type.
|
|
| Produced by Haddock version 2.4.2 |