Package: cxml-stp

Function find-local-namespace

Lambda List

find-local-namespace (prefix element)

Arguments

  • prefix -- a string
  • element -- an instance of element

Return Value

the namespace URI (a string), or nil

Details

Find the namespace prefix declared on element and return its namespace URI, or return nil if no such namespace was found.

The namespaces considered by this function are: The namespace of the element itself. The namespaces of element's attributes. Extra namespaces declared by the element. The "xmlns" namespace, which is always fixed.
 

See also