Class: cXMLDOMNotation
Properties | Events | Methods | Index of Classes
XML class for handling a Notation node
Hierarchy
cObject > BaseXmlDomNode > BaseXmlDomNotation > cXMLDOMNotation
Show full hierarchy and direct subclasses
- cObject
- BaseXmlDomNode
- BaseXmlDomNotation
- cXMLDOMNotation
Library: Common Class Library
Package: Flexml.pkg
Mixins: cXMLDOMNodeMixin
Description
cXMLDOMNotation is a notation declared in the DTD. A notation either declares, by name, the format of an unparsed entity (see section 4.7 of the XML 1.0 specification), or is used for formal declaration of Processing Instruction targets (see section 2.6 of the XML 1.0 specification).
| Col 1 | Col 2 |
|---|---|
| Note: | Notations identify by name the format of unparsed entities, the format of elements that bear a notation attribute, or the application to which a processing instruction is addressed. |
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.