Home
last modified time | relevance | path

Searched refs:SendValidationEvent (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DSchemaCollectionpreProcessor.cs613 SendValidationEvent(Res.Sch_MultipleGroupSelfRef, group); in CheckRefinedGroup()
637 SendValidationEvent(Res.Sch_InvalidTypeRedefine, stype); in CheckRefinedSimpleType()
728 SendValidationEvent(Res.Sch_XmlNsAttribute, attribute); in PreprocessAttributeContent()
806 SendValidationEvent(Res.Sch_ElementNameRef, element); in PreprocessLocalElement()
829 SendValidationEvent(Res.Sch_MinGtMax, element); in PreprocessLocalElement()
1212 SendValidationEvent(Res.Sch_NoGroupParticle, group); in PreprocessGroup()
1264 SendValidationEvent(Res.Sch_InvalidAllMin, particle); in PreprocessParticle()
1268 SendValidationEvent(Res.Sch_InvalidAllMax, particle); in PreprocessParticle()
1283 SendValidationEvent(Res.Sch_MinGtMax, particle); in PreprocessParticle()
1326 SendValidationEvent(Res.Sch_InvalidAny, particle); in PreprocessParticle()
[all …]
H A DPreprocessor.cs919 SendValidationEvent(Res.Sch_MultipleGroupSelfRef, group); in CheckRefinedGroup()
945 SendValidationEvent(Res.Sch_InvalidTypeRedefine, stype); in CheckRefinedSimpleType()
1025 SendValidationEvent(Res.Sch_TargetNamespaceXsi, attribute); in PreprocessAttributeContent()
1038 SendValidationEvent(Res.Sch_XmlNsAttribute, attribute); in PreprocessAttributeContent()
1116 SendValidationEvent(Res.Sch_ElementNameRef, element); in PreprocessLocalElement()
1139 SendValidationEvent(Res.Sch_MinGtMax, element); in PreprocessLocalElement()
1526 SendValidationEvent(Res.Sch_NoGroupParticle, group); in PreprocessGroup()
1576 SendValidationEvent(Res.Sch_InvalidAllMin, particle); in PreprocessParticle()
1580 SendValidationEvent(Res.Sch_InvalidAllMax, particle); in PreprocessParticle()
1596 SendValidationEvent(Res.Sch_MinGtMax, particle); in PreprocessParticle()
[all …]
H A DBaseValidator.cs160 SendValidationEvent(Res.Sch_InvalidTextInEmpty, string.Empty); in ValidateText()
175 SendValidationEvent(Res.Sch_InvalidWhitespaceInEmpty, string.Empty); in ValidateWhitespace()
196 protected void SendValidationEvent(string code) { in SendValidationEvent() method in System.Xml.Schema.BaseValidator
197 SendValidationEvent(code, string.Empty); in SendValidationEvent()
200 protected void SendValidationEvent(string code, string[] args) { in SendValidationEvent() method in System.Xml.Schema.BaseValidator
204 protected void SendValidationEvent(string code, string arg) { in SendValidationEvent() method in System.Xml.Schema.BaseValidator
208 protected void SendValidationEvent(string code, string arg1, string arg2) { in SendValidationEvent() method in System.Xml.Schema.BaseValidator
212 protected void SendValidationEvent(XmlSchemaException e) { in SendValidationEvent() method in System.Xml.Schema.BaseValidator
213 SendValidationEvent(e, XmlSeverityType.Error); in SendValidationEvent()
216 protected void SendValidationEvent(string code, string msg, XmlSeverityType severity) { in SendValidationEvent() method in System.Xml.Schema.BaseValidator
[all …]
H A DBaseProcessor.cs130 SendValidationEvent(code, qname.ToString(), item); in AddToTable()
182 protected void SendValidationEvent(string code, XmlSchemaObject source) { in SendValidationEvent() method in System.Xml.Schema.BaseProcessor
183 SendValidationEvent(new XmlSchemaException(code, source), XmlSeverityType.Error); in SendValidationEvent()
186 protected void SendValidationEvent(string code, string msg, XmlSchemaObject source) { in SendValidationEvent() method in System.Xml.Schema.BaseProcessor
187 SendValidationEvent(new XmlSchemaException(code, msg, source), XmlSeverityType.Error); in SendValidationEvent()
190 …protected void SendValidationEvent(string code, string msg1, string msg2, XmlSchemaObject source) { in SendValidationEvent() method in System.Xml.Schema.BaseProcessor
203 SendValidationEvent(new XmlSchemaException(code, source), severity); in SendValidationEvent()
206 protected void SendValidationEvent(XmlSchemaException e) { in SendValidationEvent() method in System.Xml.Schema.BaseProcessor
207 SendValidationEvent(e, XmlSeverityType.Error); in SendValidationEvent()
211 SendValidationEvent(new XmlSchemaException(code, msg, source), severity); in SendValidationEvent()
[all …]
H A DXmlSchemaValidator.cs1108 SendValidationEvent(schemaException); in ProcessSchemaLocations()
1406 SendValidationEvent(Res.Sch_InvalidXsiNill); in CheckXsiTypeAndNil()
1580 SendValidationEvent(e); in RecompileSchemaSet()
1594 SendValidationEvent(Res.Sch_DupId, name); in ProcessTokenizedType()
2319 SendValidationEvent(Res.Sch_UndeclaredEntity, name); in ProcessEntity()
2323 SendValidationEvent(Res.Sch_UnparsedEntityRef, name); in ProcessEntity()
2327 private void SendValidationEvent(string code) { in SendValidationEvent() method in System.Xml.Schema.XmlSchemaValidator
2328 SendValidationEvent(code, string.Empty); in SendValidationEvent()
2335 private void SendValidationEvent(string code, string arg) { in SendValidationEvent() method in System.Xml.Schema.XmlSchemaValidator
2354 SendValidationEvent(e, XmlSeverityType.Error); in SendValidationEvent()
[all …]
H A DXdrBuilder.cs467 SendValidationEvent(Res.Sch_UnsupportedAttribute, in ProcessAttribute()
701 builder.SendValidationEvent(Res.Sch_MissDtvalue); in XDR_BuildElementType_DtType()
812 builder.SendValidationEvent(code, msg); in XDR_BeginElementType()
1030 builder.SendValidationEvent(code); in XDR_EndAttributeType()
1213 builder.SendValidationEvent(Res.Sch_MixedMany); in XDR_BuildGroup_Order()
1265 builder.SendValidationEvent(Res.Sch_DupDtType); in XDR_InitElementDtType()
1285 builder.SendValidationEvent(Res.Sch_DupDtType); in XDR_InitAttributeDtType()
1308 builder.SendValidationEvent(code); in XDR_EndAttributeDtType()
1542 SendValidationEvent(Res.Sch_UnknownDtType, str); in CheckDatatype()
1570 private void SendValidationEvent(string code) { in SendValidationEvent() method in System.Xml.Schema.XdrBuilder
[all …]
H A DXsdValidator.cs171 SendValidationEvent(Res.Sch_ContentInNill, elementName.ToString()); in ValidateChildElement()
178 SendValidationEvent(Res.Sch_AllElement, elementName.ToString()); in ValidateChildElement()
333 SendValidationEvent(Res.Sch_XsiNilAndType); in ThoroughGetElementDecl()
344 SendValidationEvent(Res.Sch_XsiTypeNotFound, xsiType.ToString()); in ThoroughGetElementDecl()
359 SendValidationEvent(Res.Sch_XsiNilAndFixed); in ThoroughGetElementDecl()
364 SendValidationEvent(Res.Sch_InvalidXsiNill); in ThoroughGetElementDecl()
436 SendValidationEvent(e); in ValidateStartElement()
461 SendValidationEvent(e); in ValidateEndStartElement()
558 SendValidationEvent(Res.Sch_DupId, name); in ProcessTokenizedType()
622 SendValidationEvent(Res.Sch_AttributeValueDataType, attdef.Name.ToString()); in CheckValue()
[all …]
H A DDtdValidator.cs99 SendValidationEvent(Res.Sch_StandAlone); in MeetsStandAloneConstraint()
109 SendValidationEvent(Res.Sch_InvalidPIComment); in ValidatePIComment()
120 SendValidationEvent(Res.Sch_RootMatchDocType); in ValidateElement()
169 SendValidationEvent(Res.Sch_UndeclaredAttribute, reader.Name); in ValidateStartElement()
174 SendValidationEvent(e); in ValidateStartElement()
189 SendValidationEvent(e); in ValidateEndStartElement()
259 SendValidationEvent(Res.Sch_DupId, name); in ProcessTokenizedType()
316 SendValidationEvent(Res.Sch_NotationValue, typedValue.ToString()); in CheckValue()
319 SendValidationEvent(Res.Sch_EnumerationValue, typedValue.ToString()); in CheckValue()
334 SendValidationEvent(Res.Sch_AttributeValueDataType, attdef.Name.ToString()); in CheckValue()
[all …]
H A DXsdBuilder.cs759 SendValidationEvent(Res.Sch_TextNotAllowed, value); in ProcessCData()
1406 builder.SendValidationEvent(Res.Sch_DupSimpleTypeChild, null); in InitSimpleTypeUnion()
1419 builder.SendValidationEvent(e); in BuildSimpleTypeUnion_MemberTypes()
1605 builder.SendValidationEvent(Res.Sch_DupElement, "extension"); in InitSimpleContentExtension()
1982 builder.SendValidationEvent(Res.Sch_ElementRef, null); in InitIdentityConstraint()
2117 builder.SendValidationEvent(e); in BuildDocumentation_XmlLang()
2245 SendValidationEvent(Res.Sch_MinOccursInvalidXsd, null); in SetMinOccurs()
2254 SendValidationEvent(Res.Sch_MaxOccursInvalidXsd, null); in SetMaxOccurs()
2328 private void SendValidationEvent(string code, string msg) { in SendValidationEvent() method in System.Xml.Schema.XsdBuilder
2347 private void SendValidationEvent(XmlSchemaException e) { in SendValidationEvent() method in System.Xml.Schema.XsdBuilder
[all …]
H A DSchemaCollectionCompiler.cs395 SendValidationEvent(Res.Sch_GroupCircularRef, group); in CompileGroup()
485 SendValidationEvent(e); in CompileSimpleType()
548 SendValidationEvent(Res.Sch_UnionFromUnion, parentType); in CheckUnionType()
722 SendValidationEvent(e); in CompileSimpleContentRestriction()
920 SendValidationEvent(Res.Sch_AllRefMinMax, groupRef); in CannonicalizeGroupRef()
974 SendValidationEvent(Res.Sch_NotAllAlone, all); in CannonicalizeAll()
1628 SendValidationEvent(Res.Sch_AttributeCircularRef, xa); in CompileAttribute()
1734 SendValidationEvent(e); in CompileAttribute()
1782 SendValidationEvent(e); in CompileIdentityConstraint()
1794 SendValidationEvent(Res.Sch_ElementCircularRef, xe); in CompileElement()
[all …]
H A DSchemaSetCompiler.cs354 SendValidationEvent(Res.Sch_NoExamplar, element); in ProcessSubstitutionGroups()
459 SendValidationEvent(Res.Sch_GroupCircularRef, group); in CompileGroup()
552 SendValidationEvent(e); in CompileSimpleType()
615 SendValidationEvent(Res.Sch_UnionFromUnion, parentType); in CheckUnionType()
780 SendValidationEvent(e); in CompileSimpleContentRestriction()
1062 SendValidationEvent(Res.Sch_NotAllAlone, all); in CannonicalizeAll()
1964 SendValidationEvent(Res.Sch_AttributeCircularRef, xa); in CompileAttribute()
2041 SendValidationEvent(e); in CompileAttribute()
2128 SendValidationEvent(e); in CompileIdentityConstraint()
2140 SendValidationEvent(Res.Sch_ElementCircularRef, xe); in CompileElement()
[all …]
H A DXdrValidator.cs239 SendValidationEvent(e); in ValidateStartElement()
259 SendValidationEvent(e); in ValidateEndStartElement()
293SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, XmlSeverityType.Error… in LoadSchemaFromLocation()
296SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, XmlSeverityType.Warni… in LoadSchemaFromLocation()
345 SendValidationEvent(Res.Sch_DupId, name); in ProcessTokenizedType()
416 SendValidationEvent(Res.Sch_MaxLengthConstraintFailed, value); in CheckValue()
421 SendValidationEvent(Res.Sch_MinLengthConstraintFailed, value); in CheckValue()
426 SendValidationEvent(Res.Sch_NotationValue, typedValue.ToString()); in CheckValue()
429 SendValidationEvent(Res.Sch_EnumerationValue, typedValue.ToString()); in CheckValue()
435 SendValidationEvent(Res.Sch_FixedAttributeValue, attdef.Name.ToString()); in CheckValue()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DSchemaCollectionpreProcessor.cs752 SendValidationEvent(SR.Sch_MultipleGroupSelfRef, group); in CheckRefinedGroup()
783 SendValidationEvent(SR.Sch_InvalidTypeRedefine, stype); in CheckRefinedSimpleType()
820 SendValidationEvent(SR.Sch_InvalidTypeRedefine, ctype); in CheckRefinedComplexType()
900 SendValidationEvent(SR.Sch_XmlNsAttribute, attribute); in PreprocessAttributeContent()
1001 SendValidationEvent(SR.Sch_ElementNameRef, element); in PreprocessLocalElement()
1028 SendValidationEvent(SR.Sch_MinGtMax, element); in PreprocessLocalElement()
1521 SendValidationEvent(SR.Sch_NoGroupParticle, group); in PreprocessGroup()
1588 SendValidationEvent(SR.Sch_InvalidAllMin, particle); in PreprocessParticle()
1593 SendValidationEvent(SR.Sch_InvalidAllMax, particle); in PreprocessParticle()
1612 SendValidationEvent(SR.Sch_MinGtMax, particle); in PreprocessParticle()
[all …]
H A DPreprocessor.cs1098 SendValidationEvent(SR.Sch_MultipleGroupSelfRef, group); in CheckRefinedGroup()
1131 SendValidationEvent(SR.Sch_InvalidTypeRedefine, stype); in CheckRefinedSimpleType()
1168 SendValidationEvent(SR.Sch_InvalidTypeRedefine, ctype); in CheckRefinedComplexType()
1250 SendValidationEvent(SR.Sch_XmlNsAttribute, attribute); in PreprocessAttributeContent()
1351 SendValidationEvent(SR.Sch_ElementNameRef, element); in PreprocessLocalElement()
1378 SendValidationEvent(SR.Sch_MinGtMax, element); in PreprocessLocalElement()
1875 SendValidationEvent(SR.Sch_NoGroupParticle, group); in PreprocessGroup()
1938 SendValidationEvent(SR.Sch_InvalidAllMin, particle); in PreprocessParticle()
1943 SendValidationEvent(SR.Sch_InvalidAllMax, particle); in PreprocessParticle()
1963 SendValidationEvent(SR.Sch_MinGtMax, particle); in PreprocessParticle()
[all …]
H A DBaseProcessor.cs159 SendValidationEvent(code, qname.ToString(), item); in AddToTable()
224 protected void SendValidationEvent(string code, XmlSchemaObject source) in SendValidationEvent() method in System.Xml.Schema.BaseProcessor
226 SendValidationEvent(new XmlSchemaException(code, source), XmlSeverityType.Error); in SendValidationEvent()
229 protected void SendValidationEvent(string code, string msg, XmlSchemaObject source) in SendValidationEvent() method in System.Xml.Schema.BaseProcessor
231 SendValidationEvent(new XmlSchemaException(code, msg, source), XmlSeverityType.Error); in SendValidationEvent()
234 … protected void SendValidationEvent(string code, string msg1, string msg2, XmlSchemaObject source) in SendValidationEvent() method in System.Xml.Schema.BaseProcessor
251 SendValidationEvent(new XmlSchemaException(code, source), severity); in SendValidationEvent()
254 protected void SendValidationEvent(XmlSchemaException e) in SendValidationEvent() method in System.Xml.Schema.BaseProcessor
256 SendValidationEvent(e, XmlSeverityType.Error); in SendValidationEvent()
261 SendValidationEvent(new XmlSchemaException(code, msg, source), severity); in SendValidationEvent()
[all …]
H A DBaseValidator.cs191 SendValidationEvent(SR.Sch_InvalidTextInEmpty, string.Empty); in ValidateText()
211 SendValidationEvent(SR.Sch_InvalidWhitespaceInEmpty, string.Empty); in ValidateWhitespace()
237 protected void SendValidationEvent(string code) in SendValidationEvent() method in System.Xml.Schema.BaseValidator
239 SendValidationEvent(code, string.Empty); in SendValidationEvent()
242 protected void SendValidationEvent(string code, string[] args) in SendValidationEvent() method in System.Xml.Schema.BaseValidator
247 protected void SendValidationEvent(string code, string arg) in SendValidationEvent() method in System.Xml.Schema.BaseValidator
252 protected void SendValidationEvent(XmlSchemaException e) in SendValidationEvent() method in System.Xml.Schema.BaseValidator
254 SendValidationEvent(e, XmlSeverityType.Error); in SendValidationEvent()
257 protected void SendValidationEvent(string code, string msg, XmlSeverityType severity) in SendValidationEvent() method in System.Xml.Schema.BaseValidator
262 protected void SendValidationEvent(string code, string[] args, XmlSeverityType severity) in SendValidationEvent() method in System.Xml.Schema.BaseValidator
[all …]
H A DXmlSchemaValidator.cs1310 SendValidationEvent(schemaException); in ProcessSchemaLocations()
1679 SendValidationEvent(SR.Sch_InvalidXsiNill); in CheckXsiTypeAndNil()
1891 SendValidationEvent(e); in RecompileSchemaSet()
1910 SendValidationEvent(SR.Sch_DupId, name); in ProcessTokenizedType()
2787 SendValidationEvent(SR.Sch_UndeclaredEntity, name); in ProcessEntity()
2792 SendValidationEvent(SR.Sch_UnparsedEntityRef, name); in ProcessEntity()
2796 private void SendValidationEvent(string code) in SendValidationEvent() method in System.Xml.Schema.XmlSchemaValidator
2798 SendValidationEvent(code, string.Empty); in SendValidationEvent()
2806 private void SendValidationEvent(string code, string arg) in SendValidationEvent() method in System.Xml.Schema.XmlSchemaValidator
2831 SendValidationEvent(e, XmlSeverityType.Error); in SendValidationEvent()
[all …]
H A DXsdValidator.cs182 SendValidationEvent(SR.Sch_ContentInNill, elementName.ToString()); in ValidateChildElement()
191 SendValidationEvent(SR.Sch_AllElement, elementName.ToString()); in ValidateChildElement()
385 SendValidationEvent(SR.Sch_XsiNilAndType); in ThoroughGetElementDecl()
400 SendValidationEvent(SR.Sch_XsiTypeNotFound, xsiType.ToString()); in ThoroughGetElementDecl()
420 SendValidationEvent(SR.Sch_XsiNilAndFixed); in ThoroughGetElementDecl()
426 SendValidationEvent(SR.Sch_InvalidXsiNill); in ThoroughGetElementDecl()
516 SendValidationEvent(e); in ValidateStartElement()
548 SendValidationEvent(e); in ValidateEndStartElement()
657 SendValidationEvent(SR.Sch_DupId, name); in ProcessTokenizedType()
736 SendValidationEvent(SR.Sch_AttributeValueDataType, attdef.Name.ToString()); in CheckValue()
[all …]
H A DXdrBuilder.cs493 SendValidationEvent(SR.Sch_UnsupportedAttribute, in ProcessAttribute()
767 builder.SendValidationEvent(SR.Sch_MissDtvalue); in XDR_BuildElementType_DtType()
896 builder.SendValidationEvent(code, msg); in XDR_BeginElementType()
1156 builder.SendValidationEvent(code); in XDR_EndAttributeType()
1367 builder.SendValidationEvent(SR.Sch_MixedMany); in XDR_BuildGroup_Order()
1427 builder.SendValidationEvent(SR.Sch_DupDtType); in XDR_InitElementDtType()
1452 builder.SendValidationEvent(SR.Sch_DupDtType); in XDR_InitAttributeDtType()
1482 builder.SendValidationEvent(code); in XDR_EndAttributeDtType()
1768 SendValidationEvent(SR.Sch_UnknownDtType, str); in CheckDatatype()
1802 private void SendValidationEvent(string code) in SendValidationEvent() method in System.Xml.Schema.XdrBuilder
[all …]
H A DDtdValidator.cs110 SendValidationEvent(SR.Sch_StandAlone); in MeetsStandAloneConstraint()
123 SendValidationEvent(SR.Sch_InvalidPIComment); in ValidatePIComment()
135 SendValidationEvent(SR.Sch_RootMatchDocType); in ValidateElement()
199 SendValidationEvent(SR.Sch_UndeclaredAttribute, reader.Name); in ValidateStartElement()
205 SendValidationEvent(e); in ValidateStartElement()
223 SendValidationEvent(e); in ValidateEndStartElement()
309 SendValidationEvent(SR.Sch_DupId, name); in ProcessTokenizedType()
379 SendValidationEvent(SR.Sch_NotationValue, typedValue.ToString()); in CheckValue()
383 SendValidationEvent(SR.Sch_EnumerationValue, typedValue.ToString()); in CheckValue()
402 SendValidationEvent(SR.Sch_AttributeValueDataType, attdef.Name.ToString()); in CheckValue()
[all …]
H A DXsdBuilder.cs787 SendValidationEvent(SR.Sch_TextNotAllowed, value); in ProcessCData()
1174 builder.SendValidationEvent(SR.Sch_IncludeLocation, null); in InitInclude()
1198 builder.SendValidationEvent(SR.Sch_ImportLocation, null); in InitImport()
1521 builder.SendValidationEvent(e); in BuildSimpleTypeUnion_MemberTypes()
2157 builder.SendValidationEvent(SR.Sch_ElementRef, null); in InitIdentityConstraint()
2314 builder.SendValidationEvent(e); in BuildDocumentation_XmlLang()
2465 SendValidationEvent(SR.Sch_MinOccursInvalidXsd, null); in SetMinOccurs()
2477 SendValidationEvent(SR.Sch_MaxOccursInvalidXsd, null); in SetMaxOccurs()
2567 private void SendValidationEvent(string code, string msg) in SendValidationEvent() method in System.Xml.Schema.XsdBuilder
2591 private void SendValidationEvent(XmlSchemaException e) in SendValidationEvent() method in System.Xml.Schema.XsdBuilder
[all …]
H A DSchemaCollectionCompiler.cs494 SendValidationEvent(SR.Sch_GroupCircularRef, group); in CompileGroup()
607 SendValidationEvent(e); in CompileSimpleType()
685 SendValidationEvent(SR.Sch_UnionFromUnion, parentType); in CheckUnionType()
908 SendValidationEvent(e); in CompileSimpleContentRestriction()
1159 SendValidationEvent(SR.Sch_AllRefMinMax, groupRef); in CannonicalizeGroupRef()
1224 SendValidationEvent(SR.Sch_NotAllAlone, all); in CannonicalizeAll()
2054 SendValidationEvent(SR.Sch_AttributeCircularRef, xa); in CompileAttribute()
2188 SendValidationEvent(e); in CompileAttribute()
2248 SendValidationEvent(e); in CompileIdentityConstraint()
2262 SendValidationEvent(SR.Sch_ElementCircularRef, xe); in CompileElement()
[all …]
H A DSchemaSetCompiler.cs440 SendValidationEvent(SR.Sch_NoExamplar, element); in ProcessSubstitutionGroups()
573 SendValidationEvent(SR.Sch_GroupCircularRef, group); in CompileGroup()
690 SendValidationEvent(e); in CompileSimpleType()
768 SendValidationEvent(SR.Sch_UnionFromUnion, parentType); in CheckUnionType()
980 SendValidationEvent(e); in CompileSimpleContentRestriction()
1332 SendValidationEvent(SR.Sch_NotAllAlone, all); in CannonicalizeAll()
2466 SendValidationEvent(SR.Sch_AttributeCircularRef, xa); in CompileAttribute()
2563 SendValidationEvent(e); in CompileAttribute()
2673 SendValidationEvent(e); in CompileIdentityConstraint()
2687 SendValidationEvent(SR.Sch_ElementCircularRef, xe); in CompileElement()
[all …]
H A DXdrValidator.cs285 SendValidationEvent(e); in ValidateStartElement()
310 SendValidationEvent(e); in ValidateEndStartElement()
346SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { uri, e.Message }, XmlSeverityType.Erro… in LoadSchemaFromLocation()
350SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { uri, e.Message }, XmlSeverityType.Warn… in LoadSchemaFromLocation()
409 SendValidationEvent(SR.Sch_DupId, name); in ProcessTokenizedType()
496 SendValidationEvent(SR.Sch_MaxLengthConstraintFailed, value); in CheckValue()
503 SendValidationEvent(SR.Sch_MinLengthConstraintFailed, value); in CheckValue()
510 SendValidationEvent(SR.Sch_NotationValue, typedValue.ToString()); in CheckValue()
514 SendValidationEvent(SR.Sch_EnumerationValue, typedValue.ToString()); in CheckValue()
521 SendValidationEvent(SR.Sch_FixedAttributeValue, attdef.Name.ToString()); in CheckValue()
[all …]
H A DDtdParser.cs637SendValidationEvent(_curPos, XmlSeverityType.Error, SR.Sch_ParEntityRefNesting, string.Empty); in ParseSubset()
912SendValidationEvent(_curPos, XmlSeverityType.Error, SR.Sch_AttListPresence, string.Empty); in ParseAttlistDefault()
1094SendValidationEvent(_curPos, XmlSeverityType.Error, SR.Sch_ParEntityRefNesting, string.Empty); in ParseElementOnlyContent()
1193SendValidationEvent(XmlSeverityType.Error, SR.Sch_DupElement, name.ToString()); in ParseElementMixedContent()
1403 SendValidationEvent(XmlSeverityType.Error, SR.Sch_ParEntityRefNesting, null); in ParseComment()
1441SendValidationEvent(_curPos, XmlSeverityType.Error, SR.Sch_ParEntityRefNesting, string.Empty); in ParseCondSection()
1466SendValidationEvent(_curPos, XmlSeverityType.Error, SR.Sch_ParEntityRefNesting, string.Empty); in ParseCondSection()
3457 private void SendValidationEvent(int pos, XmlSeverityType severity, string code, string arg) in SendValidationEvent() method in System.Xml.DtdParser
3463 private void SendValidationEvent(XmlSeverityType severity, string code, string arg) in SendValidationEvent() method in System.Xml.DtdParser
3466SendValidationEvent(severity, new XmlSchemaException(code, arg, BaseUriStr, (int)LineNo, (int)Line… in SendValidationEvent()
[all …]

12