C# Class HandCoded.Xml.Resolver.CatalogManager

Creates an Catalog instance from the definition held in the indicated URL. If the file has been requested previously then the cached object is returned.
Mostrar archivo Open project: formicary/fpml-toolkit-csharp Class Usage Examples

Public Methods

Method Description
Find ( String url ) : Catalog

Creates an Catalog instance from the definition held in the indicated URL. If the file has been requested previously then the cached object is returned.

Find ( String url, bool validate ) : Catalog

Creates an Catalog instance from the definition held in the indicated URL. If the file has been requested previously then the cached object is returned.

Private Methods

Method Description
CatalogManager ( ) : System

Ensures no instances can be constructed.

Method Details

Find() public static method

Creates an Catalog instance from the definition held in the indicated URL. If the file has been requested previously then the cached object is returned.
public static Find ( String url ) : Catalog
url String The catalog's URI.
return Catalog

Find() public static method

Creates an Catalog instance from the definition held in the indicated URL. If the file has been requested previously then the cached object is returned.
public static Find ( String url, bool validate ) : Catalog
url String The catalog's URI.
validate bool Determines if the catalog should be validated.
return Catalog