public class ComplexAttribute extends Attribute
| 构造器和说明 |
|---|
ComplexAttribute() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addAttribute(Attribute attribute) |
List<Attribute> |
getAttributes()
Getter method for property attributes.
|
void |
setAttributes(List<Attribute> 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 addAttribute(Attribute attribute)
public org.dom4j.Element toElement()
throws SchemaException
AttributetoElement 在类中 AttributeSchemaExceptionpublic org.dom4j.Element toValueElement()
throws SchemaException
AttributetoValueElement 在类中 AttributeSchemaExceptionpublic List<Attribute> getAttributes()
Copyright © 2025. All rights reserved.