JavaTM Platform
Standard Ed. 6

接口 javax.xml.stream.events.Attribute
的使用

使用 Attribute 的软件包
javax.xml.stream   
javax.xml.stream.events   
 

javax.xml.streamAttribute 的使用
 

返回 Attributejavax.xml.stream 中的方法
abstract  Attribute XMLEventFactory.createAttribute(QName name, String value)
          创建一个新 Attribute。
abstract  Attribute XMLEventFactory.createAttribute(String localName, String value)
          创建一个新 Attribute。
abstract  Attribute XMLEventFactory.createAttribute(String prefix, String namespaceURI, String localName, String value)
          创建一个新 Attribute。
 

javax.xml.stream.eventsAttribute 的使用
 

javax.xml.stream.eventsAttribute 的子接口
 interface Namespace
          包含有关名称空间的信息的接口。
 

返回 Attributejavax.xml.stream.events 中的方法
 Attribute StartElement.getAttributeByName(QName name)
          返回此名称引用的属性
 


JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策