Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- evaluate :: (MonadDOM m, IsNode contextNode) => XPathExpression -> Maybe contextNode -> Maybe Word -> Maybe XPathResult -> m XPathResult
- evaluate_ :: (MonadDOM m, IsNode contextNode) => XPathExpression -> Maybe contextNode -> Maybe Word -> Maybe XPathResult -> m ()
- newtype XPathExpression = XPathExpression {}
- gTypeXPathExpression :: JSM GType
Documentation
evaluate :: (MonadDOM m, IsNode contextNode) => XPathExpression -> Maybe contextNode -> Maybe Word -> Maybe XPathResult -> m XPathResult Source #
evaluate_ :: (MonadDOM m, IsNode contextNode) => XPathExpression -> Maybe contextNode -> Maybe Word -> Maybe XPathResult -> m () Source #
newtype XPathExpression Source #
Functions for this inteface are in JSDOM.XPathExpression.
Instances
PToJSVal XPathExpression Source # | |
Defined in JSDOM.Types pToJSVal :: XPathExpression -> JSVal # | |
PFromJSVal XPathExpression Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> XPathExpression # | |
ToJSVal XPathExpression Source # | |
Defined in JSDOM.Types toJSVal :: XPathExpression -> JSM JSVal # toJSValListOf :: [XPathExpression] -> JSM JSVal # | |
FromJSVal XPathExpression Source # | |
Defined in JSDOM.Types fromJSVal :: JSVal -> JSM (Maybe XPathExpression) # fromJSValUnchecked :: JSVal -> JSM XPathExpression # fromJSValListOf :: JSVal -> JSM (Maybe [XPathExpression]) # fromJSValUncheckedListOf :: JSVal -> JSM [XPathExpression] # | |
MakeObject XPathExpression Source # | |
Defined in JSDOM.Types makeObject :: XPathExpression -> JSM Object # | |
IsGObject XPathExpression Source # | |
Defined in JSDOM.Types typeGType :: XPathExpression -> JSM GType |