Lines Matching defs:DocumentBuilderFactory

41 public abstract class DocumentBuilderFactory {
54 protected DocumentBuilderFactory () {
58 * Creates a new instance of the {@code DocumentBuilderFactory} builtin
61 * @return A new instance of the {@code DocumentBuilderFactory} builtin
66 public static DocumentBuilderFactory newDefaultInstance() {
72 * {@code DocumentBuilderFactory}. This static method creates
75 * the {@code DocumentBuilderFactory} implementation class to
79 * Use the {@code javax.xml.parsers.DocumentBuilderFactory} system
117 * {@code DocumentBuilderFactory} it can use the factory to
133 * @return New instance of a {@code DocumentBuilderFactory}
139 public static DocumentBuilderFactory newInstance() {
142 DocumentBuilderFactory.class, // "javax.xml.parsers.DocumentBuilderFactory"
148 * Obtain a new instance of a {@code DocumentBuilderFactory} from class name.
153 * <p>Once an application has obtained a reference to a {@code DocumentBuilderFactory}
168 * implementation of {@code javax.xml.parsers.DocumentBuilderFactory}.
173 * @return New instance of a {@code DocumentBuilderFactory}
182 public static DocumentBuilderFactory newInstance(String factoryClassName, ClassLoader classLoader){
184 return FactoryFinder.newInstance(DocumentBuilderFactory.class,
426 * Set a feature for this {@code DocumentBuilderFactory}
432 * A {@link ParserConfigurationException} is thrown if this {@code DocumentBuilderFactory} or the
434 * It is possible for a {@code DocumentBuilderFactory} to expose a feature value but be unable to change its state.
457 * @throws ParserConfigurationException if this {@code DocumentBuilderFactory} or the {@code DocumentBuilder}s
471 * An {@link ParserConfigurationException} is thrown if this {@code DocumentBuilderFactory} or the
473 * It is possible for an {@code DocumentBuilderFactory} to expose a feature value but be unable to change its state.
479 * @throws ParserConfigurationException if this {@code DocumentBuilderFactory}
494 * if the method was not invoked since a {@link DocumentBuilderFactory}