Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
TPDB.Xml
Synopsis
Documentation
class XmlContent a where Source #
Instances
Select only text nodes, and directly give the Content
values. XPath:
The node test text() is true for any text node.
Note that this is not strictly an Axis
, but will work with most combinators.
(&|) :: (Cursor node -> [a]) -> (a -> b) -> Cursor node -> [b] infixr 1 #
Apply a function to the result of an axis.
nospaceString :: Text -> Node Source #