| Automata from a XSD schema [message #602451] |
Wed, 27 June 2007 06:15 |
|
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?
|
|
|
Powered by
FUDForum. Page generated in 0.01400 seconds