Home | History | Annotate | Download | only in parsers

Lines Matching defs:parsers

20 package javax.xml.parsers;
23 import org.apache.harmony.xml.parsers.DocumentBuilderFactoryImpl;
87 * Creates a new instance of a {@link javax.xml.parsers.DocumentBuilder}
143 * Specifies that the parsers created by this factory must eliminate
203 * parsers which are namespace aware.
205 * @return true if the factory is configured to produce parsers which
215 * parsers which validate the XML content during parse.
217 * @return true if the factory is configured to produce parsers
227 * parsers which ignore ignorable whitespace in element content.
229 * @return true if the factory is configured to produce parsers
240 * parsers which expand entity reference nodes.
242 * @return true if the factory is configured to produce parsers
252 * parsers which ignores comments.
254 * @return true if the factory is configured to produce parsers
264 * parsers which converts CDATA nodes to Text nodes and appends it to
267 * @return true if the factory is configured to produce parsers
387 * <p>Set the {@link Schema} to be used by parsers created
428 * implementation. However, parsers and schemas are allowed