Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Schema.XmlSchemaExternal Class Referenceabstract

Package Functions

override void SetUnhandledAttributes (XmlAttribute[] moreAttributes)
 
virtual void OnAdd (XmlSchemaObjectCollection container, object item)
 
virtual void OnRemove (XmlSchemaObjectCollection container, object item)
 
virtual void OnClear (XmlSchemaObjectCollection container)
 
virtual void AddAnnotation (XmlSchemaAnnotation annotation)
 
virtual XmlSchemaObject Clone ()
 

Properties

stringSchemaLocation [get, set]
 
XmlSchemaSchema [get, set]
 
stringId [get, set]
 
XmlAttribute?[] UnhandledAttributes [get, set]
 
UriBaseUri [get, set]
 
override? string IdAttribute [get, set]
 
Compositor Compositor [get, set]
 
int LineNumber [get, set]
 
int LinePosition [get, set]
 
stringSourceUri [get, set]
 
XmlSchemaObjectParent [get, set]
 
XmlSerializerNamespaces Namespaces [get, set]
 
virtual ? string NameAttribute [get, set]
 
bool IsProcessing [get, set]
 

Private Attributes

string _location
 
Uri _baseUri
 
XmlSchema _schema
 
string _id
 
XmlAttribute[] _moreAttributes
 
Compositor _compositor
 
int _lineNum
 
int _linePos
 
string _sourceUri
 
XmlSerializerNamespaces _namespaces
 
XmlSchemaObject _parent
 
bool _isProcessing
 

Detailed Description

Definition at line 5 of file XmlSchemaExternal.cs.


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