|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個 下一個 | 框架 無框架 | |||||||||
| 使用 Attribute 的軟體套件 | |
|---|---|
| javax.xml.stream | |
| javax.xml.stream.events | |
| javax.xml.stream 中 Attribute 的使用 |
|---|
| 返回 Attribute 的 javax.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.events 中 Attribute 的使用 |
|---|
| javax.xml.stream.events 中 Attribute 的子介面 | |
|---|---|
interface |
Namespace
包含有關名稱空間的資訊的介面。 |
| 返回 Attribute 的 javax.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。