Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DocumentSchemaValidator()

System.Xml.DocumentSchemaValidator.DocumentSchemaValidator ( XmlDocument ownerDocument,
XmlSchemaSet schemas,
ValidationEventHandler eventHandler )
inline

Definition at line 72 of file DocumentSchemaValidator.cs.

73 {
74 _schemas = schemas;
79 _nsManager = new XmlNamespaceManager(_nameTable);
81 _psviAugmentation = true;
82 _nsXmlNs = _nameTable.Add("http://www.w3.org/2000/xmlns/");
83 _nsXsi = _nameTable.Add("http://www.w3.org/2001/XMLSchema-instance");
84 _xsiType = _nameTable.Add("type");
85 _xsiNil = _nameTable.Add("nil");
86 }
readonly ValidationEventHandler _eventHandler
readonly XmlNamespaceManager _nsManager
void InternalValidationCallBack(object sender, ValidationEventArgs arg)
readonly ValidationEventHandler _internalEventHandler
string Add(char[] array, int offset, int length)

References System.Xml.DocumentSchemaValidator._document, System.Xml.DocumentSchemaValidator._eventHandler, System.Xml.DocumentSchemaValidator._internalEventHandler, System.Xml.DocumentSchemaValidator._nameTable, System.Xml.DocumentSchemaValidator._nodeValueGetter, System.Xml.DocumentSchemaValidator._nsManager, System.Xml.DocumentSchemaValidator._nsXmlNs, System.Xml.DocumentSchemaValidator._nsXsi, System.Xml.DocumentSchemaValidator._psviAugmentation, System.Xml.DocumentSchemaValidator._schemas, System.Xml.DocumentSchemaValidator._xsiNil, System.Xml.DocumentSchemaValidator._xsiType, System.Xml.XmlNameTable.Add(), System.Xml.Dictionary, System.Xml.DocumentSchemaValidator.GetNodeValue(), System.Xml.DocumentSchemaValidator.InternalValidationCallBack(), and System.Xml.XmlDocument.NameTable.