Smart CODE | |
Your on-line guide to the generated code |
When you access a URL from the Internet, either a data file, or a query from a web server - this routine is the point where you process the incoming stream and apply it in your client. You may send it straight to a custom widget for display, save the data locally, or process it as it arrives. You can easily filter information from an incoming HTML input stream using the SGML/HTML parsing engine included in the Smart Code package. This is event based, and is analogous to user interface programming where you set up callbacks on significant events in the interface. Here you set up callbacks on significant elements in the HTML stream that is coming from the Internet. You don't need to parse anything in order to extract the data you need.
Processing URL data example | ||
---|---|---|
Language | Usage | Comments |
C |
|
|
C++ |
|
|
Java |
|