|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.RubyNKF
public class RubyNKF
| Nested Class Summary | |
|---|---|
static class |
RubyNKF.NKFCharset
|
| Field Summary | |
|---|---|
static RubyNKF.NKFCharset |
ASCII
|
static RubyNKF.NKFCharset |
AUTO
|
static RubyNKF.NKFCharset |
BINARY
|
static RubyNKF.NKFCharset |
EUC
|
static RubyNKF.NKFCharset |
JIS
|
static RubyNKF.NKFCharset |
NOCONV
|
static RubyNKF.NKFCharset |
OTHER
|
static RubyNKF.NKFCharset |
SJIS
|
static RubyNKF.NKFCharset |
UNKNOWN
|
static RubyNKF.NKFCharset |
UTF16
|
static RubyNKF.NKFCharset |
UTF32
|
static RubyNKF.NKFCharset |
UTF8
|
| Constructor Summary | |
|---|---|
RubyNKF()
|
|
| Method Summary | |
|---|---|
static void |
createNKF(Ruby runtime)
|
static IRubyObject |
guess(ThreadContext context,
IRubyObject recv,
IRubyObject s)
|
static IRubyObject |
guess1(ThreadContext context,
IRubyObject recv,
IRubyObject str)
|
static IRubyObject |
guess2(ThreadContext context,
IRubyObject recv,
IRubyObject str)
|
static IRubyObject |
nkf(ThreadContext context,
IRubyObject recv,
IRubyObject opt,
IRubyObject str)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final RubyNKF.NKFCharset AUTO
public static final RubyNKF.NKFCharset JIS
public static final RubyNKF.NKFCharset EUC
public static final RubyNKF.NKFCharset SJIS
public static final RubyNKF.NKFCharset BINARY
public static final RubyNKF.NKFCharset NOCONV
public static final RubyNKF.NKFCharset UNKNOWN
public static final RubyNKF.NKFCharset ASCII
public static final RubyNKF.NKFCharset UTF8
public static final RubyNKF.NKFCharset UTF16
public static final RubyNKF.NKFCharset UTF32
public static final RubyNKF.NKFCharset OTHER
| Constructor Detail |
|---|
public RubyNKF()
| Method Detail |
|---|
public static void createNKF(Ruby runtime)
public static IRubyObject guess(ThreadContext context,
IRubyObject recv,
IRubyObject s)
public static IRubyObject guess1(ThreadContext context,
IRubyObject recv,
IRubyObject str)
public static IRubyObject guess2(ThreadContext context,
IRubyObject recv,
IRubyObject str)
public static IRubyObject nkf(ThreadContext context,
IRubyObject recv,
IRubyObject opt,
IRubyObject str)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||