dk.netarkivet.common.utils
Interface XmlTree.ValueParser<T>

Enclosing class:
XmlTree<T>

static interface XmlTree.ValueParser<T>

This interface defines how the value of an xml leaf is parsed to get a value of type T.


Method Summary
 T parse(java.lang.String s)
           
 

Method Detail

parse

T parse(java.lang.String s)