使用dom4j解析xml文件时,element对象的什么方法用来获取节点属性
2017-07-18
展开全部
假设有个属性name
Element element=e;
Attribute nameAttribute = element.attribute("name");// 得到当前节点属性name对象
String name = nameAttribute.getValue();// 获得属性对象的值
Element element=e;
Attribute nameAttribute = element.attribute("name");// 得到当前节点属性name对象
String name = nameAttribute.getValue();// 获得属性对象的值
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询