Package | Description |
---|---|
org.exolab.castor.xml.schema |
Modifier and Type | Field and Description |
---|---|
static Form |
Form.Qualified
The Qualified Form Object
|
static Form |
Form.Unqualified
The Qualified Form Object
|
Modifier and Type | Method and Description |
---|---|
Form |
Schema.getAttributeFormDefault()
Returns the attributeFormDefault property of this Schema.
|
Form |
Schema.getElementFormDefault()
Returns the elementFormDefault property of this Schema.
|
Form |
ElementDecl.getForm()
Returns the Form for this element definition.
|
Form |
AttributeDecl.getForm()
Returns the Form for this attribute declaration.
|
static Form |
Form.valueOf(String formValue)
Returns the Form corresponding to the given value.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.setAttributeFormDefault(Form attributeFormDefault)
Sets the attributeFormDefault property of this Schema.
|
void |
Schema.setElementFormDefault(Form elementFormDefault)
Sets the elementFormDefault property of this Schema.
|
void |
ElementDecl.setForm(Form form)
Sets the Form for this element definition.
|
void |
AttributeDecl.setForm(Form form)
Sets the Form for this attribute declaration.
|
Copyright © 2024. All rights reserved.