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