扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.xml.stream接口xmlstreamreader成员方法: getattributenamespace定义参考
发布时间:2014-2-19
本文导语:
getattributenamespace
string getattributenamespace(int index)
返回所提供索引处的属性的名称空间
参数:index - 属性的位置
返回:名称空间 uri(可以为 null)
抛出:
illegalstateexception - 如果不是 start_element 或 attribute