| Package | Description |
|---|---|
| org.xmlet.xsdparser.xsdelements | |
| org.xmlet.xsdparser.xsdelements.enums |
| Modifier and Type | Field | Description |
|---|---|---|
private FormEnum |
XsdSchema.attributeFormDefault |
Specifies if the form attribute for the current
XsdSchema children attributes. |
private FormEnum |
XsdSchema.elementFormDefault |
Specifies if the form attribute for the current
XsdSchema children elements. |
private FormEnum |
XsdAttribute.form |
Specifies if the current
XsdAttribute attribute is "qualified" or "unqualified". |
private FormEnum |
XsdElement.form |
Specifies if the current
XsdElement attribute is "qualified" or "unqualified". |
| Modifier and Type | Method | Description |
|---|---|---|
FormEnum[] |
FormEnum.getValues() |
|
static FormEnum |
FormEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static FormEnum[] |
FormEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.