C# Class HandCoded.Xml.SchemaSet

The SchemaSet class hold a collection of ...
Afficher le fichier Open project: formicary/fpml-toolkit-csharp

Méthodes publiques

Méthode 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

Méthode Description
Unwrap ( String path ) : String

Scans a path and removes and URI style encoded characters.

Method Details

Add() public méthode

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.
Résultat void

Add() public méthode

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.
Résultat void

SchemaSet() public méthode

Constructs a SchemaSet.
public SchemaSet ( ) : System
Résultat System

ToString() public méthode

Produces a debugging string describing the object.
public ToString ( ) : string
Résultat string