|
Préférences
Moteurs de recherche
|
||||||||
| JavaTM 2 Platform Std. Ed. v1.5.0
org.xml.sax
|
|||||||||
| Method Summary | |
|---|---|
XMLReader |
getParent()
Get the parent reader. |
void |
setParent(XMLReader parent)
Set the parent reader. |
| Methods inherited from interface org.xml.sax.XMLReader |
|---|
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, parse, parse, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty |
| Method Detail |
|---|
void setParent(XMLReader parent)
This method allows the application to link the filter to a parent reader (which may be another filter). The argument may not be null.
parent - The parent reader.XMLReader getParent()
This method allows the application to query the parent reader (which may be another filter). It is generally a bad idea to perform any operations on the parent reader directly: they should all pass through this filter.