__call__ (
parentComponent,
componentName=None,
xml=u'',
)
Create an IDOMletNode w/specified XML text
xml will contain the text as it would appear in an XML document;
i.e., it is already XML-escaped, so no further processing is required
on output.
Note that only the first two arguments are positional; the xml
argument must be supplied as a keyword.
|