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

◆ ProcessElement()

void System.Xml.Schema.XdrValidator.ProcessElement ( )
inlineprivate

Definition at line 157 of file XdrValidator.cs.

158 {
161 {
163 }
165 if (context.ElementDecl != null)
166 {
171 }
172 }
virtual void InitValidation(ValidationState context)
void Push(XmlQualifiedName elementName)
XmlNamespaceManager _nsManager
SchemaElementDecl ThoroughGetElementDecl()

References System.Xml.Schema.XdrValidator._isProcessContents, System.Xml.Schema.XdrValidator._nsManager, System.Xml.Schema.SchemaElementDecl.ContentValidator, System.Xml.Schema.BaseValidator.context, System.Xml.Dictionary, System.Xml.Schema.ValidationState.ElementDecl, System.Xml.Schema.BaseValidator.elementName, System.Xml.Schema.ContentValidator.InitValidation(), System.Xml.XmlNamespaceManager.PopScope(), System.Xml.Schema.XdrValidator.Push(), System.Xml.Schema.XdrValidator.ThoroughGetElementDecl(), System.Xml.Schema.XdrValidator.ValidateEndStartElement(), and System.Xml.Schema.XdrValidator.ValidateStartElement().

Referenced by System.Xml.Schema.XdrValidator.ValidateElement().