Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » Automata from a XSD schema
Automata from a XSD schema [message #602451] Wed, 27 June 2007 10:15
Eclipse UserFriend
Originally posted by: kemoon.tin.it

Hi,
we want to use org.eclipse.xsd library to extract
finite state automata from a schema. How would you do it?
Do you think is enough to extract it from a XSDElementDeclaration?


XSDParticle.DFA dfa =
(XSDParticle.DFA) elemDeclaration.getType().getComplexType().getDFA();


Is there any other way to get a complete list of DFA from a schema?
Previous Topic:import resolution and namespaces
Next Topic:Automata from a XSD schema
Goto Forum:
  


Current Time: Thu Apr 25 08:24:14 GMT 2024

Powered by FUDForum. Page generated in 0.03369 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top