Public Member Functions | |
def | __init__ |
def | setOccurs |
def | setProcessContents |
def | setGlobalType |
def | setStyleElementDeclaration |
def | setStyleElementReference |
def | setStyleAnyElement |
def | unQualified |
def | __str__ |
def | __init__ |
def | setOccurs |
def | setProcessContents |
def | setGlobalType |
def | setStyleElementDeclaration |
def | setStyleElementReference |
def | setStyleAnyElement |
def | unQualified |
def | __str__ |
Data Fields | |
qualified | |
name | |
klass | |
global_type | |
min | |
max | |
nil | |
style | |
processContents | |
Static Public Attributes | |
tuple | logger = _GetLogger("TcListComponentContainer") |
Encapsulates a single value in the TClist list. it inherits TypecodeContainerBase only to get the mangle() method, it does not call the baseclass ctor. TODO: Change this inheritance scheme.
Definition at line 1814 of file containers.py.
def __init__ | ( | self, | |
qualified = True |
|||
) |
qualified -- qualify element. All GEDs should be qualified, but local element declarations qualified if form attribute is qualified, else they are unqualified. Only relevant for standard style.
Definition at line 1823 of file containers.py.
def __init__ | ( | self, | |
qualified = True |
|||
) |
qualified -- qualify element. All GEDs should be qualified, but local element declarations qualified if form attribute is qualified, else they are unqualified. Only relevant for standard style.
Definition at line 1823 of file containers.py.
def setStyleAnyElement | ( | self ) |
set the element style. anyElement -- <any> element wildcard
Definition at line 1867 of file containers.py.
def setStyleAnyElement | ( | self ) |
set the element style. anyElement -- <any> element wildcard
Definition at line 1867 of file containers.py.
def setStyleElementDeclaration | ( | self ) |
set the element style. standard -- GED or local element
Definition at line 1855 of file containers.py.
def setStyleElementDeclaration | ( | self ) |
set the element style. standard -- GED or local element
Definition at line 1855 of file containers.py.
def setStyleElementReference | ( | self ) |
set the element style. ref -- element reference
Definition at line 1861 of file containers.py.
def setStyleElementReference | ( | self ) |
set the element style. ref -- element reference
Definition at line 1861 of file containers.py.
def unQualified | ( | self ) |
Do not qualify element.
Definition at line 1879 of file containers.py.
def unQualified | ( | self ) |
Do not qualify element.
Definition at line 1879 of file containers.py.