C# Class System.Xml.Schema.XmlSchemaCollection

Inheritance: ICollection, IEnumerable
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
Add XmlSchema
Add XmlSchema
Add void
AddNonThreadSafe void
GetSchemaInfo SchemaInfo
GetSchemaNames SchemaNames
ICollection void
IEnumerable IEnumerator
SendValidationEvent void

Public Methods

Method Description
Add ( String ns, XmlReader reader ) : XmlSchema
Add ( String ns, XmlReader reader, XmlResolver resolver ) : XmlSchema
Add ( XmlSchema schema ) : XmlSchema
Add ( XmlSchema schema, XmlResolver resolver ) : XmlSchema
Add ( string ns, string uri ) : XmlSchema
Add ( XmlSchemaCollection schema ) : void
Contains ( XmlSchema schema ) : bool
Contains ( string ns ) : bool
CopyTo ( XmlSchema array, int index ) : void
GetEnumerator ( ) : XmlSchemaCollectionEnumerator
XmlSchemaCollection ( ) : System
XmlSchemaCollection ( XmlNameTable nametable ) : System
this ( string ns ) : XmlSchema

Private Methods

Method Description
Add ( string ns, SchemaInfo schemaInfo, XmlSchema schema, bool compile ) : XmlSchema
Add ( string ns, SchemaInfo schemaInfo, XmlSchema schema, bool compile, XmlResolver resolver ) : XmlSchema
Add ( string ns, XmlSchemaCollectionNode node ) : void
AddNonThreadSafe ( string ns, XmlSchemaCollectionNode node ) : void
GetSchemaInfo ( string ns ) : SchemaInfo
GetSchemaNames ( XmlNameTable nt ) : SchemaNames
ICollection ( Array array, int index ) : void
IEnumerable ( ) : IEnumerator
SendValidationEvent ( XmlSchemaException e ) : void

Method Details

Add() public method

public Add ( String ns, XmlReader reader ) : XmlSchema
ns String
reader System.Xml.XmlReader
return XmlSchema

Add() public method

public Add ( String ns, XmlReader reader, XmlResolver resolver ) : XmlSchema
ns String
reader System.Xml.XmlReader
resolver System.Xml.XmlResolver
return XmlSchema

Add() public method

public Add ( XmlSchema schema ) : XmlSchema
schema XmlSchema
return XmlSchema

Add() public method

public Add ( XmlSchema schema, XmlResolver resolver ) : XmlSchema
schema XmlSchema
resolver System.Xml.XmlResolver
return XmlSchema

Add() public method

public Add ( string ns, string uri ) : XmlSchema
ns string
uri string
return XmlSchema

Add() public method

public Add ( XmlSchemaCollection schema ) : void
schema XmlSchemaCollection
return void

Contains() public method

public Contains ( XmlSchema schema ) : bool
schema XmlSchema
return bool

Contains() public method

public Contains ( string ns ) : bool
ns string
return bool

CopyTo() public method

public CopyTo ( XmlSchema array, int index ) : void
array XmlSchema
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : XmlSchemaCollectionEnumerator
return XmlSchemaCollectionEnumerator

XmlSchemaCollection() public method

public XmlSchemaCollection ( ) : System
return System

XmlSchemaCollection() public method

public XmlSchemaCollection ( XmlNameTable nametable ) : System
nametable XmlNameTable
return System

this() public method

public this ( string ns ) : XmlSchema
ns string
return XmlSchema