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

Public Member Functions

 XmlParserContext (XmlNameTable nt, XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, XmlSpace xmlSpace)
 
 XmlParserContext (XmlNameTable nt, XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, XmlSpace xmlSpace, Encoding enc)
 

Properties

XmlNameTable NameTable [get, set]
 
XmlNamespaceManager NamespaceManager [get, set]
 
string DocTypeName [get, set]
 
string PublicId [get, set]
 
string SystemId [get, set]
 
string BaseURI [get, set]
 
string InternalSubset [get, set]
 
string XmlLang [get, set]
 
XmlSpace XmlSpace [get, set]
 
Encoding Encoding [get, set]
 
bool HasDtdInfo [get, set]
 

Private Attributes

XmlNameTable _nt
 
XmlNamespaceManager _nsMgr
 
string _docTypeName
 
string _pubId
 
string _sysId
 
string _internalSubset
 
string _xmlLang
 
XmlSpace _xmlSpace
 
string _baseURI
 
Encoding _encoding
 

Detailed Description

Definition at line 9 of file XmlParserContext.cs.


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