InterfaceIDocumentType
Interface
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Html.Parsing.Dom
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public interface IDocumentType : INode
Inherited Members
Properties
InternalSubset
The internal subset as a string.The actual content returned depends on how much information is available to the implementation. This may vary depending on various parameters, including the XML processor used to build the document.
Name
The name of DTD; i.e., the name immediately following the
DOCTYPE keyword.PublicId
The public identifier of the external subset.