[TeX options, Tag options, {packages}]
The column parser
Error state of the parser.
A set of sub handlers
The current item factory.
The current MathItem
The function returning the math-style variant
The current node factory.
List of node lists saved with respect to some property or their kind.
A set of options, mapping names to string or boolean values.
Storage area for parser-specific package data (indexed by package name)
Stack of previous tex parsers. This is used to keep track of parser settings when expressions are recursively parsed.
The current root node.
The current tagging object.
Saves a tree node to a list of nodes for post processing.
The property name that will be used for postprocessing.
The node to save.
Clears all the ephemeral options.
Gets a saved node list with respect to a given property. It first ensures that all the nodes are "live", i.e., actually live in the current tree. Sometimes nodes are created, saved in the node list but discarded later in the parsing. These will be filtered out here.
NB: Do not use this method before the root field of the options is set. Otherwise, your node list will always be empty!
The property for which to retrieve the node list.
The saved node list.
Pops a parser of the tex parser stack.
Remove a list of nodes from a saved list (e.g., when a filter removes the node from the DOM, like for munderover => munder).
The property from which to remove nodes.
The nodes to remove.
Configuration object of the current TeX parser.