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.XMLReaderImplreader
-
Constructor Summary
Constructors Modifier Constructor Description privateSAXParserImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.xml.sax.ParsergetParser()Deprecated.java.lang.ObjectgetProperty(java.lang.String name)org.xml.sax.XMLReadergetXMLReader()booleanisNamespaceAware()booleanisValidating()voidsetProperty(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.SAXExceptionDeprecated.- Specified by:
getParserin classjavax.xml.parsers.SAXParser- Throws:
org.xml.sax.SAXException
-
getXMLReader
public org.xml.sax.XMLReader getXMLReader() throws org.xml.sax.SAXException- Specified by:
getXMLReaderin classjavax.xml.parsers.SAXParser- Throws:
org.xml.sax.SAXException
-
isNamespaceAware
public boolean isNamespaceAware()
- Specified by:
isNamespaceAwarein classjavax.xml.parsers.SAXParser
-
isValidating
public boolean isValidating()
- Specified by:
isValidatingin classjavax.xml.parsers.SAXParser
-
setProperty
public void setProperty(java.lang.String name, java.lang.Object value)- Specified by:
setPropertyin classjavax.xml.parsers.SAXParser
-
getProperty
public java.lang.Object getProperty(java.lang.String name)
- Specified by:
getPropertyin classjavax.xml.parsers.SAXParser
-
-