|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| SchemaInfo () | |
| SchemaElementDecl | GetElementDecl (XmlQualifiedName qname) |
| SchemaElementDecl | GetTypeDecl (XmlQualifiedName qname) |
| XmlSchemaElement | GetElement (XmlQualifiedName qname) |
| bool | HasSchema (string ns) |
| bool | Contains (string ns) |
| SchemaAttDef | GetAttributeXdr (SchemaElementDecl ed, XmlQualifiedName qname) |
| SchemaAttDef | GetAttributeXsd (SchemaElementDecl ed, XmlQualifiedName qname, XmlSchemaObject partialValidationType, out AttributeMatchState attributeMatchState) |
| SchemaAttDef | GetAttributeXsd (SchemaElementDecl ed, XmlQualifiedName qname, ref bool skip) |
| void | Add (SchemaInfo sinfo, ValidationEventHandler eventhandler) |
| void | Finish () |
Properties | |
| XmlQualifiedName | DocTypeName [get, set] |
| string | InternalDtdSubset [set] |
| Dictionary< XmlQualifiedName, SchemaElementDecl > | ElementDecls [get] |
| Dictionary< XmlQualifiedName, SchemaElementDecl > | UndeclaredElementDecls [get] |
| Dictionary< XmlQualifiedName, SchemaEntity > | GeneralEntities [get] |
| Dictionary< XmlQualifiedName, SchemaEntity > | ParameterEntities [get] |
| SchemaType | SchemaType [get, set] |
| Dictionary< string, bool > | TargetNamespaces [get] |
| Dictionary< XmlQualifiedName, SchemaElementDecl > | ElementDeclsByType [get] |
| Dictionary< XmlQualifiedName, SchemaAttDef > | AttributeDecls [get] |
| Dictionary< string, SchemaNotation > | Notations [get] |
| int | ErrorCount [get, set] |
| bool IDtdInfo. | HasDefaultAttributes [get] |
| bool IDtdInfo. | HasNonCDataAttributes [get] |
| XmlQualifiedName IDtdInfo. | Name [get] |
| string IDtdInfo. | InternalDtdSubset [get] |
Private Member Functions | |
| IDtdAttributeListInfo IDtdInfo. | LookupAttributeList (string prefix, string localName) |
| IEnumerable< IDtdAttributeListInfo > IDtdInfo. | GetAttributeLists () |
| IDtdEntityInfo IDtdInfo. | LookupEntity (string name) |
Private Attributes | |
| readonly Dictionary< XmlQualifiedName, SchemaElementDecl > | _elementDecls = new Dictionary<XmlQualifiedName, SchemaElementDecl>() |
| readonly Dictionary< XmlQualifiedName, SchemaElementDecl > | _undeclaredElementDecls = new Dictionary<XmlQualifiedName, SchemaElementDecl>() |
| Dictionary< XmlQualifiedName, SchemaEntity > | _generalEntities |
| Dictionary< XmlQualifiedName, SchemaEntity > | _parameterEntities |
| XmlQualifiedName | _docTypeName = XmlQualifiedName.Empty |
| string | _internalDtdSubset = string.Empty |
| bool | _hasNonCDataAttributes |
| bool | _hasDefaultAttributes |
| readonly Dictionary< string, bool > | _targetNamespaces = new Dictionary<string, bool>() |
| readonly Dictionary< XmlQualifiedName, SchemaAttDef > | _attributeDecls = new Dictionary<XmlQualifiedName, SchemaAttDef>() |
| int | _errorCount |
| SchemaType | _schemaType |
| readonly Dictionary< XmlQualifiedName, SchemaElementDecl > | _elementDeclsByType = new Dictionary<XmlQualifiedName, SchemaElementDecl>() |
| Dictionary< string, SchemaNotation > | _notations |
Definition at line 5 of file SchemaInfo.cs.