| XmlDocumentType {System.Xml} | .NET clr documentation |
# namespace System.Xml
export class XmlDocumentType extends XmlLinkedNode {
Attributes: XmlAttributeCollection;
BaseURI: string;
ChildNodes: XmlNodeList;
Entities: XmlNamedNodeMap;
FirstChild: XmlNode;
HasChildNodes: boolean;
InnerText: string;
InnerXml: string;
InternalSubset: string;
IsReadOnly: boolean;
LastChild: XmlNode;
LocalName: string;
Name: string;
NamespaceURI: string;
NextSibling: XmlNode;
NodeType: XmlNodeType;
Notations: XmlNamedNodeMap;
OuterXml: string;
OwnerDocument: XmlDocument;
ParentNode: XmlNode;
Prefix: string;
PreviousSibling: XmlNode;
PreviousText: XmlNode;
PublicId: string;
SchemaInfo: IXmlSchemaInfo;
SystemId: string;
Value: string;
}
Attributes: XmlAttributeCollectionChildNodes: XmlNodeListEntities: XmlNamedNodeMapFirstChild: XmlNodeLastChild: XmlNodeNextSibling: XmlNodeNodeType: XmlNodeTypeNotations: XmlNamedNodeMapOwnerDocument: XmlDocumentParentNode: XmlNodePreviousSibling: XmlNodePreviousText: XmlNodeSchemaInfo: IXmlSchemaInfo