Altova.RaptorXml.Xml.Dtd Namespace |
The Altova.RaptorXml.Xml.Dtd namespace provides a .NET interface for the Document Type Declaration (DTD) in the XML 1.1 specification.
This .NET interface enables the user to navigate and access information from a DTD.
| Class | Description | |
|---|---|---|
| AttDef | The AttDef class represents an XML attribute definition. | |
| AttDefCollection | The AttDefCollection class represents a collection of AttDef objects. | |
| AttlistDecl | The AttlistDecl class represents an XML attribute-list declaration. | |
| AttlistDeclCollection | The AttlistDeclCollection class represents a collection of AttlistDecl objects. | |
| ContentParticle | The ContentParticle class represents an XML content particle. | |
| ContentParticleCollection | The ContentParticleCollection class represents a collection of ContentParticle objects. | |
| Dtd | An Dtd class represents the XML Document Type Definition. | |
| DtdComponent | The DtdComponent class represents a base class for all DTD components. | |
| DtdSettings | The DtdSettings class allows to modify the settings used to load and validate DTD documents. | |
| ElementDecl | The ElementDecl class represents an XML element type declaration. | |
| ElementDeclCollection | The ElementDeclCollection class represents a collection of ElementDecl objects. | |
| EntityDecl | The EntityDecl class represents an XML entity declaration. | |
| EnumerationCollection | The EnumerationCollection class represents a collection of String objects. | |
| GEDecl | The EntityDecl class represents an XML general entity declaration. | |
| GEDeclCollection | The GEDeclCollection class represents a collection of GEDecl objects. | |
| NotationDecl | The NotationDecl class represents an XML notation declaration. | |
| NotationDeclCollection | The NotationDeclCollection class represents a collection of NotationDecl objects. | |
| PEDecl | The PEDecl class represents an XML parsed entity declaration. | |
| PEDeclCollection | The PEDeclCollection class represents a collection of PEDecl objects. |
| Enumeration | Description | |
|---|---|---|
| AttType | ||
| ContentParticleType | The ContentParticleType enumeration represents the content particle type. See here for more details. | |
| ContentSpec | The ContentSpec enumeration represents the content model type of an element. See here for more details. | |
| DefaultDecl | The DefaultDecl enumeration represents the occurance containts and possible default values of an attribute definition. See here for more details. | |
| Occurrence | The Occurrence enumeration represents the occurrence constraints of a content particle. See here for more details. |