jaxp Udiff src/javax/xml/parsers/DocumentBuilderFactory.java (original) (raw)
rev 602 : 8047723: @since tag cleanup in jaxp Reviewed-by:
@@ -33,11 +33,11 @@ * * @author Jeff Suttor * @author Neeraj Bajaj * * @version Revision:1.9Revision: 1.9 Revision:1.9, Date:2010/05/2516:19:44Date: 2010/05/25 16:19:44 Date:2010/05/2516:19:44
- @since 1.4 */
public abstract class DocumentBuilderFactory {
private boolean validating = false;
@@ -438,10 +438,11 @@
* @param value Is feature state true
or false
.
*
* @throws ParserConfigurationException if this DocumentBuilderFactory
or the DocumentBuilder
s
* it creates cannot support this feature.
* @throws NullPointerException If the name
parameter is null.
public abstract void setFeature(String name, boolean value) throws ParserConfigurationException; /*** @since 1.5 */
@@ -459,10 +460,11 @@
*
* @return State of the named feature.
*
* @throws ParserConfigurationException if this DocumentBuilderFactory
* or the DocumentBuilder
s it creates cannot support this feature.
public abstract boolean getFeature(String name) throws ParserConfigurationException;* @since 1.5 */