public class IntervallicVolumeParser extends java.lang.Object implements DomValueParser<java.lang.Number>
| Constructor and Description |
|---|
IntervallicVolumeParser() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<java.lang.Number> |
getType()
Returns the
Class of object this parser returns with it's
DomValueParser.parse(Node) method is invoked. |
java.lang.Number |
parse(org.w3c.dom.Node valueNode)
Parses the specified Node and constructs the appropriate object out of
it.
|
public java.lang.Class<java.lang.Number> getType()
DomValueParserClass of object this parser returns with it's
DomValueParser.parse(Node) method is invoked. The returned class will be the
exact Class (i.e. not a subclass) of this
ValueParser's typegetType in interface DomValueParser<java.lang.Number>DomValueParserpublic java.lang.Number parse(org.w3c.dom.Node valueNode)
throws ValueParseException
DomValueParserparse in interface DomValueParser<java.lang.Number>ValueParseExceptionvalueNode - Node to parsevalueNode