Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
XmlSchemaObject | AddItem (XmlSchemaObject item, XmlQualifiedName qname, XmlSchemas schemas) |
bool | Match (XmlSchemaObject o1, XmlSchemaObject o2, bool shareTypes) |
void | GenerateSchemaGraph (XmlSchemas schemas) |
Package Attributes | |
Hashtable | looks = new Hashtable() |
Properties | |
Hashtable | Graph [get] |
Hashtable | Hash [get] |
Hashtable | ObjectCache [get] |
StringCollection | Warnings [get] |
Private Member Functions | |
ArrayList | GetDependencies (XmlSchemaObject o, ArrayList deps, Hashtable refs) |
int | CompositeHash (XmlSchemaObject o, int hash) |
int | GetHash (XmlSchemaObject o) |
string | ToString (XmlSchemaObject o, SchemaObjectWriter writer) |
Private Attributes | |
Hashtable | _graph |
Hashtable | _hash |
Hashtable | _objectCache |
StringCollection | _warnings |
Definition at line 8 of file SchemaObjectCache.cs.