HomeSort by relevance Sort by last modified time
    Searched refs:factory (Results 76 - 100 of 1191) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/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 });
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 });
TestDefaultParser.java 32 DOMTestDocumentBuilderFactory factory = local
36 Object test = testConstructor.newInstance(new Object[] { factory });
TestDefaultParserAltConfig.java 32 DOMTestDocumentBuilderFactory factory = local
36 Object test = testConstructor.newInstance(new Object[] { factory });
TestGNUJAXP.java 39 DOMTestDocumentBuilderFactory factory = local
44 Object test = testConstructor.newInstance(new Object[] { factory });
TestGNUJAXPAltConfig.java 38 DOMTestDocumentBuilderFactory factory = local
42 Object test = testConstructor.newInstance(new Object[] { factory });
TestJTidy.java 33 DOMTestDocumentBuilderFactory factory = local
36 Object test = testConstructor.newInstance(new Object[] { factory });
TestOracle.java 38 DOMTestDocumentBuilderFactory factory = local
43 Object test = testConstructor.newInstance(new Object[] { factory });
TestOracleAltConfig.java 38 DOMTestDocumentBuilderFactory factory = local
42 Object test = testConstructor.newInstance(new Object[] { factory });
TestXerces.java 37 DOMTestDocumentBuilderFactory factory = local
42 Object test = testConstructor.newInstance(new Object[] { factory });
TestXercesAltConfig.java 37 DOMTestDocumentBuilderFactory factory = local
41 Object test = testConstructor.newInstance(new Object[] { factory });
attreffectivevalue.java 44 * @param factory document factory, may not be null
47 public attreffectivevalue(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
48 super(factory);
attrentityreplacement.java 49 * @param factory document factory, may not be null
52 public attrentityreplacement(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
53 super(factory);
attrname.java 45 * @param factory document factory, may not be null
48 public attrname(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
49 super(factory);
attrnextsiblingnull.java 44 * @param factory document factory, may not be null
47 public attrnextsiblingnull(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
48 super(factory);
attrparentnodenull.java 44 * @param factory document factory, may not be null
47 public attrparentnodenull(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
48 super(factory);
attrprevioussiblingnull.java 44 * @param factory document factory, may not be null
47 public attrprevioussiblingnull(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
48 super(factory);
attrspecifiedvalue.java 47 * @param factory document factory, may not be null
50 public attrspecifiedvalue(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
51 super(factory);
attrspecifiedvaluechanged.java 48 * @param factory document factory, may not be null
51 public attrspecifiedvaluechanged(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
52 super(factory);
characterdataappenddata.java 49 * @param factory document factory, may not be null
52 public characterdataappenddata(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
53 super(factory);
characterdataappenddatagetdata.java 50 * @param factory document factory, may not be null
53 public characterdataappenddatagetdata(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
54 super(factory);

Completed in 220 milliseconds

1 2 34 5 6 7 8 91011>>