ProcessingInstruction (XmlSelector function)

From m204wiki
Jump to navigation Jump to search

Construct a processing instruction selector (XmlSelector class)


This page is under construction.

Syntax

%xmlSelector = [%(XmlSelector):]ProcessingInstruction( element, xmlPIHandler, - [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
xmlPIHandler XmlPIHandler object
URI Unicode
This default value of this argument is ??.

Usage notes

Examples

See also