本文整理了Java中org.exolab.castor.xml.util.XMLFieldDescriptorImpl.setUseParentsNamespace()
方法的一些代码示例,展示了XMLFieldDescriptorImpl.setUseParentsNamespace()
的具体用法。这些代码示例主要来源于Github
/Stackoverflow
/Maven
等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。XMLFieldDescriptorImpl.setUseParentsNamespace()
方法的具体详情如下:
包路径:org.exolab.castor.xml.util.XMLFieldDescriptorImpl
类名称:XMLFieldDescriptorImpl
方法名:setUseParentsNamespace
[英]Sets whether or not the namespace for the parent "containing" class should be used during marshaling/unmarshaling when no specific namespace URI has been set for this field.
[中]设置在封送/解封期间,如果没有为此字段设置特定的命名空间URI,是否应使用父“containing”类的命名空间。
代码示例来源:origin: org.codehaus.castor/castor-xml
fieldDesc.setUseParentsNamespace(true);
fieldDesc.setUseParentsNamespace(true);
fieldDesc.setUseParentsNamespace(true);
代码示例来源:origin: org.codehaus.castor/castor-xml
xmlDesc.setUseParentsNamespace(true);
代码示例来源:origin: org.codehaus.castor/com.springsource.org.castor
xmlDesc.setUseParentsNamespace(true);
内容来源于网络,如有侵权,请联系作者删除!