Copyright | Copyright (C) 2011 Uwe Schmidt |
---|---|
License | MIT |
Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
Text.XML.HXT.RelaxNG.BasicArrows
Description
Constants and basic arrows for Relax NG
Documentation
mkRngRelaxError :: ArrowXml a => a n XmlTree Source #
mkRngAttrName :: ArrowXml a => String -> a b XmlTree Source #
mkRngAttrRelaxSimplificationChanges :: ArrowXml a => String -> a b XmlTree Source #
mkRngAttrDefineOrigName :: ArrowXml a => String -> a b XmlTree Source #
mkRngAttrContextBase :: ArrowXml a => a b String -> a b XmlTree Source #
getRngAttrAttribute :: ArrowXml a => a XmlTree String Source #
getRngAttrCombine :: ArrowXml a => a XmlTree String Source #
getRngAttrDatatypeLibrary :: ArrowXml a => a XmlTree String Source #
getRngAttrDescr :: ArrowXml a => a XmlTree String Source #
getRngAttrHref :: ArrowXml a => a XmlTree String Source #
getRngAttrName :: ArrowXml a => a XmlTree String Source #
getRngAttrNs :: ArrowXml a => a XmlTree String Source #
getRngAttrType :: ArrowXml a => a XmlTree String Source #