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

Public Member Functions

 XsltSettings ()
 
 XsltSettings (bool enableDocumentFunction, bool enableScript)
 

Properties

static XsltSettings Default [get]
 
static XsltSettings TrustedXslt [get]
 
bool EnableDocumentFunction [get, set]
 
bool EnableScript [get, set]
 
bool CheckOnly [get]
 
bool IncludeDebugInformation [get]
 
int WarningLevel [get]
 
bool TreatWarningsAsErrors [get]
 

Private Attributes

bool _enableDocumentFunction
 
bool _enableScript
 
bool _checkOnly
 
bool _includeDebugInformation
 
int _warningLevel = -1
 
bool _treatWarningsAsErrors
 

Detailed Description

Definition at line 3 of file XsltSettings.cs.


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