Attributes | Name and Description |
---|---|
|
caplin.core.Parser()
This is an interface and should not be constructed. |
Attributes | Name and Description |
---|---|
|
void
parse(String sValue, Object mAttributes)
Parses a value and either returns the parsed value upon success, otherwise returns |
►
caplin.core.Parser()
This is an interface and should not be constructed.
►
void
parse(String sValue, Object mAttributes)
Parses a value and either returns the parsed value upon success, otherwise returns null
.
String | sValue | the unparsed value. May be null. |
Object | mAttributes | the attributes appropriate to the Parser implementation. |
null
if the value was not recognised.