Class: BaseXmlDomProcessingInstruction [Abstract]
Properties | Events | Methods | Index of Classes
Abstract XML class for handling Processing Instructions (PIs) nodes
Hierarchy
cObject > BaseXmlDomNode > BaseXmlDomProcessingInstruction
Show full hierarchy and direct subclasses
- cObject
- BaseXmlDomNode
- BaseXmlDomProcessingInstruction
- cXMLDOMProcessingInstruction
Library: Common Class Library
Description
BaseXmlDomProcessingInstruction provides interface support for handling XML processing instruction nodes (PIs). Its subclass cXmlDomProcessingInstruction should be used for sub-classing and instantiation.
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.