Package Pyblio :: Package Parsers :: Package Syntax :: Package BibTeX :: Module Parser :: Class IBibTeX
[show private | hide private]
[frames | no frames]

Class IBibTeX


Method Summary
  execute(self, environ)
Execute the known LaTeX commands forming the field, substitute the known symbols, and return the resulting string
  flat(self)
Return a textual version of the field, with no visible BibTeX / LaTeX markup
  subst(self)
Return a flattened list of the balanced expressions composing the field
  tobib(self)
Return the BibTeX version of the field

Method Details

execute(self, environ)

Execute the known LaTeX commands forming the field, substitute the known symbols, and return the resulting string

flat(self)

Return a textual version of the field, with no visible BibTeX / LaTeX markup

subst(self)

Return a flattened list of the balanced expressions composing the field

tobib(self)

Return the BibTeX version of the field

Generated by Epydoc 2.1 on Wed Feb 15 23:19:37 2006 http://epydoc.sf.net