XMLReader.getFeature(featurename)
Return the current setting for feature featurename. If the feature is not recognized, SAXNotRecognizedException
is raised. The well-known featurenames are listed in the module xml.sax.handler
.
XMLReader.getFeature(featurename)
Return the current setting for feature featurename. If the feature is not recognized, SAXNotRecognizedException
is raised. The well-known featurenames are listed in the module xml.sax.handler
.
Please login to continue.