C# Class DotNetXri.Syntax.RelativeXRI

This class provides a strong typing for a Relative XRI. Any obj of this class that appears outside of the package is a valid Relative XRI.
Inheritance: Parsable, XRIReference
ファイルを表示 Open project: AArnott/dotnetxri Class Usage Examples

Public Methods

Method Description
RelativeXRI ( XRIPath oPath )

Constructs an XRI from the provided RelativePath

RelativeXRI ( string sXRI )

Constructs XRI from String

Private Methods

Method Description
RelativeXRI ( )

Protected Constructor used by package only

doScan ( ParseStream oStream ) : bool

Parses the input stream into the obj

scanXRIPath ( ParseStream oStream ) : XRIPath

Method Details

RelativeXRI() public method

Constructs an XRI from the provided RelativePath
public RelativeXRI ( XRIPath oPath )
oPath XRIPath

RelativeXRI() public method

Constructs XRI from String
public RelativeXRI ( string sXRI )
sXRI string