|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormChoice.Enum | |
---|---|
org.w3.x2001.xmlSchema | |
org.w3.x2001.xmlSchema.impl |
Uses of FormChoice.Enum in org.w3.x2001.xmlSchema |
---|
Fields in org.w3.x2001.xmlSchema declared as FormChoice.Enum | |
---|---|
static FormChoice.Enum |
FormChoice.QUALIFIED
|
static FormChoice.Enum |
FormChoice.UNQUALIFIED
|
Methods in org.w3.x2001.xmlSchema that return FormChoice.Enum | |
---|---|
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(java.lang.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 |
Methods in org.w3.x2001.xmlSchema with parameters of type FormChoice.Enum | |
---|---|
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 |
Uses of FormChoice.Enum in org.w3.x2001.xmlSchema.impl |
---|
Methods in org.w3.x2001.xmlSchema.impl that return FormChoice.Enum | |
---|---|
FormChoice.Enum |
SchemaDocumentImpl.SchemaImpl.getAttributeFormDefault()
Gets the "attributeFormDefault" attribute |
FormChoice.Enum |
SchemaDocumentImpl.SchemaImpl.getElementFormDefault()
Gets the "elementFormDefault" attribute |
FormChoice.Enum |
AttributeImpl.getForm()
Gets the "form" attribute |
FormChoice.Enum |
ElementImpl.getForm()
Gets the "form" attribute |
Methods in org.w3.x2001.xmlSchema.impl with parameters of type FormChoice.Enum | |
---|---|
void |
SchemaDocumentImpl.SchemaImpl.setAttributeFormDefault(FormChoice.Enum attributeFormDefault)
Sets the "attributeFormDefault" attribute |
void |
SchemaDocumentImpl.SchemaImpl.setElementFormDefault(FormChoice.Enum elementFormDefault)
Sets the "elementFormDefault" attribute |
void |
AttributeImpl.setForm(FormChoice.Enum form)
Sets the "form" attribute |
void |
ElementImpl.setForm(FormChoice.Enum form)
Sets the "form" attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |