XmlLinkedNode {System.Xml} |
.NET clr documentation |
XmlLinkedNode
Description
Declare
# namespace System.Xml
export class XmlLinkedNode extends XmlNode {
Attributes: XmlAttributeCollection;
BaseURI: string;
ChildNodes: XmlNodeList;
FirstChild: XmlNode;
HasChildNodes: boolean;
InnerText: string;
InnerXml: string;
IsReadOnly: boolean;
LastChild: XmlNode;
LocalName: string;
Name: string;
NamespaceURI: string;
NextSibling: XmlNode;
NodeType: XmlNodeType;
OuterXml: string;
OwnerDocument: XmlDocument;
ParentNode: XmlNode;
Prefix: string;
PreviousSibling: XmlNode;
PreviousText: XmlNode;
SchemaInfo: IXmlSchemaInfo;
Value: string;
}
.NET clr type reference tree
- this class extends from XmlNode class: XmlNode
- use by property member
Attributes
: XmlAttributeCollection
- use by property member
ChildNodes
: XmlNodeList
- use by property member
FirstChild
: XmlNode
- use by property member
LastChild
: XmlNode
- use by property member
NextSibling
: XmlNode
- use by property member
NodeType
: XmlNodeType
- use by property member
OwnerDocument
: XmlDocument
- use by property member
ParentNode
: XmlNode
- use by property member
PreviousSibling
: XmlNode
- use by property member
PreviousText
: XmlNode
- use by property member
SchemaInfo
: IXmlSchemaInfo
[Package
{$package} version {$version}
Index]