Variable: xmltok-attributes

xmltok-attributes is a variable defined in xmltok.el.gz.

Value

nil

Documentation

List containing attributes of last scanned element.

Each member of the list is a vector representing an attribute, which can be accessed using the functions xmltok-attribute-name-start, xmltok-attribute-name-colon, xmltok-attribute-name-end, xmltok-attribute-value-start, xmltok-attribute-value-end, xmltok-attribute-raw-normalized-value, xmltok-attribute-refs.

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/xmltok.el.gz
(defvar xmltok-attributes nil
  "List containing attributes of last scanned element.
Each member of the list is a vector representing an attribute, which
can be accessed using the functions `xmltok-attribute-name-start',
`xmltok-attribute-name-colon', `xmltok-attribute-name-end',
`xmltok-attribute-value-start', `xmltok-attribute-value-end',
`xmltok-attribute-raw-normalized-value', `xmltok-attribute-refs'.")