扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.xml.bind.helpers类abstractmarshallerimpl的类成员方法: marshal定义及介绍
发布时间:2014-2-18
本文导语:
marshal
public final void marshal(object obj,
contenthandler handler)
throws jaxbexception
从接口 marshaller 复制的描述
将以 jaxbelement 为根的内容树编组到 sax2 事件中。
指定者:接口 marshaller 中的 marshal
参数...