扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.xml.stream接口xmlstreamwriter成员方法: getproperty定义参考
发布时间:2014-2-19
本文导语:
getproperty
object getproperty(string name)
throws illegalargumentexception
从底层实现获取功能/属性值
参数:name - 属性的名称,不可以为 null
返回:属性的值
抛出:
illegalargumentexception - 如果属性不受支持
nullpointerexception - ...