C# 클래스 DotNetXri.Syntax.Xri3.Impl.XRI3

상속: XRI3SyntaxComponent, XRI
파일 보기 프로젝트 열기: AArnott/dotnetxri 1 사용 예제들

공개 메소드들

메소드 설명
StartsWith ( XRI xri ) : bool
XRI3 ( XRI xri, XRISyntaxComponent xriPart ) : System
XRI3 ( XRI xri, string xriPart ) : System
XRI3 ( char gcs, string uri ) : System
XRI3 ( string value ) : System
getParserObject ( ) : Rule
hasAuthority ( ) : bool
hasFragment ( ) : bool
hasPath ( ) : bool
hasQuery ( ) : bool
hasScheme ( ) : bool
isIName ( ) : bool
isINumber ( ) : bool
isReserved ( ) : bool
isValidXRIReference ( ) : bool
toIRINormalForm ( ) : String
toXRI3Reference ( ) : XRI3Reference
toXRIReference ( ) : XRIReference

비공개 메소드들

메소드 설명
XRI3 ( Rule rule ) : System
read ( ) : void
reset ( ) : void

메소드 상세

StartsWith() 공개 메소드

public StartsWith ( XRI xri ) : bool
xri XRI
리턴 bool

XRI3() 공개 메소드

public XRI3 ( XRI xri, XRISyntaxComponent xriPart ) : System
xri XRI
xriPart XRISyntaxComponent
리턴 System

XRI3() 공개 메소드

public XRI3 ( XRI xri, string xriPart ) : System
xri XRI
xriPart string
리턴 System

XRI3() 공개 메소드

public XRI3 ( char gcs, string uri ) : System
gcs char
uri string
리턴 System

XRI3() 공개 메소드

public XRI3 ( string value ) : System
value string
리턴 System

getParserObject() 공개 메소드

public getParserObject ( ) : Rule
리턴 DotNetXri.Syntax.Xri3.Impl.Parser.Rule

hasAuthority() 공개 메소드

public hasAuthority ( ) : bool
리턴 bool

hasFragment() 공개 메소드

public hasFragment ( ) : bool
리턴 bool

hasPath() 공개 메소드

public hasPath ( ) : bool
리턴 bool

hasQuery() 공개 메소드

public hasQuery ( ) : bool
리턴 bool

hasScheme() 공개 메소드

public hasScheme ( ) : bool
리턴 bool

isIName() 공개 메소드

public isIName ( ) : bool
리턴 bool

isINumber() 공개 메소드

public isINumber ( ) : bool
리턴 bool

isReserved() 공개 메소드

public isReserved ( ) : bool
리턴 bool

isValidXRIReference() 공개 메소드

public isValidXRIReference ( ) : bool
리턴 bool

toIRINormalForm() 공개 메소드

public toIRINormalForm ( ) : String
리턴 String

toXRI3Reference() 공개 메소드

public toXRI3Reference ( ) : XRI3Reference
리턴 XRI3Reference

toXRIReference() 공개 메소드

public toXRIReference ( ) : XRIReference
리턴 XRIReference