org.apache.xerces.jaxp
Class SAXParserImpl
java.lang.Object
|
+--javax.xml.parsers.SAXParser
|
+--org.apache.xerces.jaxp.SAXParserImpl
- public class SAXParserImpl
- extends javax.xml.parsers.SAXParser
The SAXParser
implementation for the Apache Xerces XML parser.
- Version:
- $Revision: 1.1 $ $Date: 2000/02/26 05:58:12 $
- Author:
- Pierpaolo Fumagalli
(Apache Software Foundation, Exoffice Technologies)
Constructor Summary |
protected |
SAXParserImpl(boolean namespaces,
boolean validation)
Create a new SAXParserFactoryImpl instance. |
Method Summary |
Parser |
getParser()
Returns the underlying Parser object which is wrapped by
this SAXParserImpl implementation. |
boolean |
isNamespaceAware()
Returns whether or not this parser supports XML namespaces. |
boolean |
isValidating()
Returns whether or not this parser supports validating XML content. |
Methods inherited from class javax.xml.parsers.SAXParser |
parse,
parse,
parse,
parse |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SAXParserImpl
protected SAXParserImpl(boolean namespaces,
boolean validation)
throws javax.xml.parsers.ParserConfigurationException
- Create a new
SAXParserFactoryImpl
instance.
getParser
public Parser getParser()
- Returns the underlying
Parser
object which is wrapped by
this SAXParserImpl
implementation.
- Overrides:
- getParser in class javax.xml.parsers.SAXParser
- Tags copied from class: javax.xml.parsers.SAXParser
- Throws:
- SAXException - If the initialization of the underlying parser
fails. NOTE: This Exception is specified on page
21 of the specification, but later on omissed in this
method documentation on page 23. Wich one is correct?
isNamespaceAware
public boolean isNamespaceAware()
- Returns whether or not this parser supports XML namespaces.
- Overrides:
- isNamespaceAware in class javax.xml.parsers.SAXParser
isValidating
public boolean isValidating()
- Returns whether or not this parser supports validating XML content.
- Overrides:
- isValidating in class javax.xml.parsers.SAXParser
Copyright © 1999 Apache XML Project. All Rights Reserved.