扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text类abstractwriter的类成员方法: gettext定义及介绍
发布时间:2014-2-18
本文导语:
gettext
protected string gettext(element elem)
throws badlocationexception
返回与该元素关联的文本。此处假定该元素是一个叶元素。遇到错误时抛出 badlocationexception。
参数:elem - element
返回:string 形式的文本
抛出:
badlocation...