Uses of Class
org.eclipse.xsd.XSDForm

Packages that use XSDForm
org.eclipse.xsd This provides an API for the XML Schema Standard Part 1 and Part 2; for differences between the current version of the API and the previous version of the API, please see the Appendix.  
org.eclipse.xsd.impl This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. 
 

Uses of XSDForm in org.eclipse.xsd
 

Fields in org.eclipse.xsd declared as XSDForm
static XSDForm XSDForm.QUALIFIED_LITERAL
          The 'Qualified' literal object
static XSDForm XSDForm.UNQUALIFIED_LITERAL
          The 'Unqualified' literal object
 

Methods in org.eclipse.xsd that return XSDForm
 XSDForm XSDSchema.getAttributeFormDefault()
          Returns the value of the 'Attribute Form Default' attribute.
 XSDForm XSDSchema.getElementFormDefault()
          Returns the value of the 'Element Form Default' attribute.
 XSDForm XSDFeature.getForm()
          Returns the value of the 'Form' attribute.
static XSDForm XSDForm.get(String literal)
          Returns the 'Form' literal with the specified literal value
static XSDForm XSDForm.getByName(String name)
          Returns the 'Form' literal with the specified name
static XSDForm XSDForm.get(int value)
          Returns the 'Form' literal with the specified integer value
 

Methods in org.eclipse.xsd with parameters of type XSDForm
 void XSDSchema.setAttributeFormDefault(XSDForm value)
          Sets the value of the 'Attribute Form Default' attribute
 void XSDSchema.setElementFormDefault(XSDForm value)
          Sets the value of the 'Element Form Default' attribute
 void XSDFeature.setForm(XSDForm value)
          Sets the value of the 'Form' attribute
 

Uses of XSDForm in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl declared as XSDForm
protected static XSDForm XSDFeatureImpl.FORM_EDEFAULT
          The default value of the 'Form' attribute
protected  XSDForm XSDFeatureImpl.form
          The cached value of the 'Form' attribute
protected static XSDForm XSDSchemaImpl.ATTRIBUTE_FORM_DEFAULT_EDEFAULT
          The default value of the 'Attribute Form Default' attribute
protected  XSDForm XSDSchemaImpl.attributeFormDefault
          The cached value of the 'Attribute Form Default' attribute
protected static XSDForm XSDSchemaImpl.ELEMENT_FORM_DEFAULT_EDEFAULT
          The default value of the 'Element Form Default' attribute
protected  XSDForm XSDSchemaImpl.elementFormDefault
          The cached value of the 'Element Form Default' attribute
 

Methods in org.eclipse.xsd.impl that return XSDForm
 XSDForm XSDFeatureImpl.getForm()
           
 XSDForm XSDFactoryImpl.createXSDFormFromString(EDataType eDataType, String initialValue)
           
 XSDForm XSDSchemaImpl.getAttributeFormDefault()
           
 XSDForm XSDSchemaImpl.getElementFormDefault()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDForm
 void XSDFeatureImpl.setForm(XSDForm newForm)
           
 void XSDSchemaImpl.setAttributeFormDefault(XSDForm newAttributeFormDefault)
           
 void XSDSchemaImpl.setElementFormDefault(XSDForm newElementFormDefault)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.