Name

XmlDocumentType

Synopsis

This class represents the DOCTYPE element of an XML document and its contents.

Public Class XmlDocumentType : Inherits XmlLinkedNode
' Protected Constructors
   Protected Friend Sub New(ByVal name As String, 
        ByVal publicId As String, ByVal systemId As String, 
        ByVal internalSubset As String, 
        ByVal doc As XmlDocument) 
' Public Instance Properties
   Public ReadOnly Property Entities As XmlNamedNodeMap  
   Public ReadOnly Property InternalSubset As String  
   Overrides Public ReadOnly Property IsReadOnly As Boolean  
   Overrides Public ReadOnly Property LocalName As String  
   Overrides Public ReadOnly Property Name As String  
   Overrides Public ReadOnly Property NodeType As XmlNodeType  
   Public ReadOnly Property Notations As XmlNamedNodeMap  
   Public ReadOnly Property PublicId As String  
   Public ReadOnly Property SystemId As String  
' Public Instance Methods
   Overrides Public Function CloneNode(
        ByVal deep As Boolean) As XmlNode  
   Overrides Public Sub WriteContentTo( ByVal w As XmlWriter) 
   Overrides Public Sub WriteTo( ByVal w As XmlWriter) 
End Class

Hierarchy

System.Object XmlNode(System.ICloneable, System.Collections.IEnumerable, System.Xml.XPath.IXPathNavigable)XmlLinkedNode XmlDocumentType

Returned By

XmlDocument.{CreateDocumentType(), DocumentType}

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.