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

1 2 34 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
characterdatagetdata.java 45 * @param factory document factory, may not be null
48 public characterdatagetdata(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
49 super(factory);
documentgetdoctypenodtd.java 43 * @param factory document factory, may not be null
46 public documentgetdoctypenodtd(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
52 DOMTestDocumentBuilderFactory testFactory = factory.newInstance(settings);
documentgetelementsbytagnamelength.java 46 * @param factory document factory, may not be null
49 public documentgetelementsbytagnamelength(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
50 super(factory);
documentgetelementsbytagnametotallength.java 41 * @param factory document factory, may not be null
44 public documentgetelementsbytagnametotallength(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
45 super(factory);
documentgetimplementation.java 45 * @param factory document factory, may not be null
48 public documentgetimplementation(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
49 super(factory);
documenttypegetentitieslength.java 44 * @param factory document factory, may not be null
47 public documenttypegetentitieslength(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
48 super(factory);
domimplementationfeaturenoversion.java 41 * @param factory document factory, may not be null
44 public domimplementationfeaturenoversion(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
45 super(factory);
domimplementationfeaturexml.java 40 * @param factory document factory, may not be null
43 public domimplementationfeaturexml(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
44 super(factory);
elementaddnewattribute.java 47 * @param factory document factory, may not be null
50 public elementaddnewattribute(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
51 super(factory);
elementgetattributenode.java 46 * @param factory document factory, may not be null
49 public elementgetattributenode(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
50 super(factory);
elementgetelementsbytagname.java 47 * @param factory document factory, may not be null
50 public elementgetelementsbytagname(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
51 super(factory);
elementgetelementsbytagnamenomatch.java 45 * @param factory document factory, may not be null
48 public elementgetelementsbytagnamenomatch(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
49 super(factory);
elementremoveattributenode.java 45 * @param factory document factory, may not be null
48 public elementremoveattributenode(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
49 super(factory);
elementreplaceattributewithself.java 44 * @param factory document factory, may not be null
47 public elementreplaceattributewithself(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
48 super(factory);
elementreplaceexistingattribute.java 50 * @param factory document factory, may not be null
53 public elementreplaceexistingattribute(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
54 super(factory);
elementretrieveattrvalue.java 45 * @param factory document factory, may not be null
48 public elementretrieveattrvalue(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
49 super(factory);
hc_attrgetvalue1.java 39 * @param factory document factory, may not be null
42 public hc_attrgetvalue1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
43 super(factory);
hc_characterdatagetdata.java 44 * @param factory document factory, may not be null
47 public hc_characterdatagetdata(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
48 super(factory);
hc_documentgetelementsbytagnamelength.java 45 * @param factory document factory, may not be null
48 public hc_documentgetelementsbytagnamelength(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
49 super(factory);
hc_documentgetrootnode.java 41 * @param factory document factory, may not be null
44 public hc_documentgetrootnode(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
45 super(factory);
hc_elementgetelementsbytagname.java 46 * @param factory document factory, may not be null
49 public hc_elementgetelementsbytagname(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
50 super(factory);
hc_elementgetelementsbytagnamenomatch.java 44 * @param factory document factory, may not be null
47 public hc_elementgetelementsbytagnamenomatch(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
48 super(factory);
hc_elementremoveattributenode.java 44 * @param factory document factory, may not be null
47 public hc_elementremoveattributenode(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
48 super(factory);
hc_elementreplaceattributewithself.java 44 * @param factory document factory, may not be null
47 public hc_elementreplaceattributewithself(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
48 super(factory);
hc_elementreplaceexistingattribute.java 49 * @param factory document factory, may not be null
52 public hc_elementreplaceexistingattribute(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
53 super(factory);

Completed in 177 milliseconds

1 2 34 5 6 7 8 91011>>