Home | History | Annotate | Download | only in domts

Lines Matching refs:factory

32   private DocumentBuilderFactory factory;
37 * @param factory null for default JAXP provider. If not null,
38 * factory will be mutated in constructor and should be released
47 factory = DocumentBuilderFactory.newInstance();
50 factory = baseFactory;
57 settings[i].applySetting(factory);
61 this.builder = factory.newDocumentBuilder();
81 DocumentBuilderFactory newFactory = factory.newInstance();
148 return factory.isCoalescing();
152 return factory.isExpandEntityReferences();
156 return factory.isIgnoringElementContentWhitespace();
160 return factory.isNamespaceAware();
164 return factory.isValidating();