| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Field and Description |
|---|---|
static FormChoice.Enum |
FormChoice.QUALIFIED |
static FormChoice.Enum |
FormChoice.UNQUALIFIED |
| Modifier and Type | Method and Description |
|---|---|
static FormChoice.Enum |
FormChoice.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none.
|
static FormChoice.Enum |
FormChoice.Enum.forString(String s)
Returns the enum value for a string, or null if none.
|
FormChoice.Enum |
SchemaDocument.Schema.getAttributeFormDefault()
Gets the "attributeFormDefault" attribute
|
FormChoice.Enum |
SchemaDocument.Schema.getElementFormDefault()
Gets the "elementFormDefault" attribute
|
FormChoice.Enum |
Element.getForm()
Gets the "form" attribute
|
FormChoice.Enum |
Attribute.getForm()
Gets the "form" attribute
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaDocument.Schema.setAttributeFormDefault(FormChoice.Enum attributeFormDefault)
Sets the "attributeFormDefault" attribute
|
void |
SchemaDocument.Schema.setElementFormDefault(FormChoice.Enum elementFormDefault)
Sets the "elementFormDefault" attribute
|
void |
Element.setForm(FormChoice.Enum form)
Sets the "form" attribute
|
void |
Attribute.setForm(FormChoice.Enum form)
Sets the "form" attribute
|
| Modifier and Type | Method and Description |
|---|---|
FormChoice.Enum |
SchemaDocumentImpl.SchemaImpl.getAttributeFormDefault()
Gets the "attributeFormDefault" attribute
|
FormChoice.Enum |
SchemaDocumentImpl.SchemaImpl.getElementFormDefault()
Gets the "elementFormDefault" attribute
|
FormChoice.Enum |
ElementImpl.getForm()
Gets the "form" attribute
|
FormChoice.Enum |
AttributeImpl.getForm()
Gets the "form" attribute
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaDocumentImpl.SchemaImpl.setAttributeFormDefault(FormChoice.Enum attributeFormDefault)
Sets the "attributeFormDefault" attribute
|
void |
SchemaDocumentImpl.SchemaImpl.setElementFormDefault(FormChoice.Enum elementFormDefault)
Sets the "elementFormDefault" attribute
|
void |
ElementImpl.setForm(FormChoice.Enum form)
Sets the "form" attribute
|
void |
AttributeImpl.setForm(FormChoice.Enum form)
Sets the "form" attribute
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.