Class NekoSAXParserAdapter
- java.lang.Object
-
- javax.xml.parsers.SAXParser
-
- org.htmlunit.cyberneko.sax.helpers.NekoSAXParserAdapter
-
public class NekoSAXParserAdapter extends javax.xml.parsers.SAXParserASAXParserbased on ourSAXParser.
-
-
Field Summary
Fields Modifier and Type Field Description private NekoParserAdapterparser_
-
Constructor Summary
Constructors Constructor Description NekoSAXParserAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xml.sax.ParsergetParser()java.lang.ObjectgetProperty(java.lang.String name)org.xml.sax.XMLReadergetXMLReader()booleanisNamespaceAware()booleanisValidating()voidsetProperty(java.lang.String name, java.lang.Object value)
-
-
-
Field Detail
-
parser_
private final NekoParserAdapter parser_
-
-
Method Detail
-
getParser
public org.xml.sax.Parser getParser() throws org.xml.sax.SAXException- 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) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException- Specified by:
setPropertyin classjavax.xml.parsers.SAXParser- Throws:
org.xml.sax.SAXNotRecognizedExceptionorg.xml.sax.SAXNotSupportedException
-
getProperty
public java.lang.Object getProperty(java.lang.String name) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException- Specified by:
getPropertyin classjavax.xml.parsers.SAXParser- Throws:
org.xml.sax.SAXNotRecognizedExceptionorg.xml.sax.SAXNotSupportedException
-
-