|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XMLReader | |
| javax.xml.parsers | The javax.xml.parsers package contains the Java API for XML Processing (JAXP) subset defined by JSR 280. |
| org.xml.sax | This package provides the core of the Java ME SAX API subset defined by JSR 280. |
| Uses of XMLReader in javax.xml.parsers |
| Methods in javax.xml.parsers that return XMLReader | |
abstract XMLReader |
SAXParser.getXMLReader()
Returns the XMLReader that is encapsulated by the
implementation of this class. |
| Uses of XMLReader in org.xml.sax |
| Subinterfaces of XMLReader in org.xml.sax | |
interface |
XMLFilter
Interface for an XML filter. |
| Methods in org.xml.sax that return XMLReader | |
XMLReader |
XMLFilter.getParent()
Get the parent reader. |
| Methods in org.xml.sax with parameters of type XMLReader | |
void |
XMLFilter.setParent(XMLReader parent)
Set the parent reader. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||