C# Class DotNetXri.Syntax.Xri3.Impl.XRI3Path

Inheritance: XRI3SyntaxComponent, XRIPath
Show file Open project: AArnott/dotnetxri Class Usage Examples

Public Methods

Method Description
StartsWith ( XRISegment segments ) : bool
XRI3Path ( string value ) : System
getSegment ( int i ) : XRISegment

Private Methods

Method Description
XRI3Path ( Rule rule ) : System
read ( ) : void
reset ( ) : void

Method Details

StartsWith() public method

public StartsWith ( XRISegment segments ) : bool
segments XRISegment
return bool

XRI3Path() public method

public XRI3Path ( string value ) : System
value string
return System

getSegment() public method

public getSegment ( int i ) : XRISegment
i int
return XRISegment