Class: cXMLDOMProcessingInstruction

Properties  Events  Methods    Index of Classes

XML class for handling Processing Instruction (PI) nodes

Hierarchy

cObject
---BaseXmlDomNode
------BaseXmlDomProcessingInstruction
---------cXMLDOMProcessingInstruction

Library: Common (Windows and Web Application) Class Library

Package: Flexml.pkg

Mixins: cXMLDOMNodeMixin cXMLDOMMixin

Description

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.

Using the XML Classes

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 Also

cXmlDomDocument | cXmlDomAttribute | cXmlDomCDataSection | cXmlDomComment | cXmlDomDocumentFragment | cXmlDomDocumentType | cXmlDomElement | cXmlDomEntity | cXmlDomEntityReference | cXmlDomNamedNodeMap | cXmlDomNode | cXmlDomNodeList | cXmlDomNotation | cXmlDomTextNode | BaseXmlDomParseError