Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Schema.SchemaEntity Class Referencesealed

Package Functions

 SchemaEntity (XmlQualifiedName qname, bool isParameter)
 

Static Package Functions

static bool IsPredefinedEntity (string n)
 

Properties

string IDtdEntityInfo. Name [get]
 
bool IDtdEntityInfo. IsExternal [get]
 
bool IDtdEntityInfo. IsDeclaredInExternal [get]
 
bool IDtdEntityInfo. IsUnparsedEntity [get]
 
bool IDtdEntityInfo. IsParameterEntity [get]
 
string IDtdEntityInfo. BaseUriString [get]
 
string IDtdEntityInfo. DeclaredUriString [get]
 
string IDtdEntityInfo. SystemId [get]
 
string IDtdEntityInfo. PublicId [get]
 
string IDtdEntityInfo. Text [get]
 
int IDtdEntityInfo. LineNumber [get]
 
int IDtdEntityInfo. LinePosition [get]
 
XmlQualifiedName Name [get]
 
string Url [get, set]
 
string Pubid [get, set]
 
bool IsExternal [get, set]
 
bool DeclaredInExternal [get, set]
 
XmlQualifiedName NData [get, set]
 
string Text [get, set]
 
int Line [get, set]
 
int Pos [get, set]
 
string BaseURI [get, set]
 
bool ParsingInProgress [get, set]
 
string DeclaredURI [get, set]
 

Private Attributes

readonly XmlQualifiedName _qname
 
string _url
 
string _pubid
 
string _text
 
XmlQualifiedName _ndata = XmlQualifiedName.Empty
 
int _lineNumber
 
int _linePosition
 
readonly bool _isParameter
 
bool _isExternal
 
bool _parsingInProgress
 
bool _isDeclaredInExternal
 
string _baseURI
 
string _declaredURI
 

Detailed Description

Definition at line 3 of file SchemaEntity.cs.


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