2 writes to schemaSet
System.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
184
this.
schemaSet
= new XmlSchemaSet(nameTable);
192
this.
schemaSet
= schemas;
22 references to schemaSet
System.Xml (22)
System\Xml\Schema\XmlSchemaValidator.cs (22)
185
this.
schemaSet
.ValidationEventHandler += schemas.GetEventHandler();
186
this.
schemaSet
.CompilationSettings = schemas.CompilationSettings;
187
this.
schemaSet
.XmlResolver = schemas.GetResolver();
188
this.
schemaSet
.Add(schemas);
304
Hashtable schemaLocations =
schemaSet
.SchemaLocations;
310
if (validatedNamespaces[tns] != null &&
schemaSet
.FindSchemaByNSAndUrl(schema.BaseUri, tns, oldLocations) == null) {
315
schemaSet
.Add(schema);
327
if (validatedNamespaces[tns] != null &&
schemaSet
.FindSchemaByNSAndUrl(impSchema.BaseUri, tns, oldLocations) == null) {
329
schemaSet
.RemoveRecursive(schema);
705
ArrayList names = context.ElementDecl.ContentValidator.ExpectedParticles(context, false,
schemaSet
);
843
ICollection elements =
schemaSet
.GlobalElements.Values;
846
ContentValidator.AddParticleToExpected(element,
schemaSet
, expected, true);
852
ArrayList expected = context.ElementDecl.ContentValidator.ExpectedParticles(context, false,
schemaSet
);
954
return
schemaSet
;
1056
CompleteValidationError(context, eventHandler, nsResolver, sourceUriString, positionInfo.LineNumber, positionInfo.LinePosition,
schemaSet
);
1177
ElementValidationError(elementName, context, eventHandler, nsResolver, sourceUriString, positionInfo.LineNumber, positionInfo.LinePosition,
schemaSet
);
1521
schemaSet
.Add(localSet);
1553
XmlReaderSettings readerSettings =
schemaSet
.ReaderSettings;
1557
schemaSet
.Add(uri, Reader, validatedNamespaces);
1575
if (!
schemaSet
.IsCompiled) {
1577
schemaSet
.Compile();
1583
compiledSchemaInfo =
schemaSet
.CompiledInfo; //Fetch compiled info from set