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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DEncodingInfo.java124 Object charset = CharsetMethods.fgCharsetForNameMethod.invoke(null, fArgsForMethod);
199 private static java.lang.reflect.Method fgCharsetForNameMethod = null; field in class:EncodingInfo.CharsetMethods
220 fgCharsetForNameMethod = charsetClass.getMethod("forName", new Class [] {String.class});
229 fgCharsetForNameMethod = null;

Completed in 29 milliseconds