JavaTM 2 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 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only