Package: cxml-stp

Function of-name

Lambda List

of-name (name &optional (uri ))

Arguments

  • name -- an NCName string or nil
  • uri -- a string, the namespace URI

Return Value

an function of one argument

Details

This function creates a test function for nodes of this name.

The function returned will return T if the argument is an instance of attribute or element and has the specified local-name and namespace URI, and will return NIL otherwise.

If local-name is nil, only the namespace URI is considered for comparison.

 

See also