Skip navigation links 
 
oracle.javatools.xml.esax.spi
Class ExtensibleSAXParser
java.lang.Object
  
oracle.javatools.xml.esax.spi.ExtensibleSAXParser
- Direct Known Subclasses:
 
- LocalBundleParser, MasterListParser, UpdateCenterParser
 
- 
public class ExtensibleSAXParser
 
- extends java.lang.Object
 
An extensible SAX parser.
 
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
ExtensibleSAXParser
public ExtensibleSAXParser()
createInitialContext
protected DefaultElementContext createInitialContext()
getContext
public ElementContext getContext()
- Get the context
 
parse
public void parse(XMLLocator locator)
           throws javax.xml.parsers.ParserConfigurationException,
                  org.xml.sax.SAXException,
                  java.io.IOException
- 
- Throws:
 
javax.xml.parsers.ParserConfigurationException 
org.xml.sax.SAXException 
java.io.IOException 
 
Skip navigation links 
 
Copyright © 1997, 2011, Oracle. All rights reserved.