Accessor Functions

xf:node-kind(Node)
Returns a string identifying the kind of node; i.e. "document", "element", "attribute", "text", "namespace", "processing-instruction", or "comment".
xf:name(Node)
returns zero or one QName
xf:string(Object)
returns the string value of anything
xf:data(Node)
returns a sequence of zero or more typed simple values
xf:base-uri(node)
returns the base URI of an Element or Document node
xf:unique-ID(element)
returns the unique ID of an element

Previous | Next | Top | Cafe con Leche

Copyright 2000-2002 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified February 4, 2002