XMLReader.setFeature(featurename, value)
Set the featurename to value. If the feature is not recognized, SAXNotRecognizedException
is raised. If the feature or its setting is not supported by the parser, SAXNotSupportedException is raised.
XMLReader.setFeature(featurename, value)
Set the featurename to value. If the feature is not recognized, SAXNotRecognizedException
is raised. If the feature or its setting is not supported by the parser, SAXNotSupportedException is raised.
Please login to continue.