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 XSDWildcard.attributeWildcardIntersection(XSDWildcard otherWildcard)
          Returns a wildcard that is the attribute wildcard interection of this wildcard and 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 XSDFactory.createXSDWildcard()
          Returns a new object of class 'Wildcard'
 XSDWildcard XSDAttributeGroupDefinition.getAttributeWildcard()
          Returns the value of the 'Attribute Wildcard' reference
 XSDWildcard XSDComplexTypeDefinition.getAttributeWildcard()
          Returns the value of the 'Attribute Wildcard' reference
 XSDWildcard XSDAttributeGroupDefinition.getAttributeWildcardContent()
          Returns the value of the 'Attribute Wildcard Content' containment reference
 XSDWildcard XSDComplexTypeDefinition.getAttributeWildcardContent()
          Returns the value of the 'Attribute Wildcard Content' containment reference
 XSDWildcard XSDAttributeGroupDefinition.getSyntheticWildcard()
          Returns the value of the 'Synthetic Wildcard' containment reference
 XSDWildcard XSDComplexTypeDefinition.getSyntheticWildcard()
          Returns the value of the 'Synthetic Wildcard' containment reference
 

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

Uses of XSDWildcard in org.eclipse.xsd.ecore
 

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

Methods in org.eclipse.xsd.ecore with parameters of type XSDWildcard
protected  java.util.List<java.lang.String> 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.attributeWildcard
          The cached value of the 'Attribute Wildcard' reference
protected  XSDWildcard XSDComplexTypeDefinitionImpl.attributeWildcard
          The cached value of the 'Attribute Wildcard' reference
protected  XSDWildcard XSDAttributeGroupDefinitionImpl.attributeWildcardContent
          The cached value of the 'Attribute Wildcard Content' containment reference
protected  XSDWildcard XSDComplexTypeDefinitionImpl.attributeWildcardContent
          The cached value of the 'Attribute Wildcard Content' containment reference
protected  XSDWildcard XSDAttributeGroupDefinitionImpl.syntheticWildcard
          The cached value of the 'Synthetic Wildcard' 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 XSDWildcardImpl.attributeWildcardIntersection(XSDWildcard otherWildcard)
           
 XSDWildcard XSDWildcardImpl.attributeWildcardUnion(XSDWildcard otherWildcard)
           
static XSDWildcard XSDWildcardImpl.createWildcard(org.w3c.dom.Node node)
           
 XSDWildcard XSDFactoryImpl.createXSDWildcard()
           
 XSDWildcard XSDAttributeGroupDefinitionImpl.getAttributeWildcard()
           
 XSDWildcard XSDComplexTypeDefinitionImpl.getAttributeWildcard()
           
static XSDWildcard XSDAttributeGroupDefinitionImpl.getAttributeWildcard(XSDWildcard baseWildcard, XSDWildcard localWildcard, java.util.Collection<XSDAttributeGroupContent> xsdAttributeGroupContents)
           
 XSDWildcard XSDAttributeGroupDefinitionImpl.getAttributeWildcardContent()
           
 XSDWildcard XSDComplexTypeDefinitionImpl.getAttributeWildcardContent()
           
 XSDWildcard XSDAttributeGroupDefinitionImpl.getSyntheticWildcard()
           
 XSDWildcard XSDComplexTypeDefinitionImpl.getSyntheticWildcard()
           
 

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

Uses of XSDWildcard in org.eclipse.xsd.util
 

Methods in org.eclipse.xsd.util with parameters of type XSDWildcard
 T 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.