Méthode | Description | |
---|---|---|
Equals ( |
||
EqualsIgnoreCase ( |
||
ToString ( ) : string |
String representation of the obj.
|
|
ToString ( bool wantOptionalDelim ) : string | ||
XRISubSegment ( string sXRI ) : System |
Constructs SubSegment from String
|
|
XRISubSegment ( string sXRI, bool bAllowColon ) : System |
Constructs SubSegment from String
|
|
getXRef ( ) : |
Returns the cross-reference of this obj
|
|
isPersistant ( ) : bool |
Indicates whether Subsegment is persistent or not
|
|
toIRINormalForm ( ) : string |
Serializes SubSegment into IRI normal from
|
|
toIRINormalForm ( bool wantOptionalDelim ) : string | ||
toURINormalForm ( ) : string |
Serializes SubSegment into URI normal from
|
|
toURINormalForm ( bool wantOptionalDelim ) : string |
Méthode | Description | |
---|---|---|
XRISubSegment ( bool bAllowImpliedDelimiter, bool bAllowColon ) : System |
Protected Constructor used by package only |
|
doScan ( ParseStream oStream ) : bool |
Parses the input stream into the obj
|
|
scanPChars ( string s ) : int |
Reads xri-pchars from the String
|
public Equals ( |
||
subseg | ||
Résultat | bool |
public EqualsIgnoreCase ( |
||
subseg | ||
Résultat | bool |
public ToString ( bool wantOptionalDelim ) : string | ||
wantOptionalDelim | bool | |
Résultat | string |
public XRISubSegment ( string sXRI ) : System | ||
sXRI | string | |
Résultat | System |
public XRISubSegment ( string sXRI, bool bAllowColon ) : System | ||
sXRI | string | |
bAllowColon | bool | |
Résultat | System |
public toIRINormalForm ( bool wantOptionalDelim ) : string | ||
wantOptionalDelim | bool | |
Résultat | string |
public toURINormalForm ( bool wantOptionalDelim ) : string | ||
wantOptionalDelim | bool | |
Résultat | string |