jlibs.xml.sax
Class MyXMLFilter
java.lang.Object
jlibs.xml.sax.BaseXMLReader
jlibs.xml.sax.MyXMLFilter
- All Implemented Interfaces:
- XMLFilter, XMLReader
public class MyXMLFilter
- extends BaseXMLReader
- implements XMLFilter
XMLFilter implementation using SAXDelegate
- Author:
- Santhosh Kumar T
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyXMLFilter
public MyXMLFilter(SAXDelegate handler)
MyXMLFilter
public MyXMLFilter(SAXDelegate handler,
XMLReader parent)
getFeature
public boolean getFeature(String name)
throws SAXNotRecognizedException,
SAXNotSupportedException
- Specified by:
getFeature in interface XMLReader
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
setFeature
public void setFeature(String name,
boolean value)
throws SAXNotRecognizedException,
SAXNotSupportedException
- Specified by:
setFeature in interface XMLReader
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
getProperty
public Object getProperty(String name)
throws SAXNotRecognizedException,
SAXNotSupportedException
- Specified by:
getProperty in interface XMLReader
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
setProperty
public void setProperty(String name,
Object value)
throws SAXNotRecognizedException,
SAXNotSupportedException
- Specified by:
setProperty in interface XMLReader
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
setParent
public void setParent(XMLReader parent)
- Specified by:
setParent in interface XMLFilter
getParent
public XMLReader getParent()
- Specified by:
getParent in interface XMLFilter
parse
public void parse(InputSource input)
throws IOException,
SAXException
- Specified by:
parse in interface XMLReader
- Throws:
IOException
SAXException
parse
public void parse(String systemId)
throws IOException,
SAXException
- Specified by:
parse in interface XMLReader
- Throws:
IOException
SAXException
Copyright © 2015. All rights reserved.