|
LibreOffice Module writerfilter (master) 1
|
Functions | |
| def | prefixForGrammar (namespace) |
| def | parseNamespaceAliases (node) |
| def | parseNamespaces (fro) |
| def | check (model) |
| def | preprocess (model) |
Variables | |
| namespacesPath = sys.argv[1] | |
| modelPath = sys.argv[2] | |
| dictionary | ooxUrlAliases = {} |
| model = minidom.parse(modelPath) | |
| def modelpreprocess.check | ( | model | ) |
Definition at line 36 of file modelpreprocess.py.
| def modelpreprocess.parseNamespaceAliases | ( | node | ) |
Definition at line 19 of file modelpreprocess.py.
Referenced by preprocess().
| def modelpreprocess.parseNamespaces | ( | fro | ) |
Definition at line 27 of file modelpreprocess.py.
| def modelpreprocess.prefixForGrammar | ( | namespace | ) |
Definition at line 14 of file modelpreprocess.py.
Referenced by preprocess().
| def modelpreprocess.preprocess | ( | model | ) |
Definition at line 46 of file modelpreprocess.py.
References parseNamespaceAliases(), and prefixForGrammar().
| modelpreprocess.model = minidom.parse(modelPath) |
Definition at line 85 of file modelpreprocess.py.
| modelpreprocess.modelPath = sys.argv[2] |
Definition at line 79 of file modelpreprocess.py.
| modelpreprocess.namespacesPath = sys.argv[1] |
Definition at line 78 of file modelpreprocess.py.
| dictionary modelpreprocess.ooxUrlAliases = {} |
Definition at line 82 of file modelpreprocess.py.