C# Class Opc.Ua.Schema.Xml.XmlSchemaValidator

Generates files used to describe data types.
Inheritance: SchemaValidator
Exibir arquivo Open project: OPCFoundation/UA-.NETStandardLibrary

Public Methods

Method Description
GetSchema ( string typeName ) : string

Returns the schema for the specified type (returns the entire schema if null).

Validate ( Stream stream ) : void

Generates the code from the contents of the address space.

Validate ( string inputPath ) : void

Generates the code from the contents of the address space.

XmlSchemaValidator ( ) : System

Intializes the object with default values.

XmlSchemaValidator ( string>.Dictionary fileTable ) : System

Intializes the object with a file table.

Method Details

GetSchema() public method

Returns the schema for the specified type (returns the entire schema if null).
public GetSchema ( string typeName ) : string
typeName string
return string

Validate() public method

Generates the code from the contents of the address space.
public Validate ( Stream stream ) : void
stream Stream
return void

Validate() public method

Generates the code from the contents of the address space.
public Validate ( string inputPath ) : void
inputPath string
return void

XmlSchemaValidator() public method

Intializes the object with default values.
public XmlSchemaValidator ( ) : System
return System

XmlSchemaValidator() public method

Intializes the object with a file table.
public XmlSchemaValidator ( string>.Dictionary fileTable ) : System
fileTable string>.Dictionary
return System