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 - DOCTYPEdeclaration.
- Notations
- Gets the collection of XmlNotation nodes present in the document type declaration. 
- PublicId
- Gets the value of the public identifier on the - DOCTYPEdeclaration.
- SystemId
- Gets the value of the system identifier on the - DOCTYPEdeclaration.