terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Xml.Linq.XElement Class Reference
+ Inheritance diagram for System.Xml.Linq.XElement:
+ Collaboration diagram for System.Xml.Linq.XElement:

Public Member Functions

 XElement (XName name)
 
 XElement (XElement other)
 
 XElement (XStreamingElement other)
 
XAttribute Attribute (XName name)
 
IEnumerable< XAttributeAttributes ()
 
string GetPrefixOfNamespace (XNamespace ns)
 
override void WriteTo (XmlWriter writer)
 
void Add (object content)
 
IEnumerable< XNodeNodes ()
 
void RemoveNodes ()
 
void Remove ()
 
override string ToString ()
 
T Annotation< T > ()
 

Package Functions

override void AddAttribute (XAttribute a)
 
override void AddAttributeSkipNotify (XAttribute a)
 
void AppendAttribute (XAttribute a)
 
void AppendAttributeSkipNotify (XAttribute a)
 
override XNode CloneNode ()
 
override void ValidateNode (XNode node, XNode previous)
 
void AddContentSkipNotify (object content)
 
void AddNode (XNode n)
 
void AddNodeSkipNotify (XNode n)
 
void AddString (string s)
 
void AddStringSkipNotify (string s)
 
void AppendNode (XNode n)
 
void AppendNodeSkipNotify (XNode n)
 
override void AppendText (StringBuilder sb)
 
void ConvertTextToNode ()
 
void RemoveNode (XNode n)
 
virtual void ValidateString (string s)
 
void WriteContentTo (XmlWriter writer)
 
bool NotifyChanged (object sender, XObjectChangeEventArgs e)
 
bool NotifyChanging (object sender, XObjectChangeEventArgs e)
 
bool SkipNotify ()
 
SaveOptions GetSaveOptionsFromAnnotations ()
 

Static Package Functions

static string GetStringValue (object value)
 

Package Attributes

XName name
 
XAttribute lastAttr
 
object content
 
XNode next
 
XContainer parent
 
object annotations
 

Properties

bool IsEmpty [get, set]
 
XName Name [get, set]
 
override XmlNodeType NodeType [get, set]
 
string Value [get, set]
 
class< GetAttributesIEnumerator [set]
 
XNode LastNode [get, set]
 
XElement Parent [get, set]
 

Private Member Functions

IEnumerable< XAttributeGetAttributes (XName name)
 
string GetNamespaceOfPrefixInScope (string prefix, XElement outOfScope)
 
void RemoveNodesSkipNotify ()
 
string GetXmlString (SaveOptions o)
 
object AnnotationForSealedType (Type type)
 

Private Attributes

class< GetAttributesd__116: IEnumerable<XAttribute>
 
class< GetAttributesIEnumerable
 
class< GetAttributesIEnumerator< XAttribute >
 
class< GetAttributesIDisposable
 
class< Nodesd__18: IEnumerable<XNode>
 
class< NodesIEnumerator< XNode >
 

Detailed Description

Definition at line 16 of file XElement.cs.


The documentation for this class was generated from the following file: