Uses of Class
javax.xml.parsers.SAXParser

Packages that use SAXParser
javax.xml.parsers   
org.eclipse.ercp.jaxp.implForCore   
org.eclipse.ercp.xml.parser   
 

Uses of SAXParser in javax.xml.parsers
 

Methods in javax.xml.parsers that return SAXParser
abstract  SAXParser SAXParserFactory.newSAXParser()
          Creates a new instance of a SAXParser using the currently configured factory parameters.
 

Uses of SAXParser in org.eclipse.ercp.jaxp.implForCore
 

Subclasses of SAXParser in org.eclipse.ercp.jaxp.implForCore
 class SAXParserImpl
          SAXParser implementation for jclCore and bigger
 

Methods in org.eclipse.ercp.jaxp.implForCore that return SAXParser
 SAXParser SAXParserFactoryImpl.newSAXParser()
           
 

Uses of SAXParser in org.eclipse.ercp.xml.parser
 

Subclasses of SAXParser in org.eclipse.ercp.xml.parser
 class AbstractSAXParserImpl
          This class implements the default behavior for a non-validating XML parser using SAX 2.0 APIs Subset for JSR 172 This class is abstract to supports several concrete subclesses: - SAXParserImpl for CLDC (JSR 172) - SAXParserImpl for Core and bigger - XMLStateMachineParser Grammar: - - The assumptions of this parser is: - The XML file is lexicaly and syntaxy correct - There is not twice the same Namespace prefix declared - The prefix 'xml' is never used to declare a namespace (this namespace is always associated to - The XML file prolog doesn't contain any: -