AttributeOwnerStandard

遗产: java.lang.Object

public final class AttributeOwnerStandard

代表标准属性所有者。

领域

场地描述
CSS_100CSS-1.00 属性所有者。
CSS_200CSS-2.00 属性所有者。
HTML_320HTML-3.20 属性所有者。
HTML_401HTML-4.01 属性所有者。
Layout布局属性所有者。
List列出属性所有者。
OEB_100OEB-1.00 属性所有者。
PrintFieldPrintField 属性所有者。
RTF_105RTF-1.05 属性所有者。
Table表属性所有者。
XML_100XML-1.0.0 属性所有者。

方法

方法描述
clear()
equals(Object arg0)
getClass()
getOwner()获取属性所有者。
hashCode()
notify()
notifyAll()
toString()返回表示当前对象的字符串。
to_AttributeOwnerStandard(String owner)执行从 String 到AttributeOwnerStandard.
wait()
wait(long arg0)
wait(long arg0, int arg1)

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)

参数:

范围类型描述
arg0java.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.

参数:

范围类型描述
ownerjava.lang.String主人。

退货: AttributeOwnerStandard - 转换的结果。

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int