Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ OwnerDocument

virtual ? XmlDocument System.Xml.XmlNode.OwnerDocument
getinherited

Definition at line 108 of file XmlNode.cs.

109 {
110 get
111 {
112 if (parentNode.NodeType == XmlNodeType.Document)
113 {
114 return (XmlDocument)parentNode;
115 }
117 }
118 }
XmlNode parentNode
Definition XmlNode.cs:57
virtual ? XmlDocument OwnerDocument
Definition XmlNode.cs:109
XmlNodeType NodeType
Definition XmlNode.cs:73

Referenced by System.Xml.XmlNode.AfterEvent(), System.Xml.XmlAttributeCollection.Append(), System.Xml.XmlNode.AppendChild(), System.Xml.XmlNode.BeforeEvent(), System.Xml.DocumentXPathNavigator.CheckValidity(), System.Xml.XmlCDataSection.CloneNode(), System.Xml.XmlComment.CloneNode(), System.Xml.XmlDeclaration.CloneNode(), System.Xml.XmlDocumentType.CloneNode(), System.Xml.XmlEntityReference.CloneNode(), System.Xml.XmlProcessingInstruction.CloneNode(), System.Xml.XmlSignificantWhitespace.CloneNode(), System.Xml.XmlText.CloneNode(), System.Xml.XmlWhitespace.CloneNode(), System.Xml.XmlNode.CreateNavigator(), System.Data.XDRSchema.FindTypeNode(), System.Xml.XmlNode.GetEventArgs(), System.Xml.XmlAttributeCollection.InsertAfter(), System.Xml.XmlNode.InsertAfter(), System.Xml.XmlAttributeCollection.InsertBefore(), System.Xml.XmlNode.InsertBefore(), System.Xml.XmlAttributeCollection.InsertParentIntoElementIdAttrMap(), System.Xml.XmlLoader.ParsePartialContent(), System.Xml.XmlAttributeCollection.PrepareParentInElementIdAttrMap(), System.Xml.XmlAttributeCollection.Prepend(), System.Xml.XmlAttributeCollection.RemoveNodeAt(), System.Xml.XmlAttributeCollection.RemoveParentFromElementIdAttrMap(), System.Xml.XmlAttributeCollection.ResetParentInElementIdAttrMap(), System.Xml.XmlEntityReference.SetParent(), System.Xml.XmlNode.SetParent(), and System.Xml.XmlText.SplitText().