Home > XML IDE - XML Editor > XML Editor Key Features > XML Editor > SAX
SAXSAX OverviewSAX stands for Simple API for XML. SAX is a callback implementation. As it iterates over each fundamental unit of XML, is that as it reads each unit of XML, it creates an event that the host program can use. This allows the application to ignore the bits it doesn't care about, and just keep or use what is needed. SAX is often used in certain high-performance applications or areas where the size of the XML might exceed the memory available to the running program. SAX HistoryThe design inspiration and subsequent coodination was done by Dave Megginson, who continues to maintain the SAX Project website. The SAX standard currently is at version 2.0. SAX Inside of Stylus Studio®SAX is used everywhere in Stylus Studio®. It is used for building certain representations of XML structure for the XSLT and XQuery Mappers, and also used extensively within the deployment adapters. SAX ImplementationsThere have been many implementations of SAX parsers. The Apache project has sponsored some, including Crimson and its successor, Xerces (available in both C++ and Java.) The author of Saxon, Dr. Michael Kay, himself wrote Ælfred — another SAX parser. Oracle has one, there is one called Piccolo, a SAX wrapper is available for James Clark's xp processor. SAX InterfaceSAX is defined in three packages:
The org.sax.xml PackageSAX 2 Interfaces include:
SAX 2 Classes include:
SAX 2 Exceptions include:
The org.sax.xml.ext PackageSAX 2 Extension Interfaces include:
SAX 2 Extension Classes include:
The org.sax.xml.helpers PackageSAX 2 Helper Classes include:
Wither SAX?Some tools like SAX better, others like DOM. Some like still other models. Which is best? Well, it depends. One of the advantages in using a tool such as Stylus Studio® is that we've worked hard to determine the best model for different use cases, and the code we use interally or we generate for you uses the most appropriate model. Take a look for yourself by downloading the XML Tool of Tools for a free evaluation copy.
|
PURCHASE STYLUS STUDIO ONLINE TODAY!!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Try Stylus SAX ToolsOnly Stylus Studio leverages the Simple API for XML in our tools and processing components - Download a free trial today! Attend a Live Webinar This Week!Learn about Stylus Studio's unique features and benefits in just under an hour. Register for the Stylus Studio QuickStart Training WebCast! Why Pay More for XML Tools?With Stylus Studio® X16 XML Enterprise Suite, you get the most comprehensive XML tool suite at one incredibly low price. Value: it's just one of many reasons why smart XML developers are choosing Stylus Studio! |