Next: , Previous: emacspeak-wizards, Up: Emacspeak Commands   [Contents][Index]


11.74 emacspeak-xml-shell

No Commentary

Automatically generated documentation for commands defined in module emacspeak-xml-shell.

Interactive Command: emacspeak-xml-shell nil

Not bound to any key.

Start Xml-Shell on contents of system-id.

Interactive Command: emacspeak-xml-shell-browse-current nil

Not bound to any key.

Display current node.

Interactive Command: emacspeak-xml-shell-browse-result nil

Not bound to any key.

Display XPath and display its result using W3.

Interactive Command: emacspeak-xml-shell-goto-children nil

Not bound to any key.

Navigate down to the children of current node.

Interactive Command: emacspeak-xml-shell-goto-next-child nil

Not bound to any key.

Navigate forward to the next child of current node.

Interactive Command: emacspeak-xml-shell-goto-parent nil

Not bound to any key.

Navigate up to the parent of current node.

Interactive Command: emacspeak-xml-shell-goto-previous-child nil

Not bound to any key.

Navigate backward to the previous child of current node.

Interactive Command: emacspeak-xml-shell-mode nil

Not bound to any key.

XML Shell

Interactive XML browser. key binding — ——-

C-c Prefix Command <down> emacspeak-xml-shell-goto-children <left> emacspeak-xml-shell-goto-previous-child <right> emacspeak-xml-shell-goto-next-child <up> emacspeak-xml-shell-goto-parent

C-c C-v emacspeak-xml-shell-browse-result C-c v emacspeak-xml-shell-browse-current

In addition to any hooks its parent mode ‘comint-mode’ might have run, this mode runs the hook ‘emacspeak-xml-shell-mode-hook’, as the final step during initialization.