C# Class DotNetXri.Syntax.XRIFragment

This class provides a strong typing for a XRI Fragment. Any obj of this class that appears outside of the package is a valid XRI Fragment.
Inheritance: Parsable
Show file Open project: AArnott/dotnetxri

Public Methods

Method Description
XRIFragment ( string sFrag )

Constructs a XRIFragment from a string. Not implemented.

setParsedValue ( string sValue ) : void
toIRINormalForm ( ) : string

Private Methods

Method Description
XRIFragment ( )
doScan ( ParseStream oStream ) : bool
scanIFragmentChars ( string s ) : int

Method Details

XRIFragment() public method

Constructs a XRIFragment from a string. Not implemented.
public XRIFragment ( string sFrag )
sFrag string

setParsedValue() public method

public setParsedValue ( string sValue ) : void
sValue string
return void

toIRINormalForm() public method

public toIRINormalForm ( ) : string
return string