1 package jfun.yan.xml;2 3 interface Converter {4 Object convert(Class target_type, Object obj, Location loc);5 }6