Interface IDocumentType
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Core.dll
This represents the document type declaration.
public interface IDocumentType : INode, IXmlNode
- Inherited Members
Properties
- 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.