Class: cXMLDOMEntity
Properties | Events | Methods | Index of Classes
XML class for handling an Entity node
Hierarchy
cObject > BaseXmlDomNode > BaseXmlDomEntity > cXMLDOMEntity
Show full hierarchy and direct subclasses
- cObject
- BaseXmlDomNode
- BaseXmlDomEntity
- cXMLDOMEntity
Library: Common Class Library
Package: Flexml.pkg
Mixins: cXMLDOMNodeMixin
Description
This interface represents an entity, either parsed or unparsed, in an XML document. Note that this models the entity itself, not the entity declaration. Entity declaration modeling has been left for a later level of the DOM specification.
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.