XMLTools
ProcessingInstructionName
extract the name of an XML processing instruction data structure
Calling Sequence
Parameters
Description
Examples
ProcessingInstructionName(xmlTree)
xmlTree
-
Maple XML tree; XML processing instruction
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.
with⁡XMLTools:
ProcessingInstructionName⁡XMLProcessingInstruction⁡xml,version=1.0
xml
See Also
XMLTools[IsProcessingInstruction]
XMLTools[ProcessingInstructionData]
XMLTools[XMLProcessingInstruction]
Download Help Document