standalone = yes不会出现在使用jxyb的moxy实现生成的xml中

时间:2012-09-03 09:40:34

标签: xml jaxb

我有一个使用jaxb生成的xml文件。但是,standalone = yes不会出现在xml文档中。有问题吗。

使用的代码是

JAXBContext context = JAXBContext.newInstance(object.getClass());
Marshaller marshall = context.createMarshaller();
marshall.setProperty(JAXB_FORMATTED_OUTPUT, true);
marshall.setProperty(Marshaller.JAXB_SCHEMA_LOCATION, schema_location);
marshall.marshal(object, outputstream);

0 个答案:

没有答案