jlibs.xml.sax
Class AbstractXMLReader
java.lang.Object
jlibs.xml.sax.BaseXMLReader
jlibs.xml.sax.AbstractXMLReader
- All Implemented Interfaces:
- XMLReader
- Direct Known Subclasses:
- STAXXMLReader, XMLWriter
public abstract class AbstractXMLReader
- extends BaseXMLReader
Base class for XMLReader implementation
- Author:
- Santhosh Kumar T
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
supportedFeatures
protected final Set<String> supportedFeatures
nsFeature
protected boolean nsFeature
nsPrefixesFeature
protected boolean nsPrefixesFeature
AbstractXMLReader
protected AbstractXMLReader()
setFeature
public void setFeature(String name,
boolean value)
throws SAXNotRecognizedException
- Throws:
SAXNotRecognizedException
getFeature
public boolean getFeature(String name)
throws SAXNotRecognizedException
- Throws:
SAXNotRecognizedException
setProperty
public void setProperty(String name,
Object value)
throws SAXNotRecognizedException,
SAXNotSupportedException
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
getProperty
public Object getProperty(String name)
throws SAXNotRecognizedException
- Throws:
SAXNotRecognizedException
Copyright © 2015. All rights reserved.