Changes

Jump to: navigation, search

XB PointStream/custom parsers

86 bytes added, 19:58, 14 February 2011
no edit summary
===Parser Interface===
 
==Intro==
Currently XBPS only supports reading .ASC file types. If you require the library to render other files, you will need to write a custom parser and register it with the library. This should not be difficult, there are only a few things your parser must implement.
 
===Parser Interface=Example==Here is an example which you can use to help understand the process: [link here]
Currently XBPS only supports reading .ASC file types. If you require the library to render other files, you will need to write a custom parser as register it with the library. This should not be difficult, there are only a few things your parser must implement.
We have already created a demonstration of this. You can find it [http://# here].==Parser Skeleton==
Here The following bit of code is a skeleton of a which you can use as an aid to help you write your own parser you could take and implement:.
<pre>
1
edit

Navigation menu