Get the index of a named sub-element from an element
Maybe<Int> findElement( ElementTree block, String subname )
block The element
subname The child element's name
Gets the index of the first named sub-element within the parent element, or nothing if the element does not have a sub-element with that name.
Generators will be evaluated to see if their root element is the right element.
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.