C# Класс HandCoded.Xml.SchemaSet

The SchemaSet class hold a collection of ...
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Unwrap ( String path ) : String

Scans a path and removes and URI style encoded characters.

Описание методов

Add() публичный Метод

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.
Результат void

Add() публичный Метод

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.
Результат void

SchemaSet() публичный Метод

Constructs a SchemaSet.
public SchemaSet ( ) : System
Результат System

ToString() публичный Метод

Produces a debugging string describing the object.
public ToString ( ) : string
Результат string