C# Class HandCoded.Xml.SchemaSet

The SchemaSet class hold a collection of ...
ファイルを表示 Open project: formicary/fpml-toolkit-csharp

Public Methods

Method Description
Add ( SchemaRelease release ) : void

Resolve the location of the indicated SchemaRelease (and any that it imports) to the schema set using default XML catalog to resolve the schema location.

Add ( SchemaRelease release, Catalog catalog ) : void

Resolve the location of the indicated SchemaRelease (and any that it imports) to the schema set using the given XML catalog to resolve the schema location.

SchemaSet ( ) : System

Constructs a SchemaSet.

ToString ( ) : string

Produces a debugging string describing the object.

Private Methods

Method Description
Unwrap ( String path ) : String

Scans a path and removes and URI style encoded characters.

Method Details

Add() public method

Resolve the location of the indicated SchemaRelease (and any that it imports) to the schema set using default XML catalog to resolve the schema location.
public Add ( SchemaRelease release ) : void
release HandCoded.Meta.SchemaRelease The to be added.
return void

Add() public method

Resolve the location of the indicated SchemaRelease (and any that it imports) to the schema set using the given XML catalog to resolve the schema location.
public Add ( SchemaRelease release, Catalog catalog ) : void
release HandCoded.Meta.SchemaRelease The to be added.
catalog HandCoded.Xml.Resolver.Catalog The to resolve with.
return void

SchemaSet() public method

Constructs a SchemaSet.
public SchemaSet ( ) : System
return System

ToString() public method

Produces a debugging string describing the object.
public ToString ( ) : string
return string