javax.xml.parsers
Class SAXParser
java.lang.Object
javax.xml.parsers.SAXParser
- public abstract class SAXParser
- extends Object
Method Summary |
abstract Parser |
getParser()
|
abstract Object |
getProperty(String)
|
abstract XMLReader |
getXMLReader()
|
abstract boolean |
isNamespaceAware()
|
abstract boolean |
isValidating()
|
void |
parse(File,
HandlerBase)
|
void |
parse(File,
DefaultHandler)
|
void |
parse(InputStream,
HandlerBase)
|
void |
parse(InputStream,
HandlerBase,
String)
|
void |
parse(InputStream,
DefaultHandler)
|
void |
parse(InputStream,
DefaultHandler,
String)
|
void |
parse(String,
HandlerBase)
|
void |
parse(String,
DefaultHandler)
|
void |
parse(InputSource,
HandlerBase)
|
void |
parse(InputSource,
DefaultHandler)
|
abstract void |
setProperty(String,
Object)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAXParser
protected SAXParser()
isNamespaceAware
public abstract boolean isNamespaceAware()
isValidating
public abstract boolean isValidating()
getParser
public abstract Parser getParser()
throws SAXException
- Throws:
SAXException
getXMLReader
public abstract XMLReader getXMLReader()
throws SAXException
- Throws:
SAXException
getProperty
public abstract Object getProperty(String)
throws SAXNotRecognizedException,
SAXNotSupportedException
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
setProperty
public abstract void setProperty(String,
Object)
throws SAXNotRecognizedException,
SAXNotSupportedException
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
parse
public void parse(File,
HandlerBase)
throws SAXException,
IOException
- Throws:
SAXException
IOException
parse
public void parse(InputStream,
HandlerBase)
throws SAXException,
IOException
- Throws:
SAXException
IOException
parse
public void parse(String,
HandlerBase)
throws SAXException,
IOException
- Throws:
SAXException
IOException
parse
public void parse(InputSource,
HandlerBase)
throws SAXException,
IOException
- Throws:
SAXException
IOException
parse
public void parse(File,
DefaultHandler)
throws SAXException,
IOException
- Throws:
SAXException
IOException
parse
public void parse(InputStream,
DefaultHandler)
throws SAXException,
IOException
- Throws:
SAXException
IOException
parse
public void parse(String,
DefaultHandler)
throws SAXException,
IOException
- Throws:
SAXException
IOException
parse
public void parse(InputSource,
DefaultHandler)
throws SAXException,
IOException
- Throws:
SAXException
IOException
parse
public void parse(InputStream,
HandlerBase,
String)
throws SAXException,
IOException
- Throws:
SAXException
IOException
parse
public void parse(InputStream,
DefaultHandler,
String)
throws SAXException,
IOException
- Throws:
SAXException
IOException
JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.