StartElement (XmlSelector function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
JALWiccan (talk | contribs)
Automatically generated page update
 
(No difference)

Latest revision as of 15:05, 15 July 2014

Construct an element start selector (XmlSelector class)


This page is under construction.

Syntax

%xmlSelector = [%(XmlSelector):]StartElement( element, xmlStartHandler, - [URI= unicode])

Syntax terms

%outXmlSelectorXmlSelector object
[%(XmlSelector):] The optional class name in parentheses denotes a virtual constructor. See "Usage notes", below, for more information about invoking a virtual constructor.
element Unicode
xmlStartHandler XmlStartHandler object
URI Unicode
This default value of this argument is ??.

Usage notes

Examples

See also