XMLReader.getProperty(propertyname)
Return the current setting for property propertyname. If the property is not recognized, a SAXNotRecognizedException
is raised. The well-known propertynames are listed in the module xml.sax.handler
.
XMLReader.getProperty(propertyname)
Return the current setting for property propertyname. If the property is not recognized, a SAXNotRecognizedException
is raised. The well-known propertynames are listed in the module xml.sax.handler
.
Please login to continue.