i have a xml to control the web flow of that module in Spring project.
how can i interpret the web flow xml file as below.

<?xml version="1.0" encoding="UTF-8"?>
<module_name>
<htmlProcessor content="module_CX" id="login_module">
<htmlState id="initial" type="initial">
<transitions>
<htmlTransition do_nothing="false" id="initial.start" targetState="LoginOp"/>
<transitions>
</htmlState>
</module_name>

how to explain the above coding, i don't know the meaning.. what project name of the above xml coding..i search "Spring htmlState" in google but nothing can be found related to above coding.
anyone helps?