Function: nxml-hide-text-content
nxml-hide-text-content is an interactive and byte-compiled function
defined in nxml-outln.el.gz.
Signature
(nxml-hide-text-content)
Documentation
Hide text content at all levels in the section containing point.
The section containing point is the innermost section that contains
the character following point. See the variable
nxml-section-element-name-regexp for more details on how to
customize which elements are recognized as sections and headings.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/nxml/nxml-outln.el.gz
(defun nxml-hide-text-content ()
"Hide text content at all levels in the section containing point.
The section containing point is the innermost section that contains
the character following point. See the variable
`nxml-section-element-name-regexp' for more details on how to
customize which elements are recognized as sections and headings."
(interactive)
(nxml-transform-subtree-outline '((nil . t))))