Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gtk3 Graphics.UI.Gtk.General.Enums Arrow directions for the arrow widget
-
gtk3 Graphics.UI.Gtk.General.Enums No documentation available.
class MiscClass o =>
ArrowClass ogtk3 Graphics.UI.Gtk.Misc.Arrow No documentation available.
-
gtk3 Graphics.UI.Gtk.Misc.Arrow No documentation available.
-
gtk3 Graphics.UI.Gtk.Misc.Arrow No documentation available.
-
gtk3 Graphics.UI.Gtk.Misc.Arrow No documentation available.
-
gtk3 Graphics.UI.Gtk.Misc.Arrow No documentation available.
-
gtk3 Graphics.UI.Gtk.Misc.Arrow Arrow directions for the arrow widget
-
gtk3 Graphics.UI.Gtk.Misc.Arrow No documentation available.
module Text.XML.HXT.XPath.
Arrows Most of the XPath arrows come in two versions, one without dealing with namespaces, element and attribute names in XPath expressions are taken as they ar ignoring any prefix:localname structure. The second variant uses a namespace environment for associating the right namespace for the appropriate prefix. An entry for the empty prefix defines the default namespace for the expression. The second variant should be used, when in the application namespaces are significant, that means when namespace propagation is done for the documents to be processed. The XPath evaluator computes a result, which can be a simple value like a string or number, or a node set. The nodes in these sets are identified by their position in the document tree. Node sets are returned as a list of XmlTrees with respect to the document order.