|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| DocumentSchemaValidator (XmlDocument ownerDocument, XmlSchemaSet schemas, ValidationEventHandler eventHandler) | |
| bool | Validate (XmlNode nodeToValidate) |
| IDictionary< string, string > | GetNamespacesInScope (XmlNamespaceScope scope) |
| string | LookupNamespace (string prefix) |
| string | LookupPrefix (string namespaceName) |
Properties | |
| bool | PsviAugmentation [set] |
| IXmlNamespaceResolver | NamespaceResolver [get] |
Private Attributes | |
| XmlSchemaValidator | _validator |
| readonly XmlSchemaSet | _schemas |
| readonly XmlNamespaceManager | _nsManager |
| readonly XmlNameTable | _nameTable |
| ArrayList | _defaultAttributes |
| readonly XmlValueGetter | _nodeValueGetter |
| XmlSchemaInfo | _attributeSchemaInfo |
| XmlSchemaInfo | _schemaInfo |
| readonly ValidationEventHandler | _eventHandler |
| readonly ValidationEventHandler | _internalEventHandler |
| XmlNode | _startNode |
| XmlNode | _currentNode |
| readonly XmlDocument | _document |
| XmlNode[] | _nodeSequenceToValidate |
| bool | _isPartialTreeValid |
| bool | _psviAugmentation |
| bool | _isValid |
| readonly string | _nsXmlNs |
| readonly string | _nsXsi |
| readonly string | _xsiType |
| readonly string | _xsiNil |
Definition at line 8 of file DocumentSchemaValidator.cs.