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.XContainer Class Referenceabstract
+ Inheritance diagram for System.Xml.Linq.XContainer:
+ Collaboration diagram for System.Xml.Linq.XContainer:

Public Member Functions

void Add (object content)
 
IEnumerable< XNodeNodes ()
 
void RemoveNodes ()
 
void Remove ()
 
override string ToString ()
 
void WriteTo (XmlWriter writer)
 
T Annotation< T > ()
 

Package Functions

 XContainer ()
 
 XContainer (XContainer other)
 
virtual void AddAttribute (XAttribute a)
 
virtual void AddAttributeSkipNotify (XAttribute a)
 
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 ValidateNode (XNode node, XNode previous)
 
virtual void ValidateString (string s)
 
void WriteContentTo (XmlWriter writer)
 
XNode CloneNode ()
 
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

object content
 
XNode next
 
XContainer parent
 
object annotations
 

Properties

XNode LastNode [get, set]
 
class< NodesIEnumerator [set]
 
XmlNodeType NodeType [get]
 
XElement Parent [get, set]
 

Private Member Functions

void RemoveNodesSkipNotify ()
 
string GetXmlString (SaveOptions o)
 
object AnnotationForSealedType (Type type)
 

Private Attributes

class< Nodesd__18: IEnumerable<XNode>
 
class< NodesIEnumerable
 
class< NodesIEnumerator< XNode >
 
class< NodesIDisposable
 

Detailed Description

Definition at line 13 of file XContainer.cs.


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