|
LibreOffice Module writerfilter (master) 1
|
Functions | |
| def | getElementsByTagNamesNS (parent, ns, names, ret=minidom.NodeList()) |
| def | createFastChildContextFromFactory (model) |
| def | getFactoryForNamespace (model) |
| def | createFastChildContextFromStart (model) |
| def | fastTokenToId (model) |
| def | getFastParser () |
| def | createImpl (model) |
| def | parseNamespaces (fro) |
Variables | |
| namespacesPath = sys.argv[1] | |
| dictionary | ooxUrlAliases = {} |
| modelPath = sys.argv[2] | |
| model = minidom.parse(modelPath) | |
| def factoryimpl.createFastChildContextFromFactory | ( | model | ) |
Definition at line 22 of file factoryimpl.py.
References createFastChildContextFromStart().
Referenced by createFastChildContextFromStart(), and createImpl().
| def factoryimpl.createFastChildContextFromStart | ( | model | ) |
Definition at line 87 of file factoryimpl.py.
References createFastChildContextFromFactory(), and getFactoryForNamespace().
Referenced by writerfilter::ooxml::OOXMLFastDocumentHandler.createFastChildContext(), createFastChildContextFromFactory(), and createImpl().
| def factoryimpl.createImpl | ( | model | ) |
Definition at line 171 of file factoryimpl.py.
References createFastChildContextFromFactory(), createFastChildContextFromStart(), fastTokenToId(), getFactoryForNamespace(), and getFastParser().
| def factoryimpl.fastTokenToId | ( | model | ) |
Definition at line 110 of file factoryimpl.py.
References getElementsByTagNamesNS().
Referenced by createImpl(), writerfilter::ooxml::OOXMLFastDocumentHandler.endFastElement(), and writerfilter::ooxml::OOXMLFastDocumentHandler.startFastElement().
| def factoryimpl.getElementsByTagNamesNS | ( | parent, | |
| ns, | |||
| names, | |||
ret = minidom.NodeList() |
|||
| ) |
Definition at line 14 of file factoryimpl.py.
References getElementsByTagNamesNS().
Referenced by fastTokenToId(), and getElementsByTagNamesNS().
| def factoryimpl.getFactoryForNamespace | ( | model | ) |
Definition at line 65 of file factoryimpl.py.
Referenced by createFastChildContextFromStart(), and createImpl().
| def factoryimpl.getFastParser | ( | ) |
Definition at line 149 of file factoryimpl.py.
Referenced by createImpl().
| def factoryimpl.parseNamespaces | ( | fro | ) |
Definition at line 198 of file factoryimpl.py.
| factoryimpl.model = minidom.parse(modelPath) |
Definition at line 211 of file factoryimpl.py.
| factoryimpl.modelPath = sys.argv[2] |
Definition at line 210 of file factoryimpl.py.
| factoryimpl.namespacesPath = sys.argv[1] |
Definition at line 207 of file factoryimpl.py.
| dictionary factoryimpl.ooxUrlAliases = {} |
Definition at line 208 of file factoryimpl.py.