C# Класс HandCoded.Xml.Resolver.UriEntry

The UriEntry class implements simple URI matching.
Наследование: RelativeEntry, IUriRule
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ApplyTo ( String uri, Stack catalogs ) : String

Applys the rule instance to the public or system identifier in an attempt to locate the URI of a resource with can provide the required information.

UriEntry ( GroupEntry parent, String name, String uri, String xmlbase ) : System

Constructs a UriEntry instance that will replace one URI with another.

Защищенные методы

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

Converts the instance's member values to String representations and concatenates them all together. This function is used by ToString and may be overriden in derived classes.

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

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

Applys the rule instance to the public or system identifier in an attempt to locate the URI of a resource with can provide the required information.
public ApplyTo ( String uri, Stack catalogs ) : String
uri String The uri needing to be resolved.
catalogs Stack The stack of catalogs being processed.
Результат String

ToDebug() защищенный Метод

Converts the instance's member values to String representations and concatenates them all together. This function is used by ToString and may be overriden in derived classes.
protected ToDebug ( ) : String
Результат String

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

Constructs a UriEntry instance that will replace one URI with another.
public UriEntry ( GroupEntry parent, String name, String uri, String xmlbase ) : System
parent GroupEntry The containing element.
name String URI to be matched.
uri String The replacement URI.
xmlbase String Optional xml:base value.
Результат System