扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.xml.bind类jaxbcontext的类成员方法: createunmarshaller定义及介绍
发布时间:2014-2-18
本文导语:
createunmarshaller
public abstract unmarshaller createunmarshaller()
throws jaxbexception
创建一个可以用来将 xml 数据转换为 java 内容树的 unmarshaller 对象。
返回:unmarshaller 对象
抛出:
jaxbexception - 如果创建 unmarsh...