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

1 2 3 4 56 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreateelementcasesensitive.java 47 * @param factory document factory, may not be null
50 public documentcreateelementcasesensitive(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
51 super(factory);
documentcreateentityreference.java 49 * @param factory document factory, may not be null
52 public documentcreateentityreference(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
53 super(factory);
documentcreateentityreferenceknown.java 50 * @param factory document factory, may not be null
53 public documentcreateentityreferenceknown(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
54 super(factory);
documentcreateprocessinginstruction.java 52 * @param factory document factory, may not be null
55 public documentcreateprocessinginstruction(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
56 super(factory);
documentcreatetextnode.java 45 * @param factory document factory, may not be null
48 public documentcreatetextnode(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
49 super(factory);
documentgetdoctype.java 47 * @param factory document factory, may not be null
50 public documentgetdoctype(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
51 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);
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);
documentgetelementsbytagnamevalue.java 48 * @param factory document factory, may not be null
51 public documentgetelementsbytagnamevalue(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
52 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);
documentgetrootnode.java 45 * @param factory document factory, may not be null
48 public documentgetrootnode(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
49 super(factory);
documentinvalidcharacterexceptioncreateattribute.java 51 * @param factory document factory, may not be null
54 public documentinvalidcharacterexceptioncreateattribute(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
55 super(factory);
documentinvalidcharacterexceptioncreateelement.java 51 * @param factory document factory, may not be null
54 public documentinvalidcharacterexceptioncreateelement(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
55 super(factory);
documenttypegetdoctype.java 45 * @param factory document factory, may not be null
48 public documenttypegetdoctype(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);
documenttypegetentitiestype.java 46 * @param factory document factory, may not be null
49 public documenttypegetentitiestype(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
50 super(factory);
documenttypegetnotationstype.java 45 * @param factory document factory, may not be null
48 public documenttypegetnotationstype(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
49 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);
elementassociatedattribute.java 47 * @param factory document factory, may not be null
50 public elementassociatedattribute(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
51 super(factory);
elementchangeattributevalue.java 50 * @param factory document factory, may not be null
53 public elementchangeattributevalue(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
54 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);
elementgetattributenodenull.java 47 * @param factory document factory, may not be null
50 public elementgetattributenodenull(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
51 super(factory);
elementgetelementempty.java 50 * @param factory document factory, may not be null
53 public elementgetelementempty(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
54 super(factory);

Completed in 1166 milliseconds

1 2 3 4 56 7 8 91011>>