Uses of Interface
org.eclipse.xsd.XSDXPathDefinition

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

Methods in org.eclipse.xsd that return XSDXPathDefinition
 XSDXPathDefinition XSDFactory.createXSDXPathDefinition()
          Returns a new object of class 'XPath Definition'
 XSDXPathDefinition XSDIdentityConstraintDefinition.getSelector()
          Returns the value of the 'Selector' containment reference
 

Methods in org.eclipse.xsd that return types with arguments of type XSDXPathDefinition
 EList<XSDXPathDefinition> XSDIdentityConstraintDefinition.getFields()
          Returns the value of the 'Fields' containment reference list.
 

Methods in org.eclipse.xsd with parameters of type XSDXPathDefinition
 void XSDIdentityConstraintDefinition.setSelector(XSDXPathDefinition value)
          Sets the value of the 'Selector' containment reference
 

Uses of XSDXPathDefinition in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDXPathDefinition
 class XSDXPathDefinitionImpl
          An implementation of the model object 'XPath Definition'
 

Fields in org.eclipse.xsd.impl declared as XSDXPathDefinition
protected  XSDXPathDefinition XSDIdentityConstraintDefinitionImpl.selector
          The cached value of the 'Selector' containment reference
 

Fields in org.eclipse.xsd.impl with type parameters of type XSDXPathDefinition
protected  EList<XSDXPathDefinition> XSDIdentityConstraintDefinitionImpl.fields
          The cached value of the 'Fields' containment reference list
 

Methods in org.eclipse.xsd.impl that return XSDXPathDefinition
static XSDXPathDefinition XSDXPathDefinitionImpl.createXPathDefinition(org.w3c.dom.Node node)
           
 XSDXPathDefinition XSDFactoryImpl.createXSDXPathDefinition()
           
 XSDXPathDefinition XSDIdentityConstraintDefinitionImpl.getSelector()
           
 

Methods in org.eclipse.xsd.impl that return types with arguments of type XSDXPathDefinition
 EList<XSDXPathDefinition> XSDIdentityConstraintDefinitionImpl.getFields()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDXPathDefinition
 NotificationChain XSDIdentityConstraintDefinitionImpl.basicSetSelector(XSDXPathDefinition newSelector, NotificationChain msgs)
           
 void XSDIdentityConstraintDefinitionImpl.setSelector(XSDXPathDefinition newSelector)
           
 

Uses of XSDXPathDefinition in org.eclipse.xsd.util
 

Methods in org.eclipse.xsd.util with parameters of type XSDXPathDefinition
 T XSDSwitch.caseXSDXPathDefinition(XSDXPathDefinition object)
          Returns the result of interpretting the object as an instance of 'XPath Definition'
 


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