java命名空间javax.imageio.metadata类iiometadataformatimpl的类成员方法:
iiometadataformatimpl定义及介绍
本文导语:
iiometadataformatimpl
public iiometadataformatimpl(string rootname,
int minchildren,
int maxchildren)
构造一个空的 iiometadataformatimpl 实例,使其具有给定根元素名称和子策略 child_policy_repeat。其他元素及...
iiometadataformatimpl
public iiometadataformatimpl(string rootname,
int minchildren,
int maxchildren)
- 构造一个空的
iiometadataformatimpl 实例,使其具有给定根元素名称和子策略 child_policy_repeat。其他元素及其属性以及 object 引用信息可以使用各种 add 方法添加。
- 参数:
rootname - 根元素的名称。minchildren - 节点的最小子节点数。maxchildren - 节点的最大子节点数。
- 抛出:
illegalargumentexception - 如果 rootname 为 null。
illegalargumentexception - 如果 minchildren 为负或大于 maxchildren。
setresourcebasename
protected void setresourcebasename(string resourcebasename)
- 设置用于查找包含此格式的元素和属性描述的
resourcebundle 新基本名称。
在首次调用此方法之前,基本名称将等于 this.getclass().getname() + "resources"。
- 参数:
resourcebasename - 包含新基本名称的 string。
- 抛出:
illegalargumentexception - 如果 resourcebasename 为 null。- 另请参见:
getresourcebasename()