def processXMLElement(xmlElement): "Process the xml element." svgReader = svg_reader.SVGReader() svgReader.parseSVGByXMLElement(xmlElement) path.convertProcessXMLElementRenameByPaths(getGeometryOutputBySVGReader(svgReader, xmlElement), xmlElement)
def processXMLElement(xmlElement): "Process the xml element." path.convertProcessXMLElementRenameByPaths(getGeometryOutput(None, xmlElement), xmlElement)
def processXMLElement(xmlElement): "Process the xml element." derivation = SVGDerivation() derivation.setToXMLElement(xmlElement) path.convertProcessXMLElementRenameByPaths( getGeometryOutput(derivation, xmlElement), xmlElement)
def processXMLElement(xmlElement): "Process the xml element." path.convertProcessXMLElementRenameByPaths( getGeometryOutput(None, xmlElement), xmlElement)
def processXMLElement(xmlElement): "Process the xml element." derivation = SVGDerivation() derivation.setToXMLElement(xmlElement) path.convertProcessXMLElementRenameByPaths(getGeometryOutput(derivation, xmlElement), xmlElement)