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

◆ CompleteValidation()

override bool System.Xml.Schema.NfaContentValidator.CompleteValidation ( ValidationState context)
inlinevirtual

Reimplemented from System.Xml.Schema.ContentValidator.

Definition at line 66 of file NfaContentValidator.cs.

67 {
68 if (!context.CurPos[context.CurrentState.CurPosIndex][_endMarkerPos])
69 {
70 return false;
71 }
72 return true;
73 }

References System.Xml.Schema.NfaContentValidator._endMarkerPos, System.Xml.Schema.ValidationState.CurPos, System.Xml.Schema.StateUnion.CurPosIndex, and System.Xml.Schema.ValidationState.CurrentState.