diff --git a/docs/xml/Javax.Xml.Parsers/SAXParserFactory.xml b/docs/xml/Javax.Xml.Parsers/SAXParserFactory.xml index 00e21d15d..c03355883 100644 --- a/docs/xml/Javax.Xml.Parsers/SAXParserFactory.xml +++ b/docs/xml/Javax.Xml.Parsers/SAXParserFactory.xml @@ -121,12 +121,12 @@ - The name of the property to be retrieved. - Returns the particular property requested for in the underlying - implementation of org. - Value of the requested property. + The non-null, fully qualified URI that names the feature to retrieve. + Returns the value of a feature flag in the underlying + org.xml.sax.XMLReader implementation. + The current value of the feature. - Returns the particular property requested for in the underlying + Returns the value of a feature flag in the underlying implementation of org.xml.sax.XMLReader. @@ -141,9 +141,10 @@ if a parser cannot be created which satisfies the requested configuration. - When the underlying XMLReader does not recognize the property name. - When the underlying XMLReader recognizes the property name but doesn't support the property. - + When the underlying XMLReader does not recognize the feature name. + When the underlying XMLReader recognizes the feature name but does not support the feature. + If the name parameter is null. +