Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.XmlElement Member List

This is the complete list of members for System.Xml.XmlElement, including all inherited members.

_attributesSystem.Xml.XmlElementprivate
_lastChildSystem.Xml.XmlElementprivate
_nameSystem.Xml.XmlElementprivate
AfterEvent(XmlNodeChangedEventArgs args)System.Xml.XmlNodeinlinepackagevirtual
AncestorNode(XmlNode node)System.Xml.XmlNodeinlinepackage
AppendChild(XmlNode newChild)System.Xml.XmlNodeinlinevirtual
AppendChildForLoad(XmlNode newChild, XmlDocument doc)System.Xml.XmlElementinlinepackagevirtual
AppendChildText(StringBuilder builder)System.Xml.XmlNodeinlineprivate
AttributesSystem.Xml.XmlElement
BaseURISystem.Xml.XmlNode
BeforeEvent(XmlNodeChangedEventArgs args)System.Xml.XmlNodeinlinepackagevirtual
CanInsertAfter(XmlNode newChild, XmlNode refChild)System.Xml.XmlNodeinlinepackagevirtual
CanInsertBefore(XmlNode newChild, XmlNode refChild)System.Xml.XmlNodeinlinepackagevirtual
ChildNodesSystem.Xml.XmlNode
Clone()System.Xml.XmlNodeinlinevirtual
Clone()System.Xml.XmlNodeinlineprivate
CloneNode(bool deep)System.Xml.XmlElementinline
CopyChildren(XmlDocument doc, XmlNode container, bool deep)System.Xml.XmlNodeinlinepackagevirtual
CreateNavigator()System.Xml.XmlNodeinlinevirtual
debuggerDisplayProxySystem.Xml.XmlNodeprivate
DocumentSystem.Xml.XmlNodepackage
FindChild(XmlNodeType type)System.Xml.XmlNodeinlinepackagevirtual
FirstChildSystem.Xml.XmlNode
GetAttribute(string name)System.Xml.XmlElementinlinevirtual
GetAttribute(string localName, string? namespaceURI)System.Xml.XmlElementinlinevirtual
GetAttributeNode(string name)System.Xml.XmlElementinlinevirtual
GetAttributeNode(string localName, string? namespaceURI)System.Xml.XmlElementinlinevirtual
GetElementsByTagName(string name)System.Xml.XmlElementinlinevirtual
GetElementsByTagName(string localName, string namespaceURI)System.Xml.XmlElementinlinevirtual
GetEnumerator()System.Xml.XmlNodeinlineprivate
GetEnumerator()System.Xml.XmlNodeinline
GetEventArgs(XmlNode node, XmlNode oldParent, XmlNode newParent, string oldValue, string newValue, XmlNodeChangedAction action)System.Xml.XmlNodeinlinepackagevirtual
GetNamespaceOfPrefix(string prefix)System.Xml.XmlNodeinlinevirtual
GetNamespaceOfPrefixStrict(string prefix)System.Xml.XmlNodeinlinepackage
GetPrefixOfNamespace(string namespaceURI)System.Xml.XmlNodeinlinevirtual
GetPrefixOfNamespaceStrict(string namespaceURI)System.Xml.XmlNodeinlinepackage
GetXPAttribute(string localName, string ns)System.Xml.XmlElementinlinepackagevirtual
HasAttribute(string name)System.Xml.XmlElementinlinevirtual
HasAttribute(string localName, string? namespaceURI)System.Xml.XmlElementinlinevirtual
HasAttributesSystem.Xml.XmlElement
HasChildNodesSystem.Xml.XmlNode
HasReadOnlyParent(XmlNode n)System.Xml.XmlNodeinlinepackagestatic
InnerTextSystem.Xml.XmlElement
InnerXmlSystem.Xml.XmlElement
InsertAfter(XmlNode newChild, XmlNode? refChild)System.Xml.XmlNodeinlinevirtual
InsertBefore(XmlNode newChild, XmlNode? refChild)System.Xml.XmlNodeinlinevirtual
IsConnected()System.Xml.XmlNodeinlinepackage
IsContainerSystem.Xml.XmlElementpackage
IsEmptySystem.Xml.XmlElement
IsReadOnlySystem.Xml.XmlNode
IsTextSystem.Xml.XmlNodepackage
IsValidChildType(XmlNodeType type)System.Xml.XmlElementinlinepackagevirtual
LastChildSystem.Xml.XmlNode
LastNodeSystem.Xml.XmlElementpackage
LocalNameSystem.Xml.XmlElement
NameSystem.Xml.XmlElement
NamespaceURISystem.Xml.XmlElement
NestTextNodes(XmlNode prevNode, XmlNode nextNode)System.Xml.XmlNodeinlinepackagestatic
nextSystem.Xml.XmlLinkedNodepackage
NextSiblingSystem.Xml.XmlElement
NodeTypeSystem.Xml.XmlElement
Normalize()System.Xml.XmlNodeinlinevirtual
NormalizeWinner(XmlNode firstNode, XmlNode secondNode)System.Xml.XmlNodeinlineprivate
OuterXmlSystem.Xml.XmlNode
OwnerDocumentSystem.Xml.XmlElement
parentNodeSystem.Xml.XmlNodepackage
ParentNodeSystem.Xml.XmlElement
PrefixSystem.Xml.XmlElement
PrependChild(XmlNode newChild)System.Xml.XmlNodeinlinevirtual
PreviousSiblingSystem.Xml.XmlLinkedNode
PreviousTextSystem.Xml.XmlNode
RemoveAll()System.Xml.XmlElementinlinevirtual
RemoveAllAttributes()System.Xml.XmlElementinlinevirtual
RemoveAllChildren()System.Xml.XmlElementinlinepackage
RemoveAttribute(string name)System.Xml.XmlElementinlinevirtual
RemoveAttribute(string localName, string? namespaceURI)System.Xml.XmlElementinlinevirtual
RemoveAttributeAt(int i)System.Xml.XmlElementinlinevirtual
RemoveAttributeNode(XmlAttribute oldAttr)System.Xml.XmlElementinlinevirtual
RemoveAttributeNode(string localName, string? namespaceURI)System.Xml.XmlElementinlinevirtual
RemoveChild(XmlNode oldChild)System.Xml.XmlNodeinlinevirtual
ReplaceChild(XmlNode newChild, XmlNode oldChild)System.Xml.XmlNodeinlinevirtual
SchemaInfoSystem.Xml.XmlElement
SelectNodes(string xpath)System.Xml.XmlNodeinline
SelectNodes(string xpath, XmlNamespaceManager nsmgr)System.Xml.XmlNodeinline
SelectSingleNode(string xpath)System.Xml.XmlNodeinline
SelectSingleNode(string xpath, XmlNamespaceManager nsmgr)System.Xml.XmlNodeinline
SetAttribute(string name, string? value)System.Xml.XmlElementinlinevirtual
SetAttribute(string localName, string? namespaceURI, string? value)System.Xml.XmlElementinlinevirtual
SetAttributeNode(XmlAttribute newAttr)System.Xml.XmlElementinlinevirtual
SetAttributeNode(string localName, string? namespaceURI)System.Xml.XmlElementinlinevirtual
SetParent(XmlNode node)System.Xml.XmlElementinlinepackagevirtual
SetParentForLoad(XmlNode node)System.Xml.XmlNodeinlinepackagevirtual
SplitName(string name, out string prefix, out string localName)System.Xml.XmlNodeinlinepackagestatic
Supports(string feature, string version)System.Xml.XmlNodeinlinevirtual
this[string localname, string ns]System.Xml.XmlNode
this[string name]System.Xml.XmlNode
UnnestTextNodes(XmlNode prevNode, XmlNode nextNode)System.Xml.XmlNodeinlinepackagestatic
ValueSystem.Xml.XmlNode
WriteContentTo(XmlWriter w)System.Xml.XmlElementinline
WriteElementTo(XmlWriter writer, XmlElement el)System.Xml.XmlElementinlineprivatestatic
WriteStartElement(XmlWriter w)System.Xml.XmlElementinlineprivate
WriteTo(XmlWriter w)System.Xml.XmlElementinline
XmlElement(XmlName name, bool empty, XmlDocument doc)System.Xml.XmlElementinlinepackage
XmlElement(string prefix, string localName, string? namespaceURI, XmlDocument doc)System.Xml.XmlElementinlinepackage
XmlLangSystem.Xml.XmlNodepackage
XmlLinkedNode(XmlDocument doc)System.Xml.XmlLinkedNodeinlinepackage
XmlNameSystem.Xml.XmlElementpackage
XmlNode()System.Xml.XmlNodeinlinepackage
XmlNode(XmlDocument doc)System.Xml.XmlNodeinlinepackage
XmlSpaceSystem.Xml.XmlNodepackage
XPLocalNameSystem.Xml.XmlElementpackage
XPNodeTypeSystem.Xml.XmlElementpackage