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
Afficher le fichier Open project: formicary/fpml-toolkit-csharp

Méthodes protégées

Méthode 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 méthode

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

RelativeEntry() protected méthode

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.
Résultat System

ToDebug() protected méthode

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
Résultat String