Property | Type | Description | |
---|---|---|---|
moSegments | IList |
Property | Type | Description | |
---|---|---|---|
mbAllowColon | bool |
Method | Description | |
---|---|---|
getNumSegments ( ) : int |
|
|
getSegmentAt ( int nIndex ) : |
Returns the XRISegmentVal at the given index
|
|
getSegmentIterator ( ) : IEnumerator |
|
|
toIRINormalForm ( ) : string |
Serializes Relative Path into IRI normal from
|
|
toURINormalForm ( ) : string |
Serializes Relative Path into URI normal from
|
Method | Description | |
---|---|---|
XRIPath ( ) : System.Collections.Generic | ||
XRIPath ( string sVal ) : System.Collections.Generic | ||
scanXRISegments ( ParseStream oPathStream ) : void |
Parses the input stream into XRISegmentVals
|
protected XRIPath ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
protected XRIPath ( string sVal ) : System.Collections.Generic | ||
sVal | string | |
return | System.Collections.Generic |
public getSegmentAt ( int nIndex ) : |
||
nIndex | int | The index of the XRISegmentVal to return |
return |
protected scanXRISegments ( ParseStream oPathStream ) : void | ||
oPathStream | ParseStream | The input stream to scan from |
return | void |