>EMACSPEAK --Complete Audio Desktop

Next: , Previous: emacspeak-wizards, Up: Emacspeak Commands


11.71 emacspeak-xml-shell

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

— Interactive Command: emacspeak-xml-shell (SYSTEM-ID)

Start Xml-Shell on contents of system-id.

— Interactive Command: emacspeak-xml-shell-browse-current ()

Display current node.

— Interactive Command: emacspeak-xml-shell-browse-result (XPATH)

Display XPath and display its result using W3.

— Interactive Command: emacspeak-xml-shell-goto-children ()

Navigate down to the children of current node.

— Interactive Command: emacspeak-xml-shell-goto-next-child ()

Navigate forward to the next child of current node.

— Interactive Command: emacspeak-xml-shell-goto-parent ()

Navigate up to the parent of current node.

— Interactive Command: emacspeak-xml-shell-goto-previous-child ()

Navigate backward to the previous child of current node.

— Interactive Command: emacspeak-xml-shell-mode ()

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.