Method | Description | |
---|---|---|
Equals ( |
||
EqualsIgnoreCase ( |
||
ToString ( ) : string |
String representation of the obj.
|
|
XRISegment ( string sVal ) : System |
Constructs XRISegment from String
|
|
XRISegment ( string sVal, bool bAllowImpliedDelimiter, bool bAllowColon ) : System |
Constructs XRISegment from String
|
|
getNumSubSegments ( ) : int |
Returns the number of subsegments in the XRI segment
|
|
getParent ( ) : |
Returns the parent XRISegment for this obj. Equivalent to all but the last SubSegment.
|
|
getRemainder ( int nSkip ) : |
Returns the last part of the XRI segment. Skips over the specified number of subsegments and returns the remainder as a XRISegment. For example: This XRI Segment is "!a!b!c!d" getSegmentRemaider(0) => !a!b!c!d getSegmentRemaider(1) => !b!c!d getSegmentRemaider(2) => !c!d getSegmentRemaider(3) => !d getSegmentRemaider(4) => null
|
|
getSubSegmentAt ( int nIndex ) : |
Returns the subsegment at the given index
|
|
getSubSegmentIterator ( ) : IEnumerator |
provides an Iterator for the subsegments
|
|
isPrefixOf ( |
||
toIRINormalForm ( ) : string |
Serializes XRISegment into IRI normal from
|
|
toIRINormalForm ( bool wantOptionalDelim ) : string |
Serializes XRISegment into IRI normal from
|
|
toURINormalForm ( ) : string |
Serializes XRISegment into URI normal from
|
|
toURINormalForm ( bool wantOptionalDelim ) : string |
Serializes XRISegment into URI normal from
|
Method | Description | |
---|---|---|
XRISegment ( bool bAllowImpliedDelimiter, bool bAllowColon, bool bAllowReassignable ) : System |
Protected Constructor used by package only
|
|
doScan ( ParseStream oXRISegStream ) : bool |
Parses the input stream into the obj
|
public EqualsIgnoreCase ( |
||
segment | ||
return | bool |
public XRISegment ( string sVal, bool bAllowImpliedDelimiter, bool bAllowColon ) : System | ||
sVal | string | |
bAllowImpliedDelimiter | bool | |
bAllowColon | bool | |
return | System |
public getRemainder ( int nSkip ) : |
||
nSkip | int | |
return |
public getSubSegmentAt ( int nIndex ) : |
||
nIndex | int | The index of the subsegment to return |
return |
public getSubSegmentIterator ( ) : IEnumerator |
||
return | IEnumerator |
public isPrefixOf ( |
||
segment | ||
return | bool |
public toIRINormalForm ( bool wantOptionalDelim ) : string | ||
wantOptionalDelim | bool | |
return | string |
public toURINormalForm ( bool wantOptionalDelim ) : string | ||
wantOptionalDelim | bool | |
return | string |