LibreOffice Module writerfilter (master) 1
Namespaces | Functions | Variables
factoryimpl.py File Reference

Go to the source code of this file.

Namespaces

namespace  factoryimpl
 

Functions

def factoryimpl.getElementsByTagNamesNS (parent, ns, names, ret=minidom.NodeList())
 
def factoryimpl.createFastChildContextFromFactory (model)
 
def factoryimpl.getFactoryForNamespace (model)
 
def factoryimpl.createFastChildContextFromStart (model)
 
def factoryimpl.fastTokenToId (model)
 
def factoryimpl.getFastParser ()
 
def factoryimpl.createImpl (model)
 
def factoryimpl.parseNamespaces (fro)
 

Variables

 factoryimpl.namespacesPath = sys.argv[1]
 
dictionary factoryimpl.ooxUrlAliases = {}
 
 factoryimpl.modelPath = sys.argv[2]
 
 factoryimpl.model = minidom.parse(modelPath)