Property | Type | Description | |
---|---|---|---|
mbParseResult | bool | ||
mbParsed | bool | ||
msValue | string |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
ToString ( ) : string |
Outputs the obj according to the XRI Syntax defined for this obj
|
|
compareTo ( Object obj ) : int | ||
scan ( ParseStream oParseStream ) : bool |
Scans the stream for parts that can be parsed into the obj
|
Method | Description | |
---|---|---|
Parsable ( ) : System |
Protected Constructor used by package only
|
|
Parsable ( string value ) : System |
Constructs Parsable obj from a String
|
|
doScan ( ParseStream oParseStream ) : bool |
Scans the stream for parts that can be parsed into the obj
|
|
parse ( ) : void |
Parses the set value. Throws XRIParseException if entire value could not be parsed into the obj |
|
setParsedValue ( string value ) : void |
Sets the parsed value for the obj
|
Method | Description | |
---|---|---|
setValue ( string value ) : void |
protected abstract doScan ( ParseStream oParseStream ) : bool | ||
oParseStream | ParseStream | The input stream to read from |
return | bool |
public scan ( ParseStream oParseStream ) : bool | ||
oParseStream | ParseStream | The input stream to read from |
return | bool |
protected setParsedValue ( string value ) : void | ||
value | string | The value to set the obj to |
return | void |