Package com.sun.xml.xsom.impl.parser
Class SAXParserFactoryAdaptor.SAXParserImpl
- java.lang.Object
-
- javax.xml.parsers.SAXParser
-
- com.sun.xml.xsom.impl.parser.SAXParserFactoryAdaptor.SAXParserImpl
-
- Enclosing class:
- SAXParserFactoryAdaptor
private class SAXParserFactoryAdaptor.SAXParserImpl extends javax.xml.parsers.SAXParser
-
-
Field Summary
Fields Modifier and Type Field Description private SAXParserFactoryAdaptor.XMLReaderImpl
reader
-
Constructor Summary
Constructors Modifier Constructor Description private
SAXParserImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.xml.sax.Parser
getParser()
Deprecated.java.lang.Object
getProperty(java.lang.String name)
org.xml.sax.XMLReader
getXMLReader()
boolean
isNamespaceAware()
boolean
isValidating()
void
setProperty(java.lang.String name, java.lang.Object value)
-
-
-
Field Detail
-
reader
private final SAXParserFactoryAdaptor.XMLReaderImpl reader
-
-
Method Detail
-
getParser
public org.xml.sax.Parser getParser() throws org.xml.sax.SAXException
Deprecated.- Specified by:
getParser
in classjavax.xml.parsers.SAXParser
- Throws:
org.xml.sax.SAXException
-
getXMLReader
public org.xml.sax.XMLReader getXMLReader() throws org.xml.sax.SAXException
- Specified by:
getXMLReader
in classjavax.xml.parsers.SAXParser
- Throws:
org.xml.sax.SAXException
-
isNamespaceAware
public boolean isNamespaceAware()
- Specified by:
isNamespaceAware
in classjavax.xml.parsers.SAXParser
-
isValidating
public boolean isValidating()
- Specified by:
isValidating
in classjavax.xml.parsers.SAXParser
-
setProperty
public void setProperty(java.lang.String name, java.lang.Object value)
- Specified by:
setProperty
in classjavax.xml.parsers.SAXParser
-
getProperty
public java.lang.Object getProperty(java.lang.String name)
- Specified by:
getProperty
in classjavax.xml.parsers.SAXParser
-
-