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