Click or drag to resize

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.

Classes
  ClassDescription
Public classAttDef

The AttDef class represents an XML attribute definition.

Public classAttDefCollection
The AttDefCollection class represents a collection of AttDef objects.
Public classAttlistDecl

The AttlistDecl class represents an XML attribute-list declaration.

Public classAttlistDeclCollection
The AttlistDeclCollection class represents a collection of AttlistDecl objects.
Public classContentParticle

The ContentParticle class represents an XML content particle.

Public classContentParticleCollection
The ContentParticleCollection class represents a collection of ContentParticle objects.
Public classDtd

An Dtd class represents the XML Document Type Definition.

Public classDtdComponent

The DtdComponent class represents a base class for all DTD components.

Public classDtdSettings

The DtdSettings class allows to modify the settings used to load and validate DTD documents.

Public classElementDecl

The ElementDecl class represents an XML element type declaration.

Public classElementDeclCollection
The ElementDeclCollection class represents a collection of ElementDecl objects.
Public classEntityDecl

The EntityDecl class represents an XML entity declaration.

Public classEnumerationCollection
The EnumerationCollection class represents a collection of String objects.
Public classGEDecl

The EntityDecl class represents an XML general entity declaration.

Public classGEDeclCollection
The GEDeclCollection class represents a collection of GEDecl objects.
Public classNotationDecl

The NotationDecl class represents an XML notation declaration.

Public classNotationDeclCollection
The NotationDeclCollection class represents a collection of NotationDecl objects.
Public classPEDecl

The PEDecl class represents an XML parsed entity declaration.

Public classPEDeclCollection
The PEDeclCollection class represents a collection of PEDecl objects.
Enumerations
  EnumerationDescription
Public enumerationAttType

The AttType enumeration represents the attribute type. See here for more details.

Public enumerationContentParticleType

The ContentParticleType enumeration represents the content particle type. See here for more details.

Public enumerationContentSpec

The ContentSpec enumeration represents the content model type of an element. See here for more details.

Public enumerationDefaultDecl

The DefaultDecl enumeration represents the occurance containts and possible default values of an attribute definition. See here for more details.

Public enumerationOccurrence

The Occurrence enumeration represents the occurrence constraints of a content particle. See here for more details.

See Also