Uses of Class
org.eclipse.xsd.impl.XSDParticleImpl.XSDNFA

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

Fields in org.eclipse.xsd.impl declared as XSDParticleImpl.XSDNFA
protected  XSDParticleImpl.XSDNFA XSDParticleImpl.xsdNFA
           
 

Methods in org.eclipse.xsd.impl that return XSDParticleImpl.XSDNFA
protected  XSDParticleImpl.XSDNFA XSDParticleImpl.XSDNFA.createPermutations(java.util.List particles, java.util.List particleNFAs, java.util.Map particlesToNFAMap)
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDParticleImpl.XSDNFA
 void XSDParticleImpl.XSDNFA.propagateStates(XSDParticleImpl.XSDNFA xsdNFA)
           
 

Constructors in org.eclipse.xsd.impl with parameters of type XSDParticleImpl.XSDNFA
XSDParticleImpl.XSDNFA(XSDParticleImpl.XSDNFA original, boolean isApproximate)
           
 


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