C# 클래스 DotNetXri.Syntax.XRISubSegment

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

공개 메소드들

메소드 설명
Equals ( XRISubSegment subseg ) : bool
EqualsIgnoreCase ( XRISubSegment subseg ) : bool
ToString ( ) : string

String representation of the obj.

ToString ( bool wantOptionalDelim ) : string
XRISubSegment ( string sXRI ) : System

Constructs SubSegment from String

XRISubSegment ( string sXRI, bool bAllowColon ) : System

Constructs SubSegment from String

getXRef ( ) : XRef

Returns the cross-reference of this obj

isPersistant ( ) : bool

Indicates whether Subsegment is persistent or not

toIRINormalForm ( ) : string

Serializes SubSegment into IRI normal from

toIRINormalForm ( bool wantOptionalDelim ) : string
toURINormalForm ( ) : string

Serializes SubSegment into URI normal from

toURINormalForm ( bool wantOptionalDelim ) : string

비공개 메소드들

메소드 설명
XRISubSegment ( bool bAllowImpliedDelimiter, bool bAllowColon ) : System

Protected Constructor used by package only

doScan ( ParseStream oStream ) : bool

Parses the input stream into the obj

scanPChars ( string s ) : int

Reads xri-pchars from the String

메소드 상세

Equals() 공개 메소드

public Equals ( XRISubSegment subseg ) : bool
subseg XRISubSegment
리턴 bool

EqualsIgnoreCase() 공개 메소드

public EqualsIgnoreCase ( XRISubSegment subseg ) : bool
subseg XRISubSegment
리턴 bool

ToString() 공개 메소드

String representation of the obj.
public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( bool wantOptionalDelim ) : string
wantOptionalDelim bool
리턴 string

XRISubSegment() 공개 메소드

Constructs SubSegment from String
public XRISubSegment ( string sXRI ) : System
sXRI string
리턴 System

XRISubSegment() 공개 메소드

Constructs SubSegment from String
public XRISubSegment ( string sXRI, bool bAllowColon ) : System
sXRI string
bAllowColon bool
리턴 System

getXRef() 공개 메소드

Returns the cross-reference of this obj
public getXRef ( ) : XRef
리턴 XRef

isPersistant() 공개 메소드

Indicates whether Subsegment is persistent or not
public isPersistant ( ) : bool
리턴 bool

toIRINormalForm() 공개 메소드

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

toIRINormalForm() 공개 메소드

public toIRINormalForm ( bool wantOptionalDelim ) : string
wantOptionalDelim bool
리턴 string

toURINormalForm() 공개 메소드

Serializes SubSegment into URI normal from
public toURINormalForm ( ) : string
리턴 string

toURINormalForm() 공개 메소드

public toURINormalForm ( bool wantOptionalDelim ) : string
wantOptionalDelim bool
리턴 string