Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Xsl.IlGen.XmlILConstructInfo Class Referencesealed

Public Member Functions

override string ToString ()
 

Static Public Member Functions

static XmlILConstructInfo Read (QilNode nd)
 
static XmlILConstructInfo Write (QilNode nd)
 

Properties

PossibleXmlStates InitialStates [get, set]
 
PossibleXmlStates FinalStates [get, set]
 
PossibleXmlStates BeginLoopStates [set]
 
PossibleXmlStates EndLoopStates [set]
 
XmlILConstructMethod ConstructMethod [get, set]
 
bool PushToWriterFirst [set]
 
bool PushToWriterLast [get, set]
 
bool PullFromIteratorFirst [set]
 
XmlILConstructInfo ParentInfo [set]
 
XmlILConstructInfo ParentElementInfo [get]
 
bool IsNamespaceInScope [get, set]
 
bool MightHaveNamespaces [get, set]
 
bool MightHaveNamespacesAfterAttributes [get, set]
 
bool MightHaveAttributes [get, set]
 
bool MightHaveDuplicateAttributes [get, set]
 
ArrayList CallersInfo [get]
 

Private Member Functions

 XmlILConstructInfo (QilNodeType nodeType)
 

Private Attributes

readonly QilNodeType _nodeType
 
PossibleXmlStates _xstatesInitial
 
PossibleXmlStates _xstatesFinal
 
PossibleXmlStates _xstatesBeginLoop
 
PossibleXmlStates _xstatesEndLoop
 
bool _isNmspInScope
 
bool _mightHaveNmsp
 
bool _mightHaveAttrs
 
bool _mightHaveDupAttrs
 
bool _mightHaveNmspAfterAttrs
 
XmlILConstructMethod _constrMeth
 
XmlILConstructInfo _parentInfo
 
ArrayList _callersInfo
 
bool _isReadOnly
 

Static Private Attributes

static volatile XmlILConstructInfo s_default
 

Detailed Description

Definition at line 6 of file XmlILConstructInfo.cs.


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