Looks up and returns the state of a SAX2 feature.
(self, name)
| 73 | raise SAXNotSupportedException("Locale support not implemented") |
| 74 | |
| 75 | def getFeature(self, name): |
| 76 | "Looks up and returns the state of a SAX2 feature." |
| 77 | raise SAXNotRecognizedException("Feature '%s' not recognized" % name) |
| 78 | |
| 79 | def setFeature(self, name, state): |
| 80 | "Sets the state of a SAX2 feature." |