C# Class HandCoded.Xml.Resolver.DelegateUriEntry

The DelegateUriEntry class implements uri delegation.
Inheritance: RelativeEntry, IUriRule
Afficher le fichier Open project: formicary/fpml-toolkit-csharp Class Usage Examples

Méthodes publiques

Méthode Description
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.

DelegateUriEntry ( GroupEntry parent, String startString, String catalog, String xmlbase ) : System

Méthodes protégées

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

ApplyTo() public méthode

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

DelegateUriEntry() public méthode

public DelegateUriEntry ( GroupEntry parent, String startString, String catalog, String xmlbase ) : System
parent GroupEntry
startString String
catalog String
xmlbase String
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