Свойство | Тип | Описание | |
---|---|---|---|
moSegments | IList |
Свойство | Тип | Описание | |
---|---|---|---|
mbAllowColon | bool |
Метод | Описание | |
---|---|---|
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
|
Метод | Описание | |
---|---|---|
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 | ||
Результат | System.Collections.Generic |
protected XRIPath ( string sVal ) : System.Collections.Generic | ||
sVal | string | |
Результат | System.Collections.Generic |
public getSegmentAt ( int nIndex ) : |
||
nIndex | int | The index of the XRISegmentVal to return |
Результат |
public getSegmentIterator ( ) : IEnumerator |
||
Результат | IEnumerator |
protected scanXRISegments ( ParseStream oPathStream ) : void | ||
oPathStream | ParseStream | The input stream to scan from |
Результат | void |