Login   Register  
PHP Classes
elePHPant
Icontem

FSM Parser

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

  Author  
Picture of Dmitry A. Kirilin
Name: Dmitry A. Kirilin is available for providing paid consulting. Contact Dmitry A. Kirilin .
Packages: 5 Browse all classes by Dmitry A. Kirilin Browse all classes by
Country: Russian Federation Russian Federation - PHP jobs in Russian Federation
Age: 33
All time rank: 81328 in Russian Federation Russian Federation
Week rank: 867 Down18 in Russian Federation Russian Federation Up
Innovation award
Innovation award
Nominee: 1x


  Detailed description   Download .zip .tar.gz  
This class can be used to parse or preprocess any markup or programming language using a finite state machine.

First it is necessary to define each state transition by specifying a regular expression to determine the format of the text to expect, the code to execute when the expected text is found, the next states of the transaction to when the expected text is found or is not found.
FSM program can be loaded from file or string.

Then the state machine parse function starts parsing a given text string by executing the previsouly defined states and transitions.

A simple XML parser is supplied as an example.

  Classes of Dmitry A. Kirilin  >  FSM Parser  >  Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: FSM Parser
Base name: fsmparser
Description: Generic parser using finite state machine
Version: -
PHP version: -
License: Freely Distributable
All time users: 633 users
All time rank: 4293
Week users: 0 users
Week rank: 1988 Equal
 
  Groups   Rate classes User ratings   Applications   Related links   Files Files  

  Groups  
Group folder image Text processing Manipulating and validating text data View top rated classes


  User ratings  
There are not enough user ratings to display for this class.

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

  Related links  
Link Description
FSM Chat Dialog robot using FSM

  Files folder image Files  
File Role Description
Accessible without login Plain text file example.xml Data Example XML file for parser testing
Plain text file fsmparserclass.inc.php Class Class source
Accessible without login Plain text file README Doc. Some documentation
Accessible without login Plain text file xmlparser.php Example Simple XML parser based on this class
Accessible without login Plain text file xmlparser_loadfsm.fsm Data FSM program for XML parser
Accessible without login Plain text file xmlparser_loadfsm.php Example XML parser with external FSM program

Download all files: fsmparser.tar.gz fsmparser.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.