Uses of Interface
org.eclipse.xsd.XSDTerm

Packages that use XSDTerm
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 XSDTerm in org.eclipse.xsd
 

Subinterfaces of XSDTerm in org.eclipse.xsd
 interface XSDElementDeclaration
          A representation of the model object 'Element Declaration'
 interface XSDModelGroup
          A representation of the model object 'Model Group'
 interface XSDWildcard
          A representation of the model object 'Wildcards'
 

Methods in org.eclipse.xsd that return XSDTerm
 XSDTerm XSDParticle.getTerm()
          Returns the value of the 'Term' reference
 

Methods in org.eclipse.xsd with parameters of type XSDTerm
 void XSDParticle.setTerm(XSDTerm value)
          Sets the value of the 'Term' reference
 

Uses of XSDTerm in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDTerm
 class XSDElementDeclarationImpl
          An implementation of the model object 'Element Declaration'
 class XSDModelGroupImpl
          An implementation of the model object 'Model Group'
 class XSDTermImpl
          An implementation of the model object 'Term'
 class XSDWildcardImpl
          An implementation of the model object 'Wildcard'
 

Fields in org.eclipse.xsd.impl declared as XSDTerm
protected  XSDTerm XSDParticleImpl.term
          The cached value of the 'Term' reference
 

Methods in org.eclipse.xsd.impl that return XSDTerm
 XSDTerm XSDParticleImpl.getTerm()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDTerm
 XSDDiagnostic XSDParticleImpl.XSDNFA.checkOverlap(XSDTerm xsdComponent1, XSDTerm xsdComponent2)
           
 void XSDParticleImpl.setTerm(XSDTerm newTerm)
           
 

Constructors in org.eclipse.xsd.impl with parameters of type XSDTerm
XSDParticleImpl.XSDNFA(java.util.Set<XSDModelGroup> visitedModelGroups, XSDParticle xsdParticle, XSDTerm xsdTerm, boolean isApproximate)
           
 

Uses of XSDTerm in org.eclipse.xsd.util
 

Methods in org.eclipse.xsd.util with parameters of type XSDTerm
 T XSDSwitch.caseXSDTerm(XSDTerm object)
          Returns the result of interpretting the object as an instance of 'Term'
 

Method parameters in org.eclipse.xsd.util with type arguments of type XSDTerm
static XSDModelGroup XSDSchemaBuildingTools.addModelGroupDefinition(XSDConcreteComponent component, java.lang.String localName, XSDCompositor compositor, java.util.List<? extends XSDTerm> groupTerms)
          Add a named modelGroup(Definition) to a container.
 


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