public class MultiAttribute extends Attribute
| 构造器和说明 |
|---|
MultiAttribute() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addValue(String value) |
List<String> |
getValues()
Getter method for property values.
|
void |
setValues(List<String> values)
Setter method for property values.
|
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 void addValue(String value)
public List<String> getValues()
Copyright © 2023. All rights reserved.