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

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

Methods in org.eclipse.xsd that return XSDParticle.DFA
 XSDParticle.DFA XSDParticle.DFA.cloneDFA()
          Creates a clone of the automaton.
 XSDParticle.DFA XSDParticle.getDFA()
          Returns the deterministic finite state automaton that implements this particle's content model
 

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

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

Methods in org.eclipse.xsd.impl that return XSDParticle.DFA
 XSDParticle.DFA XSDParticleImpl.XSDNFA.cloneDFA()
           
 XSDParticle.DFA XSDParticleImpl.getDFA()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDParticle.DFA
protected  void XSDConcreteComponentImpl.printDFA(XSDParticle.DFA dfa)
           
 


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