扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.xml.stream.util类streamreaderdelegate成员方法: getattributecount定义参考
发布时间:2014-2-19
本文导语:
getattributecount
public int getattributecount()
从接口 xmlstreamreader 复制的描述
返回此 start_element 中的属性计数,此方法仅对 start_element 或 attribute 有效。此计数不包括名称空间定义。属性索引从零开始。
指定者:接口 xmlstreamreader 中...