扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.xml.bind.annotation.adapters类normalizedstringadapter的类成员方法: normalizedstringadapter定义及介绍
发布时间:2014-2-18
本文导语:
normalizedstringadapter
public normalizedstringadapter()
unmarshal
public string unmarshal(string text)
移除作为参数给定的字符串的前导空白和尾部空白,然后用单个空白字符“ ”替换所有制表符、cr 和 lf。
指定者:类 xmlada...