|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.xml.bind.annotation.adapters.XmlAdapter<String,String> javax.xml.bind.annotation.adapters.NormalizedStringAdapter
public final class NormalizedStringAdapter
xs:normalizedString を処理する XmlAdapter
です。
このアダプタは、先頭と末尾の空白を削除した後、任意のタブ、CR、LF を空白文字「 」に置き換えます。
コンストラクタの概要 | |
---|---|
NormalizedStringAdapter()
|
メソッドの概要 | |
---|---|
protected static boolean |
isWhiteSpaceExceptSpace(char ch)
指定された文字が 0x20 以外の空白文字である場合、true を返します。 |
String |
marshal(String s)
何もしません。 |
String |
unmarshal(String text)
空白ファセットの「replace」に指定されたとおりに、すべてのタブ、CR、LF を空白文字「 」に置き換えます。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public NormalizedStringAdapter()
メソッドの詳細 |
---|
public String unmarshal(String text)
XmlAdapter<String,String>
内の unmarshal
text
- 変換する値。null も可public String marshal(String s)
XmlAdapter<String,String>
内の marshal
s
- 変換する値。null も可protected static boolean isWhiteSpaceExceptSpace(char ch)
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。