Trees | Indices | Help |
|
---|
xmlreader.XMLReader --+ | XMLFilterBase
This class is designed to sit between an XMLReader and the client application's event handlers. By default, it does nothing but pass requests up to the reader and events on to the handlers unmodified, but subclasses can override specific methods to modify the event stream or the configuration requests as they pass through.
Inherited from xmlreader.XMLReader
:
getContentHandler
,
getDTDHandler
,
getEntityResolver
,
getErrorHandler
,
setContentHandler
,
setDTDHandler
,
setEntityResolver
,
setErrorHandler
Parse an XML document from a system identifier or an InputSource.
Allow an application to set the locale for errors and warnings.
SAX parsers are not required to provide localization for errors and warnings; if they cannot support the requested locale, however, they must throw a SAX exception. Applications may request a locale change in the middle of a parse.
Looks up and returns the state of a SAX2 feature.
Sets the state of a SAX2 feature.
Looks up and returns the value of a SAX2 property.
Sets the value of a SAX2 property.
Trees | Indices | Help |
|
---|