hw-xml-0.1.0.2: Conduits for tokenizing streams.
HaskellWorks.Data.Xml.Type
data XmlType Source #
Constructors
Instances
Methods
(==) :: XmlType -> XmlType -> Bool #
(/=) :: XmlType -> XmlType -> Bool #
showsPrec :: Int -> XmlType -> ShowS #
show :: XmlType -> String #
showList :: [XmlType] -> ShowS #
class XmlTypeAt a where Source #
Minimal complete definition
xmlTypeAtPosition, xmlTypeAt
xmlTypeAtPosition :: Position -> a -> Maybe XmlType Source #
xmlTypeAt :: a -> Maybe XmlType Source #
xmlTypeAtPosition :: Position -> XmlCursor String v w -> Maybe XmlType Source #
xmlTypeAt :: XmlCursor String v w -> Maybe XmlType Source #
xmlTypeAtPosition :: Position -> XmlCursor ByteString v w -> Maybe XmlType Source #
xmlTypeAt :: XmlCursor ByteString v w -> Maybe XmlType Source #