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

The abstract RelativeEntry class is the common base of all entries that resolve relative to xml:base.
상속: CatalogComponent
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp

보호된 메소드들

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