C# 클래스 DotNetXri.Syntax.XRef

This class provides a strong typing for a XRI cross reference. Any obj of this class that appears outside of the package is a valid cross reference.
상속: Parsable
파일 보기 프로젝트 열기: AArnott/dotnetxri 1 사용 예제들

공개 메소드들

메소드 설명
XRef ( string sPath ) : System

Constructs a cross-reference from a string

getIRI ( ) : string
getXRIReference ( ) : XRIReference
toIRINormalForm ( ) : string

Serializes XRef into IRI normal from

toURINormalForm ( ) : string

비공개 메소드들

메소드 설명
XRef ( ) : System
doScan ( ParseStream oStream ) : bool
scanIRI ( ParseStream oStream ) : string

Returns a non-null String if an IRI is consumed from the stream

scanIRIChars ( string s ) : int
scanXRIReference ( ParseStream oStream ) : XRIReference

Returns a non-null XRIReference if an XRIReference is consumed from the stream

메소드 상세

XRef() 공개 메소드

Constructs a cross-reference from a string
public XRef ( string sPath ) : System
sPath string
리턴 System

getIRI() 공개 메소드

public getIRI ( ) : string
리턴 string

getXRIReference() 공개 메소드

public getXRIReference ( ) : XRIReference
리턴 XRIReference

toIRINormalForm() 공개 메소드

Serializes XRef into IRI normal from
public toIRINormalForm ( ) : string
리턴 string

toURINormalForm() 공개 메소드

public toURINormalForm ( ) : string
리턴 string