©
本文档使用
php.cn手册 发布
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
1 |
|
作为 SAX ContentHandler 实现的 Unmarshaller。
应用程序可以使用此接口将其 JAXB 提供者用作 XML 管线中的一个组件。例如:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
此接口是可重用的:即使用户解组某一对象时失败,她/他仍可开始新一轮的解组。
Unmarshaller.getUnmarshallerHandler()
方法摘要 | |
---|---|
Object |
getResult()
获得解组的结果。 |
从接口 org.xml.sax.ContentHandler 继承的方法 |
---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
方法详细信息 |
---|
1 2 3 |
|
IllegalStateException
- 如果在此处理程序接收 endDocument 事件之前调用此方法。
JAXBException
- 如果出现任何解组错误。注意,允许该实现在解析错误期间抛出 SAXException。
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。