ProcessingInstructionName - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Connectivity : Web Features : XMLTools : ProcessingInstructionName

XMLTools

  

ProcessingInstructionName

  

extract the name of an XML processing instruction data structure

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

ProcessingInstructionName(xmlTree)

Parameters

xmlTree

-

Maple XML tree; XML processing instruction

Description

• 

The ProcessingInstructionName(xmlTree) command returns the name used for the processing instruction xmlTree. If xmlTree is not an XML processing instruction data structure, an error is returned.

Examples

(1)

See Also

XMLTools

XMLTools[IsProcessingInstruction]

XMLTools[ProcessingInstructionData]

XMLTools[XMLProcessingInstruction]

 


Download Help Document