XMLTools[IsProcessingInstruction] - determine if an expression is an XML processing instruction data structure
|
Calling Sequence
|
|
IsProcessingInstruction(expr)
|
|
Parameters
|
|
expr
|
-
|
anything; expression to test
|
|
|
|
|
Description
|
|
•
|
The IsProcessingInstruction(expr) command tests whether a Maple expression expr is an XML processing instruction data structure. If expr is an XML processing instruction data structure, the value true is returned. Otherwise, false is returned.
|
•
|
Such expressions can be encountered in XML documents that are read from external sources, or can be generated programmatically by using the XMLTools[XMLProcessingInstruction] constructor.
|
•
|
Every valid XML document begins with the processing instruction .
|
|
|
Download Help Document
Was this information helpful?