Contents Menu Expand Light mode Dark mode Auto light/dark mode
parce 0.34.0 documentation
Light Logo Dark Logo

Contents:

  • Overview
  • Getting started
  • Anatomy of a Language
  • Accessing the Tree Structure
  • Building and rebuilding a tree
  • Transforming
  • The Document class
  • Syntax highlighting

Appendix:

  • Examples
  • Standard actions
  • Bundled language definitions
    • bash
    • c
    • css
    • csv
    • docbook
    • html
    • ini
    • javascript
    • json
    • lilypond
    • numbers
    • python
    • scheme
    • tcl
    • tex
    • texinfo
    • toml
    • troff
    • xml
    • xslt
  • Output formatters
    • Html
  • Overview of all modules
    • The main parce module
    • The action module
    • The css module
    • The docio module
    • The document module
    • The formatter module
    • The indent module
    • The introspect module
    • The language module
    • The lexer module
    • The lexicon module
    • The mutablestring module
    • The pkginfo module
    • The query module
    • The standardaction module
    • The regex module
    • The registry module
    • The rule module
    • The ruleitem module
    • The target module
    • The theme module
    • The themes module
    • The transform module
    • The tree module
    • The treebuilder module
    • The treebuilderutil module
    • The unicharclass module
    • The util module
    • The validate module
    • The work module

Extra links:

  • parce@Github
  • parce@PyPi
  • parce for Qt
Back to top

Output formatters#

This module contains output formatters for different formats.

  • Html
    • HtmlMixin
      • HtmlMixin.full_html()
    • HtmlFormatter
      • HtmlFormatter.html()
    • SimpleHtmlFormatter
      • SimpleHtmlFormatter.html()
    • escape()
    • attrescape()
    • inline_css()
Next
Html
Previous
xslt
Copyright © 2019-2023, Wilbert Berendsen
Made with Sphinx and @pradyunsg's Furo