Package: cxml-stp

Function find-attribute-named

Lambda List

find-attribute-named (element name &optional (uri ))

Arguments

  • element -- an instance of element
  • name -- string, an NCName
  • uri -- string, a namespace URI

Return Value

an attribute or nil

Details

Searches for an attribute node of element with the specified local name and namespace URI and returns it.

Returns nil if no such attribute was found.
 

See also