Lines Matching refs:SendValidationEvent

311                 SendValidationEvent(Res.Sch_ComponentAlreadySeenForNS, tns, XmlSeverityType.Error);  in AddSchema()
319SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {schema.BaseUri.ToString(), e.Message},… in AddSchema()
328SendValidationEvent(Res.Sch_ComponentAlreadySeenForNS, tns, XmlSeverityType.Error); in AddSchema()
484 SendValidationEvent(Res.Sch_DuplicateAttribute, attQName.ToString()); in ValidateAttribute()
507 SendValidationEvent(Res.Sch_UndeclaredAttribute, attQName.ToString()); in ValidateAttribute()
510SendValidationEvent(Res.Sch_NoAttributeSchemaFound, attQName.ToString(), XmlSeverityType.Warning); in ValidateAttribute()
520 SendValidationEvent(Res.Sch_UndeclaredAttribute, attQName.ToString()); in ValidateAttribute()
530 SendValidationEvent(Res.Sch_ProhibitedAttribute, attQName.ToString()); in ValidateAttribute()
536 SendValidationEvent(Res.Sch_ProhibitedAttribute, attQName.ToString()); in ValidateAttribute()
541SendValidationEvent(Res.Sch_SchemaAttributeNameMismatch, new string[] { attQName.ToString(), ((Xml… in ValidateAttribute()
548 SendValidationEvent(Res.Sch_ValidateAttributeInvalidCall, string.Empty); in ValidateAttribute()
558 SendValidationEvent(Res.Sch_AttrUseAndWildId, string.Empty); in ValidateAttribute()
565 SendValidationEvent(Res.Sch_MoreThanOneWildId, string.Empty); in ValidateAttribute()
599SendValidationEvent(Res.Sch_NoAttributeSchemaFound, attQName.ToString(), XmlSeverityType.Warning); in ValidateAttribute()
616 SendValidationEvent(Res.Sch_NotXsiAttribute, attQName.ToString()); in ValidateAttribute()
682SendValidationEvent(Res.Sch_ContentInNill, QNameString(context.LocalName, context.Namespace)); in ValidateText()
688 SendValidationEvent(Res.Sch_InvalidTextInEmpty, string.Empty); in ValidateText()
707SendValidationEvent(Res.Sch_InvalidTextInElement, BuildElementName(context.LocalName, context.Name… in ValidateText()
711SendValidationEvent(Res.Sch_InvalidTextInElementExpecting, new string[] { BuildElementName(context… in ValidateText()
749SendValidationEvent(Res.Sch_ContentInNill, QNameString(context.LocalName, context.Namespace)); in ValidateWhitespace()
754 SendValidationEvent(Res.Sch_InvalidWhitespaceInEmpty, string.Empty); in ValidateWhitespace()
905SendValidationEvent(Res.Sch_DefaultAttributeNotApplied, new string[2] { attdef.Name.ToString(), QN… in GetUnspecifiedDefaultAttributes()
1097SendValidationEvent(Res.Sch_InvalidValueDetailedAttribute, new string[] { "schemaLocation", xsiSch… in ProcessSchemaLocations()
1108 SendValidationEvent(schemaException); in ProcessSchemaLocations()
1126SendValidationEvent(Res.Sch_ContentInNill, QNameString(context.LocalName, context.Namespace)); in ValidateElementContext()
1131SendValidationEvent(Res.Sch_ElementInMixedWithFixed, QNameString(context.LocalName, context.Namesp… in ValidateElementContext()
1144 SendValidationEvent(Res.Sch_AllElement, elementName.ToString()); in ValidateElementContext()
1167SendValidationEvent(Res.Sch_InvalidElementSubstitution, BuildElementName(elementName), BuildElemen… in ValidateElementContext()
1194SendValidationEvent(Res.Sch_SubstitutionNotAllowed, new string[] {member.ToString(), head.ToString… in GetSubstitutionGroupHead()
1198SendValidationEvent(Res.Sch_SubstitutionBlocked, new string[] {member.ToString(), head.ToString()}… in GetSubstitutionGroupHead()
1219SendValidationEvent(Res.Sch_InvalidElementDefaultValue, new string[] { currentElementDecl.DefaultV… in ValidateAtomicValue()
1258SendValidationEvent(Res.Sch_ElementValueDataTypeDetailed, new string[] { QNameString(context.Local… in ValidateAtomicValue()
1262SendValidationEvent(Res.Sch_FixedElementValue, QNameString(context.LocalName, context.Namespace)); in ValidateAtomicValue()
1364SendValidationEvent(Res.Sch_SchemaElementNameMismatch, elementName.ToString(), element.QualifiedNa… in FastGetElementDecl()
1373 SendValidationEvent(Res.Sch_ValidateElementInvalidCall, string.Empty); in FastGetElementDecl()
1389SendValidationEvent(Res.Sch_InvalidValueDetailedAttribute, new string[] { "type", xsiType, dtQName… in CheckXsiTypeAndNil()
1401 SendValidationEvent(Res.Sch_XsiNilAndFixed); in CheckXsiTypeAndNil()
1406 SendValidationEvent(Res.Sch_InvalidXsiNill); in CheckXsiTypeAndNil()
1411SendValidationEvent(Res.Sch_AbstractElement, QNameString(context.LocalName, context.Namespace)); in CheckXsiTypeAndNil()
1432 SendValidationEvent(Res.Sch_XsiTypeNotFound, xsiTypeName.ToString(), severity); in CheckXsiTypeAndNil()
1438SendValidationEvent(Res.Sch_XsiTypeAbstract, xsiTypeName.ToString(), severity); in CheckXsiTypeAndNil()
1442SendValidationEvent(Res.Sch_XsiTypeBlockedEx, new string[] { xsiTypeName.ToString(), QNameString(c… in CheckXsiTypeAndNil()
1469SendValidationEvent(Res.Sch_UndeclaredElement, QNameString(context.LocalName, context.Namespace)); in ThrowDeclNotFoundWarningOrError()
1472SendValidationEvent(Res.Sch_NoElementSchemaFound, QNameString(context.LocalName, context.Namespace… in ThrowDeclNotFoundWarningOrError()
1478SendValidationEvent(Res.Sch_AbstractElement, QNameString(context.LocalName, context.Namespace)); in CheckElementProperties()
1539 SendValidationEvent(Res.Sch_FixedElementValue, elementDecl.Name.ToString()); in CheckMixedValueConstraint()
1561 SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, e); in LoadSchema()
1564SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, e, XmlSeverityType.Wa… in LoadSchema()
1580 SendValidationEvent(e); in RecompileSchemaSet()
1594 SendValidationEvent(Res.Sch_DupId, name); in ProcessTokenizedType()
1639 SendValidationEvent(Res.Sch_FixedAttributeValue, attdef.Name.ToString()); in CheckAttributeValue()
1648SendValidationEvent(Res.Sch_AttributeValueDataTypeDetailed, new string[] { attdef.Name.ToString(),… in CheckAttributeValue()
1661SendValidationEvent(Res.Sch_ElementValueDataTypeDetailed, new string[] { QNameString(context.Local… in CheckElementValue()
1665SendValidationEvent(Res.Sch_FixedElementValue, QNameString(context.LocalName, context.Namespace)); in CheckElementValue()
1697SendValidationEvent(new XmlSchemaValidationException(Res.Sch_UndeclaredId, next.Id, this.sourceUri… in CheckForwardRefs()
1767 SendValidationEvent(Res.Sch_MissRequiredAttribute, attdef.Name.ToString()); in CheckRequiredAttributes()
1846SendValidationEvent(Res.Sch_RefNotInScope, QNameString(context.LocalName, context.Namespace)); in AddIdentityConstraints()
1892 SendValidationEvent(Res.Sch_FieldSimpleTypeExpected, localName); in ElementIdentityConstraints()
1931 SendValidationEvent (Res.Sch_FieldSingleValueExpected, name); in AttributeIdentityConstraints()
1970 SendValidationEvent (Res.Sch_FieldSingleValueExpected, localName); in EndElementIdentityConstraints()
1999SendValidationEvent(new XmlSchemaValidationException(Res.Sch_MissingKey, constraints[i].constraint… in EndElementIdentityConstraints()
2006SendValidationEvent(new XmlSchemaValidationException(Res.Sch_DuplicateKey, in EndElementIdentityConstraints()
2022SendValidationEvent(new XmlSchemaValidationException(Res.Sch_DuplicateKey, in EndElementIdentityConstraints()
2059SendValidationEvent(new XmlSchemaValidationException(Res.Sch_UnresolvedKeyref, new string[2] { ks.… in EndElementIdentityConstraints()
2118SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_InvalidElementC… in ElementValidationError()
2121SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_InvalidElementC… in ElementValidationError()
2127SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_InvalidElementC… in ElementValidationError()
2130SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_InvalidElementC… in ElementValidationError()
2136SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_InvalidElementI… in ElementValidationError()
2139SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_InvalidElementI… in ElementValidationError()
2159SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_IncompleteConte… in CompleteValidationError()
2161SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_IncompleteConte… in CompleteValidationError()
2166SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_IncompleteConte… in CompleteValidationError()
2169SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(Res.Sch_IncompleteConte… in CompleteValidationError()
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()
2331 private void SendValidationEvent(string code, string[] args) { in SendValidationEvent() method in System.Xml.Schema.XmlSchemaValidator
2332SendValidationEvent(new XmlSchemaValidationException(code, args, sourceUriString, positionInfo.Lin… in SendValidationEvent()
2335 private void SendValidationEvent(string code, string arg) { in SendValidationEvent() method in System.Xml.Schema.XmlSchemaValidator
2336SendValidationEvent(new XmlSchemaValidationException(code, arg, sourceUriString, positionInfo.Line… in SendValidationEvent()
2339 private void SendValidationEvent(string code, string arg1, string arg2) { in SendValidationEvent() method in System.Xml.Schema.XmlSchemaValidator
2340SendValidationEvent(new XmlSchemaValidationException(code, new string[] { arg1, arg2 }, sourceUriS… in SendValidationEvent()
2343 …private void SendValidationEvent(string code, string[] args, Exception innerException, XmlSeverity… in SendValidationEvent() method in System.Xml.Schema.XmlSchemaValidator
2345SendValidationEvent(new XmlSchemaValidationException(code, args, innerException, sourceUriString, … in SendValidationEvent()
2349 private void SendValidationEvent(string code, string[] args, Exception innerException) { in SendValidationEvent() method in System.Xml.Schema.XmlSchemaValidator
2350SendValidationEvent(new XmlSchemaValidationException(code, args, innerException, sourceUriString, … in SendValidationEvent()
2353 private void SendValidationEvent(XmlSchemaValidationException e) { in SendValidationEvent() method in System.Xml.Schema.XmlSchemaValidator
2354 SendValidationEvent(e, XmlSeverityType.Error); in SendValidationEvent()
2357 private void SendValidationEvent(XmlSchemaException e) { in SendValidationEvent() method in System.Xml.Schema.XmlSchemaValidator
2358SendValidationEvent(new XmlSchemaValidationException(e.GetRes,e.Args,e.SourceUri,e.LineNumber,e.Li… in SendValidationEvent()
2361 private void SendValidationEvent(string code, string msg, XmlSeverityType severity) { in SendValidationEvent() method in System.Xml.Schema.XmlSchemaValidator
2363SendValidationEvent(new XmlSchemaValidationException(code, msg, sourceUriString, positionInfo.Line… in SendValidationEvent()
2367 private void SendValidationEvent(XmlSchemaValidationException e, XmlSeverityType severity) { in SendValidationEvent() method in System.Xml.Schema.XmlSchemaValidator
2386 …internal static void SendValidationEvent(ValidationEventHandler eventHandler, object sender, XmlSc… in SendValidationEvent() method in System.Xml.Schema.XmlSchemaValidator