Table of Contents

Interface IDocumentType

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Core.dll

This represents the document type declaration.

public interface IDocumentType : INode, IXmlNode
Inherited Members

Properties

Entities

Gets the collection of XmlEntity nodes declared in the document type declaration.

InternalSubset

Gets the value of the document type definition (DTD) internal subset on the DOCTYPE declaration.

Notations

Gets the collection of XmlNotation nodes present in the document type declaration.

PublicId

Gets the value of the public identifier on the DOCTYPE declaration.

SystemId

Gets the value of the system identifier on the DOCTYPE declaration.

See Also