C# 클래스 HandCoded.Xml.Resolver.RewriteUriEntry

The RewriteUriEntry class implements URI rewriting.
상속: CatalogComponent, IUriRule
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp 1 사용 예제들

공개 메소드들

메소드 설명
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.

RewriteUriEntry ( GroupEntry parent, String startString, String rewritePrefix ) : System

Constructs a RewriteUriEntry.

보호된 메소드들

메소드 설명
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

RewriteUriEntry() 공개 메소드

Constructs a RewriteUriEntry.
public RewriteUriEntry ( GroupEntry parent, String startString, String rewritePrefix ) : System
parent GroupEntry parent
startString String startString
rewritePrefix String rewritePrefix
리턴 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