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.XmlReaderSettings Class Referencesealed
+ Collaboration diagram for System.Xml.XmlReaderSettings:

Public Member Functions

 XmlReaderSettings ()
 

Package Functions

XmlResolver GetXmlResolver ()
 

Static Package Functions

static bool EnableLegacyXmlSettings ()
 

Properties

XmlNameTable NameTable [set]
 
bool IsXmlResolverSet [set]
 
XmlResolver XmlResolver [set]
 
int LineNumberOffset [set]
 
int LinePositionOffset [set]
 
ConformanceLevel ConformanceLevel [set]
 
bool CheckCharacters [set]
 
long MaxCharactersInDocument [set]
 
long MaxCharactersFromEntities [set]
 
bool IgnoreWhitespace [set]
 
bool IgnoreProcessingInstructions [set]
 
bool IgnoreComments [set]
 
DtdProcessing DtdProcessing [set]
 
ValidationType ValidationType [get, set]
 
XmlSchemaSet Schemas [get, set]
 
bool ReadOnly [set]
 

Private Member Functions

void CheckReadOnly (string propertyName)
 
void Initialize ()
 
void Initialize (XmlResolver resolver)
 

Static Private Member Functions

static XmlResolver CreateDefaultResolver ()
 

Private Attributes

bool useAsync
 
XmlNameTable nameTable
 
XmlResolver xmlResolver
 
int lineNumberOffset
 
int linePositionOffset
 
ConformanceLevel conformanceLevel
 
bool checkCharacters
 
long maxCharactersInDocument
 
long maxCharactersFromEntities
 
bool ignoreWhitespace
 
bool ignorePIs
 
bool ignoreComments
 
DtdProcessing dtdProcessing
 
ValidationType validationType
 
XmlSchemaValidationFlags validationFlags
 
XmlSchemaSet schemas
 
bool closeInput
 
bool isReadOnly
 
bool< IsXmlResolverSetk__BackingField
 

Static Private Attributes

static ? bool s_enableLegacyXmlSettings
 

Detailed Description

Definition at line 10 of file XmlReaderSettings.cs.


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