扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.xml.stream接口xmlstreamwriter成员方法: writeprocessinginstruction定义参考
发布时间:2014-2-19
本文导语:
writeprocessinginstruction
void writeprocessinginstruction(string target)
throws xmlstreamexception
编写一条处理指令
参数:target - 处理指令的目标,不可以为 null
抛出:
xmlstreamexception