Sets the state of a SAX2 feature.
(self, name, state)
| 77 | raise SAXNotRecognizedException("Feature '%s' not recognized" % name) |
| 78 | |
| 79 | def setFeature(self, name, state): |
| 80 | "Sets the state of a SAX2 feature." |
| 81 | raise SAXNotRecognizedException("Feature '%s' not recognized" % name) |
| 82 | |
| 83 | def getProperty(self, name): |
| 84 | "Looks up and returns the value of a SAX2 property." |