webkit-0.13.0.2: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.XPathResult

Documentation

xPathResultIterateNext :: XPathResultClass self => self -> IO (Maybe Node)Source

xPathResultSnapshotItem :: XPathResultClass self => self -> Word -> IO (Maybe Node)Source

cANY_TYPE :: IntegerSource

xPathResultGetStringValue :: (XPathResultClass self, GlibString string) => self -> IO stringSource