LibreOffice Module writerfilter (master) 1
Functions | Variables
factoryimpl Namespace Reference

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)
 

Function Documentation

◆ createFastChildContextFromFactory()

def factoryimpl.createFastChildContextFromFactory (   model)

Definition at line 22 of file factoryimpl.py.

References createFastChildContextFromStart().

Referenced by createFastChildContextFromStart(), and createImpl().

◆ createFastChildContextFromStart()

def factoryimpl.createFastChildContextFromStart (   model)

◆ createImpl()

def factoryimpl.createImpl (   model)

◆ fastTokenToId()

def factoryimpl.fastTokenToId (   model)

◆ getElementsByTagNamesNS()

def factoryimpl.getElementsByTagNamesNS (   parent,
  ns,
  names,
  ret = minidom.NodeList() 
)

Definition at line 14 of file factoryimpl.py.

References getElementsByTagNamesNS().

Referenced by fastTokenToId(), and getElementsByTagNamesNS().

◆ getFactoryForNamespace()

def factoryimpl.getFactoryForNamespace (   model)

Definition at line 65 of file factoryimpl.py.

Referenced by createFastChildContextFromStart(), and createImpl().

◆ getFastParser()

def factoryimpl.getFastParser ( )

Definition at line 149 of file factoryimpl.py.

Referenced by createImpl().

◆ parseNamespaces()

def factoryimpl.parseNamespaces (   fro)

Definition at line 198 of file factoryimpl.py.

Variable Documentation

◆ model

factoryimpl.model = minidom.parse(modelPath)

Definition at line 211 of file factoryimpl.py.

◆ modelPath

factoryimpl.modelPath = sys.argv[2]

Definition at line 210 of file factoryimpl.py.

◆ namespacesPath

factoryimpl.namespacesPath = sys.argv[1]

Definition at line 207 of file factoryimpl.py.

◆ ooxUrlAliases

dictionary factoryimpl.ooxUrlAliases = {}

Definition at line 208 of file factoryimpl.py.