AttributeOwnerStandard
内容
[
隐藏
]遗产: java.lang.Object
public final class AttributeOwnerStandard
代表标准属性所有者。
领域
场地 | 描述 |
---|---|
CSS_100 | CSS-1.00 属性所有者。 |
CSS_200 | CSS-2.00 属性所有者。 |
HTML_320 | HTML-3.20 属性所有者。 |
HTML_401 | HTML-4.01 属性所有者。 |
Layout | 布局属性所有者。 |
List | 列出属性所有者。 |
OEB_100 | OEB-1.00 属性所有者。 |
PrintField | PrintField 属性所有者。 |
RTF_105 | RTF-1.05 属性所有者。 |
Table | 表属性所有者。 |
XML_100 | XML-1.0.0 属性所有者。 |
方法
CSS_100
public static final AttributeOwnerStandard CSS_100
CSS-1.00 属性所有者。
CSS_200
public static final AttributeOwnerStandard CSS_200
CSS-2.00 属性所有者。
HTML_320
public static final AttributeOwnerStandard HTML_320
HTML-3.20 属性所有者。
HTML_401
public static final AttributeOwnerStandard HTML_401
HTML-4.01 属性所有者。
Layout
public static final AttributeOwnerStandard Layout
布局属性所有者。
List
public static final AttributeOwnerStandard List
列出属性所有者。
OEB_100
public static final AttributeOwnerStandard OEB_100
OEB-1.00 属性所有者。
PrintField
public static final AttributeOwnerStandard PrintField
PrintField 属性所有者。
RTF_105
public static final AttributeOwnerStandard RTF_105
RTF-1.05 属性所有者。
Table
public static final AttributeOwnerStandard Table
表属性所有者。
XML_100
public static final AttributeOwnerStandard XML_100
XML-1.0.0 属性所有者。
clear()
public static void clear()
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getOwner()
public final String getOwner()
获取属性所有者。
值:属性所有者。
退货: java.lang.String - 字符串值
hashCode()
public int hashCode()
退货: 整数
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
返回表示当前对象的字符串。
退货: java.lang.String - 表示当前对象的字符串。
to_AttributeOwnerStandard(String owner)
public static AttributeOwnerStandard to_AttributeOwnerStandard(String owner)
执行从 String 到AttributeOwnerStandard.
参数:
范围 | 类型 | 描述 |
---|---|---|
owner | java.lang.String | 主人。 |
退货: AttributeOwnerStandard - 转换的结果。
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long | |
arg1 | int |