HomeSort by relevance Sort by last modified time
    Searched refs:factory (Results 526 - 550 of 2677) sorted by null

<<21222324252627282930>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodevalue03.java 41 * @param factory document factory, may not be null
44 public nodevalue03(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
45 super(factory);
nodevalue04.java 41 * @param factory document factory, may not be null
44 public nodevalue04(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
45 super(factory);
nodevalue05.java 41 * @param factory document factory, may not be null
44 public nodevalue05(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
45 super(factory);
nodevalue06.java 41 * @param factory document factory, may not be null
44 public nodevalue06(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
45 super(factory);
nodevalue09.java 41 * @param factory document factory, may not be null
44 public nodevalue09(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
45 super(factory);
notationgetnotationname.java 43 * @param factory document factory, may not be null
46 public notationgetnotationname(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
47 super(factory);
notationgetpublicid.java 42 * @param factory document factory, may not be null
45 public notationgetpublicid(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
46 super(factory);
notationgetpublicidnull.java 47 * @param factory document factory, may not be null
50 public notationgetpublicidnull(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
51 super(factory);
notationgetsystemidnull.java 43 * @param factory document factory, may not be null
46 public notationgetsystemidnull(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
47 super(factory);
processinginstructiongetdata.java 49 * @param factory document factory, may not be null
52 public processinginstructiongetdata(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
53 super(factory);
processinginstructiongettarget.java 48 * @param factory document factory, may not be null
51 public processinginstructiongettarget(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
52 super(factory);
textindexsizeerroffsetoutofbounds.java 51 * @param factory document factory, may not be null
54 public textindexsizeerroffsetoutofbounds(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
55 super(factory);
textsplittextfour.java 48 * @param factory document factory, may not be null
51 public textsplittextfour(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
52 super(factory);
textsplittextnomodificationallowederrEE.java 44 * @param factory document factory, may not be null
47 public textsplittextnomodificationallowederrEE(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
48 super(factory);
textsplittextone.java 49 * @param factory document factory, may not be null
52 public textsplittextone(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
53 super(factory);
textsplittextthree.java 50 * @param factory document factory, may not be null
53 public textsplittextthree(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
54 super(factory);
textsplittexttwo.java 49 * @param factory document factory, may not be null
52 public textsplittexttwo(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
53 super(factory);
textwithnomarkup.java 50 * @param factory document factory, may not be null
53 public textwithnomarkup(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
54 super(factory);
  /libcore/dom/src/test/java/org/w3c/domts/level1/html/
TestDefaultLS.java 42 DOMTestDocumentBuilderFactory factory = local
46 Object test = testConstructor.newInstance(new Object[] { factory });
TestDefaultLSAltConfig.java 42 DOMTestDocumentBuilderFactory factory = local
46 Object test = testConstructor.newInstance(new Object[] { factory });
TestXercesHTML.java 32 DOMTestDocumentBuilderFactory factory = local
36 Object test = testConstructor.newInstance(new Object[] { factory });
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
TestBatik.java 33 DOMTestDocumentBuilderFactory factory = local
36 Object test = testConstructor.newInstance(new Object[] { factory });
TestCrimson.java 37 DOMTestDocumentBuilderFactory factory = local
41 Object test = testConstructor.newInstance(new Object[] { factory });
TestCrimsonAltConfig.java 37 DOMTestDocumentBuilderFactory factory = local
41 Object test = testConstructor.newInstance(new Object[] { factory });
TestDOM4J.java 33 DOMTestDocumentBuilderFactory factory = local
36 Object test = testConstructor.newInstance(new Object[] { factory });

Completed in 558 milliseconds

<<21222324252627282930>>