Uses of Class
org.apache.xalan.extensions.MethodResolver.ConversionInfo

Packages that use MethodResolver.ConversionInfo
org.apache.xalan.extensions Implementation of Xalan Extension Mechanism. 
 

Uses of MethodResolver.ConversionInfo in org.apache.xalan.extensions
 

Fields in org.apache.xalan.extensions declared as MethodResolver.ConversionInfo
private static MethodResolver.ConversionInfo[] MethodResolver.m_booleanConversions
          Specification of conversions from XSLT type CLASS_BOOLEAN to allowed Java types.
private static MethodResolver.ConversionInfo[][] MethodResolver.m_conversions
          Order is significant in the list below, based on XObject.CLASS_XXX values.
private static MethodResolver.ConversionInfo[] MethodResolver.m_javaObjConversions
          Specification of conversions from XSLT type CLASS_UNKNOWN (i.e.
private static MethodResolver.ConversionInfo[] MethodResolver.m_nodesetConversions
          Specification of conversions from XSLT type CLASS_NODESET to allowed Java types.
private static MethodResolver.ConversionInfo[] MethodResolver.m_numberConversions
          Specification of conversions from XSLT type CLASS_NUMBER to allowed Java types.
private static MethodResolver.ConversionInfo[] MethodResolver.m_rtfConversions
          Specification of conversions from XSLT type CLASS_RTREEFRAG to allowed Java types.
private static MethodResolver.ConversionInfo[] MethodResolver.m_stringConversions
          Specification of conversions from XSLT type CLASS_STRING to allowed Java types.