|
| Text.XML.Light.Proc | | Portability | | | Stability | provisional | | Maintainer | Iavor S. Diatchki <diatchki@galois.com> |
|
|
|
| Description |
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Get the text value of an XML element. This function
ignores non-text elements, and concatenates all text elements.
|
|
|
| Select only the elements from a list of XML content.
|
|
|
| Select only the elements from a parent.
|
|
|
| Select only the text from a list of XML content.
|
|
|
| Find all immediate children with the given name.
|
|
|
| Filter all immediate children wrt a given predicate.
|
|
|
| Filter all immediate children wrt a given predicate over their names.
|
|
|
| Find an immediate child with the given name.
|
|
|
| Find an immediate child with the given name.
|
|
|
| Find an immediate child with name matching a predicate.
|
|
|
| Find the left-most occurrence of an element matching given name.
|
|
|
| Filter the left-most occurrence of an element wrt. given predicate.
|
|
|
| Filter the left-most occurrence of an element wrt. given predicate.
|
|
|
| Find all non-nested occurances of an element.
(i.e., once we have found an element, we do not search
for more occurances among the element's children).
|
|
|
| Find all non-nested occurrences of an element wrt. given predicate.
(i.e., once we have found an element, we do not search
for more occurances among the element's children).
|
|
|
| Find all non-nested occurences of an element wrt a predicate over element names.
(i.e., once we have found an element, we do not search
for more occurances among the element's children).
|
|
|
| Lookup the value of an attribute.
|
|
|
| Lookup attribute name from list.
|
|
|
| Lookup the first attribute whose name satisfies the given predicate.
|
|
|
| Lookup the value of the first attribute whose name
satisfies the given predicate.
|
|
| Produced by Haddock version 2.6.0 |