Definition at line 215 of file Preprocessor.cs.
216 {
218 {
219 return;
220 }
223 {
224 Uri uri = null;
228 {
231 {
233 }
235 continue;
236 }
241 {
242 try
243 {
245 }
247 {
250 }
251 }
253 {
257 {
259 }
260 if (
text ==
"http://www.w3.org/XML/1998/namespace" &&
uri2 ==
null)
261 {
263 continue;
264 }
265 }
267 {
269 {
271 }
272 }
274 {
276 try
277 {
279 }
280 catch (Exception
ex2)
281 {
284 }
286 {
290 {
294 continue;
295 }
298 {
302 }
303 else if (
type.IsSubclassOf(
typeof(XmlReader)))
304 {
306 }
308 {
312 }
314 {
316 continue;
317 }
318 try
319 {
320 Parser
parser =
new Parser(SchemaType.XSD,
base.NameTable,
base.SchemaNames,
base.EventHandler);
323 {
324 }
328 }
329 catch (XmlSchemaException
ex3)
330 {
332 }
334 {
336 }
337 finally
338 {
340 }
341 }
342 else
343 {
345 }
346 }
347 else
348 {
350 }
351 }
352 }
bool ICollection< KeyValuePair< TKey, TValue > >. Contains(KeyValuePair< TKey, TValue > keyValuePair)
void Add(TKey key, TValue value)
virtual void Add(object key, object? value)
static string Sch_InvalidIncludeLocation
static string Sch_CannotLoadSchemaLocation
void SendValidationEvent(string code, XmlSchemaObject source)
void LoadExternals(XmlSchema schema)
object GetSchemaEntity(Uri ruri)
static XmlSchema GetBuildInSchema()
Uri ResolveSchemaLocationUri(XmlSchema enclosingSchema, string location)
Hashtable _schemaLocations
XmlReaderSettings _readerSettings
References System.Xml.Schema.Preprocessor._readerSettings, System.Xml.Schema.Preprocessor._schemaLocations, System.Xml.Schema.Preprocessor._xmlResolver, System.Collections.Hashtable.Add(), System.Collections.Generic.Dictionary< TKey, TValue >.Add(), System.Collections.Generic.Dictionary< TKey, TValue >.Contains(), System.Collections.Generic.Dictionary< TKey, TValue >.Count, System.Xml.XmlReader.Create(), System.Xml.Dictionary, System.Xml.Schema.Preprocessor.GetBuildInSchema(), System.Xml.Schema.Preprocessor.GetSchemaEntity(), System.Type.GetType(), System.Xml.Schema.Preprocessor.LoadExternals(), System.obj, System.Xml.Schema.Preprocessor.ResolveSchemaLocationUri(), System.SR.Sch_CannotLoadSchemaLocation, System.SR.Sch_InvalidIncludeLocation, System.Xml.Schema.BaseProcessor.SendValidationEvent(), System.text, and System.type.
Referenced by System.Xml.Schema.Preprocessor.Execute(), and System.Xml.Schema.Preprocessor.LoadExternals().