|  |  |  |  | 
        
          |  |   |  
        
          | Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages 
 acdk::xml::sax::XMLParser Class Reference#include <XMLParser.h>
 Inheritance diagram for acdk::xml::sax::XMLParser:
  List of all members. 
 Detailed DescriptionAPI: org.xml.sax<br>.
 Author:Roger Rene Kommer 
 Version:Revision1.12 
 Date:Date2005/02/05 10:45:37 
 
 
 Constructor & Destructor Documentation
 
  
    | 
        
          | acdk::xml::sax::XMLParser::XMLParser | ( |  | ) |  |  |  
 
 Member Function Documentation
 
 
 
 
 
  
    |  | 
parse a byte stream
 
 Parameters:
  
    | length | number of bytes to parse. If -1 byte stream has to be termuinated with '' | 
 |  
 
  
    |  | 
parse a byte stream
 
 Parameters:
  
    | length | number of bytes to parse. -1 means complete byteArray | 
 |  
 
  
    |  | 
Parse a US-ASCII String.
 
 Parameters:
  
 |  
 
 
 
 
 
 
  
    |  | 
Allow an application to request a locale for errors and warnings.
 
SAX parsers are not required to provide localisation for errors and warnings; if they cannot support the requested locale, however, they must throw a SAX exception. Applications may not request a locale change in the middle of a parse. 
 Parameters:
  
 Exceptions:
  
    | org.xml.sax.SAXException | Throws an exception (using the previous or default locale) if the requested locale is not supported. | 
 See also:org::xml::sax::SAXException 
org::xml::sax::SAXParseException 
 
Implements org::xml::sax::Parser.     |  
 Member Data Documentation
 
 
 
 
 
 |  |