CFX_XMLParser is a Fast Java CFX tag 1000% faster than the MSXML Parser invoked through CFOBJECT (CFOBJECT based parsers also tend to buckle under load). This parser takes an XML document and returns a ColdFusion structure containing the XML document
This is an XML parser written in java to be used in embedded java systems where storage space is at a premium. The code is quite compact, but MinML was also designed to minimize heap space used by the program when parsing a document. MinML does not s
TbcParser parses and evaluates mathematical expressions given as strings at runtime. User defined variables and functions are allowed in the expression. It has an optimizer for constant subexpression elimination which benefits repeated calculations..
Basic Java learners can utilize this tutorial to gain knowledge of SAX, that is, Simple API for XML. When they understand the basics of SAX, then they will be able to develop any complex XML and Java programs. In this tutorial, the author teaches abo
This article describes the design and implementation of an intuitive, fast and compact (only 40K) Java toolkit for parsing and manipulating XML -- Electric XML -- the XML engine of the author's company. It also details on how to apply object-oriented
Creating a SAX Parser using the XmlTextReader is a web based tutorial in which the author elaborates the concepts of Simple API for XML and the method of creating SAX Parser. The author describes about XmlTextReader through which SAX can be created.
Chilkat XML Parser component is a high-performance XML component for parsing, navigating, and manipulating large XML data files. The parser is non-validating, it accepts XML files containing errors, and has an AutoFix property, which when turned on,
Runtime parser with end user visual interface. Nice for creating calculators, runtime evaluation, runtime filter design,
General SQL Parser is developed to help people who want to check syntax of SQL statements, pretty print out SQL statements in their own program. It can also provides more detail information about a SQL statement such as statement types (Select, inser
eZ xml is a XML DOM parser that is written in pure PHP. it is fully compatible with the libXml parser used in eZ publish, but does not require any external liberaries. |