Uses of Interface
org.eclipse.xsd.XSDWildcard

Packages that use XSDWildcard
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.ecore This provides support for converting bewteen Ecore and XML Schema models.  
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 XSDWildcard in org.eclipse.xsd
 

Methods in org.eclipse.xsd that return XSDWildcard
 XSDWildcard XSDFactory.createXSDWildcard()
          Returns a new object of class 'Wildcard'
 XSDWildcard XSDComplexTypeDefinition.getAttributeWildcard()
          Returns the value of the 'Attribute Wildcard' reference
 XSDWildcard XSDComplexTypeDefinition.getAttributeWildcardContent()
          Returns the value of the 'Attribute Wildcard Content' containment reference
 XSDWildcard XSDComplexTypeDefinition.getSyntheticWildcard()
          Returns the value of the 'Synthetic Wildcard' containment reference
 XSDWildcard XSDAttributeGroupDefinition.getAttributeWildcardContent()
          Returns the value of the 'Attribute Wildcard Content' containment reference
 XSDWildcard XSDAttributeGroupDefinition.getAttributeWildcard()
          Returns the value of the 'Attribute Wildcard' reference
 XSDWildcard XSDAttributeGroupDefinition.getSyntheticWildcard()
          Returns the value of the 'Synthetic Wildcard' containment reference
 XSDWildcard XSDWildcard.attributeWildcardUnion(XSDWildcard otherWildcard)
          Returns a wildcard that is the attribute wildcard union of this wildcard and the given wildcard.
 XSDWildcard XSDWildcard.attributeWildcardIntersection(XSDWildcard otherWildcard)
          Returns a wildcard that is the attribute wildcard interection of this wildcard and the given wildcard.
 

Methods in org.eclipse.xsd with parameters of type XSDWildcard
 void XSDComplexTypeDefinition.setAttributeWildcard(XSDWildcard value)
          Sets the value of the 'Attribute Wildcard' reference
 void XSDComplexTypeDefinition.setAttributeWildcardContent(XSDWildcard value)
          Sets the value of the 'Attribute Wildcard Content' containment reference
 void XSDComplexTypeDefinition.setSyntheticWildcard(XSDWildcard value)
          Sets the value of the 'Synthetic Wildcard' containment reference
 void XSDAttributeGroupDefinition.setAttributeWildcardContent(XSDWildcard value)
          Sets the value of the 'Attribute Wildcard Content' containment reference
 void XSDAttributeGroupDefinition.setAttributeWildcard(XSDWildcard value)
          Sets the value of the 'Attribute Wildcard' reference
 void XSDAttributeGroupDefinition.setSyntheticWildcard(XSDWildcard value)
          Sets the value of the 'Synthetic Wildcard' containment reference
 boolean XSDWildcard.isWildcardSubset(XSDWildcard superSetWildcard)
          Returns whether this wildcard is a subset of the given wildcard.
 XSDWildcard XSDWildcard.attributeWildcardUnion(XSDWildcard otherWildcard)
          Returns a wildcard that is the attribute wildcard union of this wildcard and the given wildcard.
 XSDWildcard XSDWildcard.attributeWildcardIntersection(XSDWildcard otherWildcard)
          Returns a wildcard that is the attribute wildcard interection of this wildcard and the given wildcard.
 

Uses of XSDWildcard in org.eclipse.xsd.ecore
 

Methods in org.eclipse.xsd.ecore that return XSDWildcard
protected  XSDWildcard EcoreSchemaBuilder.buildElementWildcard(XSDComplexTypeDefinition xsdComplexTypeDefinition, EStructuralFeature eStructuralFeature)
           
protected  XSDWildcard EcoreSchemaBuilder.buildAttributeWildcard(XSDComplexTypeDefinition xsdComplexTypeDefinition, EStructuralFeature eStructuralFeature)
           
protected  XSDWildcard EcoreXMISchemaBuilder.createAny(String processContents)
           
 

Methods in org.eclipse.xsd.ecore with parameters of type XSDWildcard
protected  List XSDEcoreBuilder.getWildcards(XSDWildcard xsdWildcard)
           
 

Uses of XSDWildcard in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDWildcard
 class XSDWildcardImpl
           An implementation of the model object 'Wildcard'
 

Fields in org.eclipse.xsd.impl declared as XSDWildcard
protected  XSDWildcard XSDAttributeGroupDefinitionImpl.attributeWildcardContent
          The cached value of the 'Attribute Wildcard Content' containment reference
protected  XSDWildcard XSDAttributeGroupDefinitionImpl.attributeWildcard
          The cached value of the 'Attribute Wildcard' reference
protected  XSDWildcard XSDAttributeGroupDefinitionImpl.syntheticWildcard
          The cached value of the 'Synthetic Wildcard' containment reference
protected  XSDWildcard XSDComplexTypeDefinitionImpl.attributeWildcard
          The cached value of the 'Attribute Wildcard' reference
protected  XSDWildcard XSDComplexTypeDefinitionImpl.attributeWildcardContent
          The cached value of the 'Attribute Wildcard Content' containment reference
protected  XSDWildcard XSDComplexTypeDefinitionImpl.syntheticWildcard
          The cached value of the 'Synthetic Wildcard' containment reference
 

Methods in org.eclipse.xsd.impl that return XSDWildcard
 XSDWildcard XSDFactoryImpl.createXSDWildcard()
           
static XSDWildcard XSDAttributeGroupDefinitionImpl.getAttributeWildcard(XSDWildcard baseWildcard, XSDWildcard localWildcard, Collection xsdAttributeGroupContents)
           
 XSDWildcard XSDAttributeGroupDefinitionImpl.getAttributeWildcardContent()
           
 XSDWildcard XSDAttributeGroupDefinitionImpl.getAttributeWildcard()
           
 XSDWildcard XSDAttributeGroupDefinitionImpl.getSyntheticWildcard()
           
static XSDWildcard XSDWildcardImpl.createWildcard(Node node)
           
 XSDWildcard XSDWildcardImpl.attributeWildcardUnion(XSDWildcard otherWildcard)
           
 XSDWildcard XSDWildcardImpl.attributeWildcardIntersection(XSDWildcard otherWildcard)
           
 XSDWildcard XSDComplexTypeDefinitionImpl.getAttributeWildcard()
           
 XSDWildcard XSDComplexTypeDefinitionImpl.getAttributeWildcardContent()
           
 XSDWildcard XSDComplexTypeDefinitionImpl.getSyntheticWildcard()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDWildcard
static XSDWildcard XSDAttributeGroupDefinitionImpl.getAttributeWildcard(XSDWildcard baseWildcard, XSDWildcard localWildcard, Collection xsdAttributeGroupContents)
           
 void XSDAttributeGroupDefinitionImpl.setAttributeWildcardContent(XSDWildcard newAttributeWildcardContent)
           
 NotificationChain XSDAttributeGroupDefinitionImpl.basicSetAttributeWildcardContent(XSDWildcard newAttributeWildcardContent, NotificationChain msgs)
           
 void XSDAttributeGroupDefinitionImpl.setAttributeWildcard(XSDWildcard newAttributeWildcard)
           
 NotificationChain XSDAttributeGroupDefinitionImpl.basicSetSyntheticWildcard(XSDWildcard newSyntheticWildcard, NotificationChain msgs)
           
 void XSDAttributeGroupDefinitionImpl.setSyntheticWildcard(XSDWildcard newSyntheticWildcard)
           
 boolean XSDWildcardImpl.isWildcardSubset(XSDWildcard superSetWildcard)
           
 XSDWildcard XSDWildcardImpl.attributeWildcardUnion(XSDWildcard otherWildcard)
           
 XSDWildcard XSDWildcardImpl.attributeWildcardIntersection(XSDWildcard otherWildcard)
           
 void XSDWildcardImpl.setLike(XSDWildcard xsdWildcard)
           
 void XSDComplexTypeDefinitionImpl.setAttributeWildcard(XSDWildcard newAttributeWildcard)
           
 void XSDComplexTypeDefinitionImpl.setAttributeWildcardContent(XSDWildcard newAttributeWildcardContent)
           
 NotificationChain XSDComplexTypeDefinitionImpl.basicSetAttributeWildcardContent(XSDWildcard newAttributeWildcardContent, NotificationChain msgs)
           
static void XSDComplexTypeDefinitionImpl.validateAttributeGroup(XSDConcreteComponentImpl xsdConcreteComponent, XSDWildcard containedWildcard, EList baseXSDAttributeUses, EList xsdAttributeUses, XSDWildcard baseXSDWildcard, XSDWildcard xsdWildcard)
           
 NotificationChain XSDComplexTypeDefinitionImpl.basicSetSyntheticWildcard(XSDWildcard newSyntheticWildcard, NotificationChain msgs)
           
 void XSDComplexTypeDefinitionImpl.setSyntheticWildcard(XSDWildcard newSyntheticWildcard)
           
 

Uses of XSDWildcard in org.eclipse.xsd.util
 

Methods in org.eclipse.xsd.util with parameters of type XSDWildcard
 Object XSDSwitch.caseXSDWildcard(XSDWildcard object)
          Returns the result of interpretting the object as an instance of 'Wildcard'
 


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