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

The abstract RelativeEntry class is the common base of all entries that resolve relative to xml:base.
Наследование: CatalogComponent
Показать файл Открыть проект

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

Метод Описание
BaseAsUri ( ) : Uri

Converts the xml:base into a Uri for resolution operations.

RelativeEntry ( GroupEntry parent, String xmlbase ) : System

Constructs a RelativeEntry with holds the base URI used to resolve any local URI values.

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.

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

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

Converts the xml:base into a Uri for resolution operations.
protected BaseAsUri ( ) : Uri
Результат System.Uri

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

Constructs a RelativeEntry with holds the base URI used to resolve any local URI values.
protected RelativeEntry ( GroupEntry parent, String xmlbase ) : System
parent GroupEntry The containing element.
xmlbase String Optional xml:base value.
Результат System

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