Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions docs/xml/Javax.Xml.Parsers/SAXParserFactory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@
<Parameter Name="name" Type="System.String" />
</Parameters>
<Docs>
<param name="name">The name of the property to be retrieved.</param>
<summary>Returns the particular property requested for in the underlying
implementation of org.</summary>
<returns>Value of the requested property.</returns>
<param name="name">The non-null, fully qualified URI that names the feature to retrieve.</param>
<summary>Returns the value of a feature flag in the underlying
<c>org.xml.sax.XMLReader</c> implementation.</summary>
<returns>The current value of the feature.</returns>
<remarks>
<para>Returns the particular property requested for in the underlying
<para>Returns the value of a feature flag in the underlying
implementation of org.xml.sax.XMLReader.</para>
<para>
<format type="text/html">
Expand All @@ -141,9 +141,10 @@
</remarks>
<since version="Added in API level 1" />
<exception cref="T:Javax.Xml.Parsers.ParserConfigurationException">if a parser cannot be created which satisfies the requested configuration.</exception>
<exception cref="T:Org.Xml.Sax.SAXNotRecognizedException">When the underlying XMLReader does not recognize the property name.</exception>
<exception cref="T:Org.Xml.Sax.SAXNotSupportedException">When the underlying XMLReader recognizes the property name but doesn't support the property.</exception>
<altmember cref="M:Org.Xml.Sax.IXMLReader.GetProperty(System.String)" />
<exception cref="T:Org.Xml.Sax.SAXNotRecognizedException">When the underlying XMLReader does not recognize the feature name.</exception>
<exception cref="T:Org.Xml.Sax.SAXNotSupportedException">When the underlying XMLReader recognizes the feature name but does not support the feature.</exception>
<exception cref="T:Java.Lang.NullPointerException">If the <c>name</c> parameter is null.</exception>
<altmember cref="M:Org.Xml.Sax.IXMLReader.GetFeature(System.String)" />
</Docs>
</Member>
<Member MemberName="JniPeerMembers">
Expand Down