public class MultiComplexAttribute extends Attribute
| 构造器和说明 |
|---|
MultiComplexAttribute() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addAttributes(ComplexAttribute complexAttribute) |
ComplexAttribute |
cloneAttribute() |
List<ComplexAttribute> |
getAttributes()
Getter method for property attributes.
|
void |
setAttributes(List<ComplexAttribute> attributes)
Setter method for property attributes.
|
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 void addAttributes(ComplexAttribute complexAttribute)
public org.dom4j.Element toElement()
throws SchemaException
AttributetoElement 在类中 AttributeSchemaExceptionpublic org.dom4j.Element toValueElement()
throws SchemaException
AttributetoValueElement 在类中 AttributeSchemaExceptionpublic ComplexAttribute cloneAttribute() throws SchemaException
SchemaExceptionpublic List<ComplexAttribute> getAttributes()
public void setAttributes(List<ComplexAttribute> attributes)
attributes - value to be assigned to property attributesCopyright © 2023. All rights reserved.