| |
- fabmetheus_utilities.xml_simple_reader.XMLElement
-
- CSVElement
- fabmetheus_utilities.xml_simple_reader.XMLSimpleReader
-
- CSVSimpleParser
class CSVElement(fabmetheus_utilities.xml_simple_reader.XMLElement) |
|
A csv element. |
|
Methods defined here:
- continueParsingObject(self, line, lineStripped)
- Parse replaced line.
- continueParsingTable(self, line, lineStripped)
- Parse replaced line.
- getElementFromObject(self, leadingTabCount, lineStripped, oldElement)
- Parse replaced line.
- getElementFromTable(self, leadingTabCount, lineStripped, oldElement)
- Parse replaced line.
- getNumberOfParents(self)
- Get the number of parents.
Methods inherited from fabmetheus_utilities.xml_simple_reader.XMLElement:
- __init__(self)
- Add empty lists.
- __repr__(self)
- Get the string representation of this XML element.
- addAttribute(self, beforeQuote, withinQuote)
- Add the attribute to the dictionary.
- addToIDDictionary(self, idKey, xmlElement)
- Add to the id dictionary of all the XMLProcessor.
- addToIDDictionaryIFIDExists(self)
- Add to the id dictionary if the id key exists in the attribute dictionary.
- addToNameDictionary(self, name, xmlElement)
- Add to the name dictionary of all the XMLProcessor.
- addXML(self, depth, output)
- Add xml for this object.
- copyXMLChildren(self, idSuffix, parent)
- Copy the xml children.
- getCascadeFloat(self, defaultFloat, key)
- Get the cascade float.
- getCascadeImportName(self)
- Get the cascade import file name.
- getCascadeValue(self, defaultValue, key)
- Get the cascade value.
- getChildrenWithClassName(self, className)
- Get the children which have the given class name.
- getChildrenWithClassNameRecursively(self, className)
- Get the children which have the given class name recursively.
- getCopy(self, idSuffix, parent)
- Copy the xml element, set its dictionary and add it to the parent.
- getCopyShallow(self, attributeDictionary={})
- Copy the xml element and set its dictionary and parent.
- getFirstChildWithClassName(self, className)
- Get the first child which has the given class name.
- getIDSuffix(self, elementIndex=None)
- Get the id suffix from the dictionary.
- getImportNameWithDot(self)
- Get import name with dot.
- getParentParseReplacedLine(self, line, lineStripped, parent)
- Parse replaced line and return the parent.
- getParser(self)
- Get the parser.
- getPaths(self)
- Get all paths.
- getPreviousVertex(self, defaultVector3=None)
- Get previous vertex if it exists.
- getPreviousXMLElement(self)
- Get previous XMLElement if it exists.
- getRoot(self)
- Get the root element.
- getSubChildWithID(self, idReference)
- Get the child which has the idReference.
- getValueByKey(self, key)
- Get value by the key.
- getVertexes(self)
- Get the vertexes.
- getXMLElementByID(self, idKey)
- Get the xml element by id.
- getXMLElementByImportID(self, idKey)
- Get the xml element by import file name and id.
- getXMLElementsByImportName(self, name)
- Get the xml element by import file name and name.
- getXMLElementsByName(self, name)
- Get the xml elements by name.
- getXMLProcessor(self)
- Get the xmlProcessor.
- removeChildrenFromIDNameParent(self)
- Remove the children from the id and name dictionaries and the children list.
- removeFromIDNameParent(self)
- Remove this from the id and name dictionaries and the children of the parent.
- setParentAddToChildren(self, parent)
- Set the parent and add this to its children.
|
|