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

<<21222324252627282930>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
createElementNS01.java 52 * @param factory document factory, may not be null
55 public createElementNS01(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
56 super(factory);
createElementNS02.java 51 * @param factory document factory, may not be null
54 public createElementNS02(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
55 super(factory);
createElementNS04.java 54 * @param factory document factory, may not be null
57 public createElementNS04(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
58 super(factory);
createElementNS05.java 49 * @param factory document factory, may not be null
52 public createElementNS05(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
53 super(factory);
createElementNS06.java 44 * @param factory document factory, may not be null
47 public createElementNS06(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
48 super(factory);
documentcreateattributeNS01.java 48 * @param factory document factory, may not be null
51 public documentcreateattributeNS01(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
52 super(factory);
documentcreateattributeNS07.java 62 * @param factory document factory, may not be null
65 public documentcreateattributeNS07(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
66 super(factory);
documentcreateelementNS02.java 60 * @param factory document factory, may not be null
63 public documentcreateelementNS02(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
64 super(factory);
documentcreateelementNS05.java 61 * @param factory document factory, may not be null
64 public documentcreateelementNS05(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
65 super(factory);
documentgetelementbyid01.java 61 * @param factory document factory, may not be null
64 public documentgetelementbyid01(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
65 super(factory);
documentgetelementsbytagnameNS01.java 50 * @param factory document factory, may not be null
53 public documentgetelementsbytagnameNS01(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
54 super(factory);
documentgetelementsbytagnameNS04.java 50 * @param factory document factory, may not be null
53 public documentgetelementsbytagnameNS04(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
59 DOMTestDocumentBuilderFactory testFactory = factory.newInstance(settings);
documenttypeinternalSubset01.java 47 * @param factory document factory, may not be null
50 public documenttypeinternalSubset01(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
51 super(factory);
documenttypepublicid01.java 47 * @param factory document factory, may not be null
50 public documenttypepublicid01(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
51 super(factory);
documenttypesystemid01.java 46 * @param factory document factory, may not be null
49 public documenttypesystemid01(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
50 super(factory);
domimplementationcreatedocument04.java 62 * @param factory document factory, may not be null
65 public domimplementationcreatedocument04(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
66 super(factory);
domimplementationcreatedocument05.java 62 * @param factory document factory, may not be null
65 public domimplementationcreatedocument05(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
66 super(factory);
domimplementationcreatedocument07.java 60 * @param factory document factory, may not be null
63 public domimplementationcreatedocument07(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
64 super(factory);
domimplementationfeaturecore.java 65 * @param factory document factory, may not be null
68 public domimplementationfeaturecore(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
69 super(factory);
domimplementationfeaturexmlversion2.java 65 * @param factory document factory, may not be null
68 public domimplementationfeaturexmlversion2(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
69 super(factory);
domimplementationhasfeature02.java 47 * @param factory document factory, may not be null
50 public domimplementationhasfeature02(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
51 super(factory);
elementgetelementsbytagnamens02.java 61 * @param factory document factory, may not be null
64 public elementgetelementsbytagnamens02(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
70 DOMTestDocumentBuilderFactory testFactory = factory.newInstance(settings);
elementgetelementsbytagnamens05.java 62 * @param factory document factory, may not be null
65 public elementgetelementsbytagnamens05(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
71 DOMTestDocumentBuilderFactory testFactory = factory.newInstance(settings);
elementhasattribute01.java 59 * @param factory document factory, may not be null
62 public elementhasattribute01(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
68 DOMTestDocumentBuilderFactory testFactory = factory.newInstance(settings);
elementhasattribute03.java 48 * @param factory document factory, may not be null
51 public elementhasattribute03(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
52 super(factory);

Completed in 575 milliseconds

<<21222324252627282930>>