Interface
caplin.core

Parser

Constructor Summary

Attributes Name and Description
caplin.core.Parser()

This is an interface and should not be constructed.

Method Summary

Attributes Name and Description
void parse(String sValue, Object mAttributes)

Parses a value and either returns the parsed value upon success, otherwise returns null.

Constructor Detail

caplin.core.Parser()

This is an interface and should not be constructed.

Method Detail

void parse(String sValue, Object mAttributes)

Parses a value and either returns the parsed value upon success, otherwise returns null.

Parameters
String sValue the unparsed value. May be null.
Object mAttributes the attributes appropriate to the Parser implementation.
Returns
the parsed value, or null if the value was not recognised.