|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 JAXBElement 的軟體套件 | |
---|---|
javax.xml.bind | 為包含解組、編組和驗證功能的客戶端應用程序提供運行時綁定框架。 |
javax.xml.bind.helpers | 僅由 JAXB 提供者用於: 提供某些 javax.xml.bind 介面的部分預設實作。 |
javax.xml.bind 中 JAXBElement 的使用 |
---|
返回 JAXBElement 的 javax.xml.bind 中的方法 | ||
---|---|---|
|
Unmarshaller.unmarshal(Node node,
Class<T> declaredType)
通過 JAXB 映射的 declaredType 解組 XML 資料並返回得到的內容階層樹。 |
|
|
Unmarshaller.unmarshal(Source source,
Class<T> declaredType)
從 declaredType 指定的 XML Source 解組 XML 資料並返回得到的內容階層樹。 |
|
|
Unmarshaller.unmarshal(XMLEventReader reader,
Class<T> declaredType)
將根元素解組到 JAXB 映射的 declaredType 並返回得到的內容階層樹。 |
|
abstract
|
Binder.unmarshal(XmlNode xmlNode,
Class<T> declaredType)
根據提供的 declaredType 將 XML 根元素解組為 JAXB 物件階層樹。 |
|
|
Unmarshaller.unmarshal(XMLStreamReader reader,
Class<T> declaredType)
將根元素解組到 JAXB 映射的 declaredType 並返回得到的內容階層樹。 |
javax.xml.bind.helpers 中 JAXBElement 的使用 |
---|
返回 JAXBElement 的 javax.xml.bind.helpers 中的方法 | ||
---|---|---|
|
AbstractUnmarshallerImpl.unmarshal(Node node,
Class<T> expectedType)
|
|
|
AbstractUnmarshallerImpl.unmarshal(Source source,
Class<T> expectedType)
|
|
|
AbstractUnmarshallerImpl.unmarshal(XMLEventReader reader,
Class<T> expectedType)
|
|
|
AbstractUnmarshallerImpl.unmarshal(XMLStreamReader reader,
Class<T> expectedType)
|
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。