class documentation

class PreambleParser(Parser): (source)

View In Hierarchy

A parser for the LyX preamble.

Method parse Parse the full preamble with all statements.
Method parsepreambleline Parse a single preamble line.
Class Variable preamble Undocumented
Instance Variable ending Undocumented

Inherited from Parser:

Method __init__ Undocumented
Method __unicode__ Return a description
Method parsecontainer Undocumented
Method parseending Parse until the current ending is found
Method parseheader Parse the header
Method parseparameter Parse a parameter
Method parsexml Parse a parameter in xml form: <param attr1=value...>
Instance Variable begin Undocumented
Instance Variable parameters Undocumented
def parse(self, reader): (source)

Parse the full preamble with all statements.

def parsepreambleline(self, reader): (source)

Parse a single preamble line.

preamble: list = (source)

Undocumented

Undocumented