Searched refs:fgGetConverterMethod (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DEncodingInfo.java165 fCharToByteConverter = CharToByteConverterMethods.fgGetConverterMethod.invoke(null, fArgsForMethod);
244 private static java.lang.reflect.Method fgGetConverterMethod = null; field in class:EncodingInfo.CharToByteConverterMethods
258 fgGetConverterMethod = clazz.getMethod("getConverter", new Class [] {String.class});
265 fgGetConverterMethod = null;

Completed in 22 milliseconds