System.Xml.Schema.XmlSchema: Method Members

The methods of System.Xml.Schema.XmlSchema are listed below. For a list of all members, see the XmlSchema Members list.

See Also: Inherited members from System.Xml.Schema.XmlSchemaObject

Public Methods

Compile(ValidationEventHandler)

Compiles the XML Schema Object Model (SOM) into schema information for validation. Used to check the syntactic and semantic structure of the programmatically built SOM. Semantic validation checking is performed during compilation.

Compile(ValidationEventHandler, System.Xml.XmlResolver)

Compiles the XML Schema Object Model (SOM) into schema information for validation. Used to check the syntactic and semantic structure of the programmatically built SOM. Semantic validation checking is performed during compilation.

static
Read(System.IO.Stream, ValidationEventHandler) : XmlSchema

Reads an XML Schema from the supplied stream.

static
Read(System.IO.TextReader, ValidationEventHandler) : XmlSchema

Reads an XML Schema from the supplied System.IO.TextReader.

static
Read(System.Xml.XmlReader, ValidationEventHandler) : XmlSchema

Reads an XML Schema from the supplied System.Xml.XmlReader.

Write(System.IO.Stream)

Writes the XML Schema to the supplied data stream.

Write(System.IO.TextWriter)

Writes the XML Schema to the supplied System.IO.TextWriter.

Write(System.Xml.XmlWriter)

Writes the XML Schema to the supplied System.Xml.XmlWriter.

Write(System.IO.Stream, System.Xml.XmlNamespaceManager)

Writes the XML Schema to the supplied System.IO.Stream using the System.Xml.XmlNamespaceManager specified.

Write(System.IO.TextWriter, System.Xml.XmlNamespaceManager)

Writes the XML Schema to the supplied System.IO.TextWriter.

Write(System.Xml.XmlWriter, System.Xml.XmlNamespaceManager)

Writes the XML Schema to the supplied System.Xml.XmlWriter.