XmlDocument {System.Xml} | .NET clr documentation |
# namespace System.Xml
export class XmlDocument extends XmlNode {
Attributes: XmlAttributeCollection;
BaseURI: string;
ChildNodes: XmlNodeList;
DocumentElement: XmlElement;
DocumentType: XmlDocumentType;
FirstChild: XmlNode;
HasChildNodes: boolean;
Implementation: XmlImplementation;
InnerXml: string;
IsReadOnly: boolean;
LastChild: XmlNode;
LocalName: string;
Name: string;
NamespaceURI: string;
NameTable: XmlNameTable;
NextSibling: XmlNode;
NodeType: XmlNodeType;
OuterXml: string;
OwnerDocument: XmlDocument;
ParentNode: XmlNode;
Prefix: string;
PreserveWhitespace: boolean;
PreviousSibling: XmlNode;
PreviousText: XmlNode;
SchemaInfo: IXmlSchemaInfo;
Schemas: XmlSchemaSet;
Value: string;
}
Attributes
: XmlAttributeCollectionChildNodes
: XmlNodeListDocumentElement
: XmlElementDocumentType
: XmlDocumentTypeFirstChild
: XmlNodeImplementation
: XmlImplementationLastChild
: XmlNodeNameTable
: XmlNameTableNextSibling
: XmlNodeNodeType
: XmlNodeTypeOwnerDocument
: XmlDocumentParentNode
: XmlNodePreviousSibling
: XmlNodePreviousText
: XmlNodeSchemaInfo
: IXmlSchemaInfoSchemas
: XmlSchemaSet