Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
System.Xml.XmlParserContext Class Reference

Public Member Functions

 XmlParserContext (XmlNameTable? nt, XmlNamespaceManager? nsMgr, string? xmlLang, XmlSpace xmlSpace)
 
 XmlParserContext (XmlNameTable? nt, XmlNamespaceManager? nsMgr, string? xmlLang, XmlSpace xmlSpace, Encoding? enc)
 
 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

XmlNameTableNameTable [get, set]
 
XmlNamespaceManagerNamespaceManager [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]
 
EncodingEncoding [get, set]
 
bool HasDtdInfo [get]
 

Private Attributes

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

Detailed Description

Definition at line 6 of file XmlParserContext.cs.


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