C# Class HandCoded.Xml.Resolver.RelativeEntry

The abstract RelativeEntry class is the common base of all entries that resolve relative to xml:base.
Inheritance: CatalogComponent
ファイルを表示 Open project: formicary/fpml-toolkit-csharp

Protected Methods

Method Description
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.

Method Details

BaseAsUri() protected method

Converts the xml:base into a Uri for resolution operations.
protected BaseAsUri ( ) : Uri
return System.Uri

RelativeEntry() protected method

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.
return System

ToDebug() protected method

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
return String