org.apache.xalan.extensions
Class MethodResolver.ConversionInfo
java.lang.Object
org.apache.xalan.extensions.MethodResolver.ConversionInfo
- Enclosing class:
- MethodResolver
- static class MethodResolver.ConversionInfo
- extends Object
Simple class to hold information about allowed conversions
and their relative scores, for use by the table below.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_class
Class m_class
m_score
int m_score
MethodResolver.ConversionInfo
MethodResolver.ConversionInfo(Class cl,
int score)