Uses of Interface
org.eclipse.xsd.XSDParticle.DFA.Transition

Packages that use XSDParticle.DFA.Transition
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. 
 

Uses of XSDParticle.DFA.Transition in org.eclipse.xsd
 

Methods in org.eclipse.xsd that return XSDParticle.DFA.Transition
 XSDParticle.DFA.Transition XSDParticle.DFA.State.accept(java.lang.String namespaceURI, java.lang.String localName)
          Return the transition applicable for the given input.
 

Methods in org.eclipse.xsd that return types with arguments of type XSDParticle.DFA.Transition
 java.util.List<XSDParticle.DFA.Transition> XSDParticle.DFA.State.getTransitions()
          Returns the list of transitions that leave this state.
 

Uses of XSDParticle.DFA.Transition in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDParticle.DFA.Transition
static class XSDParticleImpl.XSDNFA.TransitionImpl
           
 

Fields in org.eclipse.xsd.impl with type parameters of type XSDParticle.DFA.Transition
protected  org.eclipse.emf.common.util.UniqueEList<XSDParticle.DFA.Transition> XSDParticleImpl.XSDNFA.StateImpl.transitions
           
 

Methods in org.eclipse.xsd.impl that return XSDParticle.DFA.Transition
 XSDParticle.DFA.Transition XSDParticleImpl.XSDNFA.StateImpl.accept(java.lang.String namespaceURI, java.lang.String localName)
           
 XSDParticle.DFA.Transition XSDParticleImpl.XSDNFA.StateImpl.createTransition(XSDParticle xsdParticle, XSDParticle.DFA.State state)
           
 

Methods in org.eclipse.xsd.impl that return types with arguments of type XSDParticle.DFA.Transition
 java.util.List<XSDParticle.DFA.Transition> XSDParticleImpl.XSDNFA.StateImpl.getTransitions()
           
 


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