|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSDCompositor | |
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. |
org.eclipse.xsd.util | This provides utility classes and interfaces to augment the basic API for XML Schema, as well as sample code. |
Uses of XSDCompositor in org.eclipse.xsd |
Fields in org.eclipse.xsd declared as XSDCompositor | |
static XSDCompositor |
XSDCompositor.ALL_LITERAL
The 'All' literal object |
static XSDCompositor |
XSDCompositor.CHOICE_LITERAL
The 'Choice' literal object |
static XSDCompositor |
XSDCompositor.SEQUENCE_LITERAL
The 'Sequence' literal object |
Methods in org.eclipse.xsd that return XSDCompositor | |
static XSDCompositor |
XSDCompositor.get(String literal)
Returns the 'Compositor' literal with the specified literal value |
static XSDCompositor |
XSDCompositor.getByName(String name)
Returns the 'Compositor' literal with the specified name |
static XSDCompositor |
XSDCompositor.get(int value)
Returns the 'Compositor' literal with the specified integer value |
XSDCompositor |
XSDModelGroup.getCompositor()
Returns the value of the 'Compositor' attribute. |
Methods in org.eclipse.xsd with parameters of type XSDCompositor | |
void |
XSDModelGroup.setCompositor(XSDCompositor value)
Sets the value of the ' Compositor ' attribute |
Uses of XSDCompositor in org.eclipse.xsd.impl |
Fields in org.eclipse.xsd.impl declared as XSDCompositor | |
protected static XSDCompositor |
XSDModelGroupImpl.COMPOSITOR_EDEFAULT
The default value of the ' Compositor ' attribute |
protected XSDCompositor |
XSDModelGroupImpl.compositor
The cached value of the ' Compositor ' attribute |
Methods in org.eclipse.xsd.impl that return XSDCompositor | |
XSDCompositor |
XSDFactoryImpl.createXSDCompositorFromString(EDataType eDataType,
String initialValue)
|
XSDCompositor |
XSDModelGroupImpl.getCompositor()
|
Methods in org.eclipse.xsd.impl with parameters of type XSDCompositor | |
void |
XSDModelGroupImpl.setCompositor(XSDCompositor newCompositor)
|
Uses of XSDCompositor in org.eclipse.xsd.util |
Methods in org.eclipse.xsd.util with parameters of type XSDCompositor | |
static XSDModelGroup |
XSDSchemaBuildingTools.addModelGroupDefinition(XSDConcreteComponent component,
String localName,
XSDCompositor compositor,
List groupTerms)
Add a named modelGroup(Definition) to a container. |
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |