The members of System.Xml.Schema.XmlSchemaSet are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Xml.Schema.XmlSchemaSet class. | ||
Initializes a new instance of the System.Xml.Schema.XmlSchemaSet class with the specified System.Xml.XmlNameTable. |
CompilationSettings | XmlSchemaCompilationSettings.
Gets or sets the System.Xml.Schema.XmlSchemaCompilationSettings for the System.Xml.Schema.XmlSchemaSet. | |
[read-only] | Count | int.
Gets the number of logical XML Schema definition language (XSD) schemas in the System.Xml.Schema.XmlSchemaSet. |
[read-only] | GlobalAttributes | XmlSchemaObjectTable.
Gets all the global attributes in all the XML Schema definition language (XSD) schemas in the System.Xml.Schema.XmlSchemaSet. |
[read-only] | GlobalElements | XmlSchemaObjectTable.
Gets all the global elements in all the XML Schema definition language (XSD) schemas in the System.Xml.Schema.XmlSchemaSet. |
[read-only] | GlobalTypes | XmlSchemaObjectTable.
Gets all of the global simple and complex types in all the XML Schema definition language (XSD) schemas in the System.Xml.Schema.XmlSchemaSet. |
[read-only] | IsCompiled | bool.
Gets a value that indicates whether the XML Schema definition language (XSD) schemas in the System.Xml.Schema.XmlSchemaSet have been compiled. |
[read-only] | NameTable | System.Xml.XmlNameTable.
Gets the default System.Xml.XmlNameTable used by the System.Xml.Schema.XmlSchemaSet when loading new XML Schema definition language (XSD) schemas. |
[write-only] | XmlResolver | System.Xml.XmlResolver.
Sets the System.Xml.XmlResolver used to resolve namespaces or locations referenced in include and import elements of a schema. |
Add(XmlSchema)
| ||
Add(XmlSchemaSet)
| ||
Add(string, string)
| ||
Add(string, System.Xml.XmlReader)
| ||
Compile()
| ||
Contains(string)
| ||
Contains(XmlSchema)
| ||
CopyTo(XmlSchema[], int)
| ||
Remove(XmlSchema)
| ||
RemoveRecursive(XmlSchema)
| ||
Reprocess(XmlSchema)
| ||
Schemas()
| ||
Schemas(string)
|
ValidationEventHandler |
Specifies an event handler for receiving information about XML Schema definition language (XSD) schema validation errors. |