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

◆ CloneNode()

override XmlNode System.Xml.XmlUnspecifiedAttribute.CloneNode ( bool deep)
inline

Definition at line 23 of file XmlUnspecifiedAttribute.cs.

24 {
25 XmlDocument ownerDocument = OwnerDocument;
30 }
override string LocalName
override XmlDocument OwnerDocument
override string NamespaceURI
override string Prefix
virtual XmlAttribute CreateDefaultAttribute(string? prefix, string localName, string? namespaceURI)
virtual void CopyChildren(XmlDocument doc, XmlNode container, bool deep)
Definition XmlNode.cs:869
XmlUnspecifiedAttribute(string prefix, string localName, string namespaceURI, XmlDocument doc)

References System.Xml.XmlUnspecifiedAttribute.XmlUnspecifiedAttribute(), System.Xml.XmlNode.CopyChildren(), System.Xml.Dictionary, System.Xml.XmlAttribute.LocalName, System.Xml.XmlAttribute.NamespaceURI, System.Xml.XmlAttribute.OwnerDocument, and System.Xml.XmlAttribute.Prefix.