cObject
---BaseXmlDomNode
------BaseXmlDomProcessingInstruction
---------cXMLDOMProcessingInstruction
Processing instruction nodes are used to communicate with XML processors - programs that implement XML vocabularies. This allows processing instructions to be placed in the document and processed by XML processors. The format of a processing instruction is:
<? Target: Data >
Target is the first token following the <? delimiter. It is separated from the data of the processing instruction by the colon delimiter.
The cXmlDomDocument class is the starting point for most XML processing. Refer to the cXmlDomDocument class for more information about the XML Document Object Model (DOM) and using XML within DataFlex. Samples are provided in this section.
See AlsocXmlDomDocument | cXmlDomAttribute | cXmlDomCDataSection | cXmlDomComment | cXmlDomDocumentFragment | cXmlDomDocumentType | cXmlDomElement | cXmlDomEntity | cXmlDomEntityReference | cXmlDomNamedNodeMap | cXmlDomNode | cXmlDomNodeList | cXmlDomNotation | cXmlDomTextNode | BaseXmlDomParseError