public class SingleAttribute extends Attribute
| 构造器和说明 |
|---|
SingleAttribute() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getValue()
Getter method for property value.
|
void |
setValue(String value)
Setter method for property value.
|
org.dom4j.Element |
toElement()
转换成document的元素
|
org.dom4j.Element |
toValueElement()
转换成document的元素
|
addOption, addRule, appendAttributeValues, appendMultiAttributValue, appendOptionsElement, appendRulesElement, appendSingleAttributValue, checkAttribute, getId, getName, getOptions, getRules, getType, getValueType, setId, setName, setOptions, setRules, setType, setValueTypepublic org.dom4j.Element toElement()
throws SchemaException
AttributetoElement 在类中 AttributeSchemaExceptionpublic org.dom4j.Element toValueElement()
throws SchemaException
AttributetoValueElement 在类中 AttributeSchemaExceptionpublic String getValue()
public void setValue(String value)
value - value to be assigned to property valueCopyright © 2025. All rights reserved.