Searched refs:contentType (Results 1 - 25 of 819) sorted by relevance

1234567891011>>

/libcore/luni/src/main/java/java/net/
H A DContentHandlerFactory.java27 * Creates a content handler to handle {@code contentType}.
29 * @param contentType
34 ContentHandler createContentHandler(String contentType); argument
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A DimportNode16.java61 String contentType = getContentType();
62 preload(contentType, "staffNS", true);
63 preload(contentType, "staffNS", true);
H A DimportNode17.java61 String contentType = getContentType();
62 preload(contentType, "staffNS", true);
63 preload(contentType, "staffNS", true);
H A DdocumentgetelementsbytagnameNS03.java58 String contentType = getContentType();
59 preload(contentType, "staffNS", false);
H A DdocumentgetelementsbytagnameNS05.java60 String contentType = getContentType();
61 preload(contentType, "staffNS", false);
H A DgetElementById02.java58 String contentType = getContentType();
59 preload(contentType, "staffNS", false);
H A DownerDocument01.java56 String contentType = getContentType();
57 preload(contentType, "staff", false);
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Ddocumentgetelementsbytagnamelength.java55 String contentType = getContentType();
56 preload(contentType, "staff", false);
H A Delementgetelementsbytagname.java56 String contentType = getContentType();
57 preload(contentType, "staff", false);
H A Delementgetelementsbytagnamenomatch.java54 String contentType = getContentType();
55 preload(contentType, "staff", false);
H A Dhc_documentgetelementsbytagnamelength.java54 String contentType = getContentType();
55 preload(contentType, "hc_staff", false);
H A Dhc_elementgetelementsbytagname.java55 String contentType = getContentType();
56 preload(contentType, "hc_staff", false);
H A Dhc_elementgetelementsbytagnamenomatch.java53 String contentType = getContentType();
54 preload(contentType, "hc_staff", false);
H A Dhc_nodedocumentnodeattribute.java53 String contentType = getContentType();
54 preload(contentType, "hc_staff", false);
H A Dhc_nodedocumentnodename.java53 String contentType = getContentType();
54 preload(contentType, "hc_staff", false);
H A Dhc_nodedocumentnodetype.java52 String contentType = getContentType();
53 preload(contentType, "hc_staff", false);
H A Dhc_nodedocumentnodevalue.java53 String contentType = getContentType();
54 preload(contentType, "hc_staff", false);
H A Dhc_nodegetownerdocumentnull.java52 String contentType = getContentType();
53 preload(contentType, "hc_staff", false);
H A Dnodedocumentnodeattribute.java51 String contentType = getContentType();
52 preload(contentType, "staff", false);
H A Dnodedocumentnodename.java54 String contentType = getContentType();
55 preload(contentType, "staff", false);
H A Dnodedocumentnodetype.java53 String contentType = getContentType();
54 preload(contentType, "staff", false);
H A Dnodedocumentnodevalue.java54 String contentType = getContentType();
55 preload(contentType, "staff", false);
H A Dnodegetownerdocumentnull.java50 String contentType = getContentType();
51 preload(contentType, "staff", false);
H A Dattreffectivevalue.java53 String contentType = getContentType();
54 preload(contentType, "staff", false);
/libcore/dom/src/test/java/org/w3c/domts/
H A DDOMTestIncompatibleException.java62 String contentType) {
67 buf.append(contentType);
61 incompatibleLoad(String href, String contentType) argument

Completed in 2589 milliseconds

1234567891011>>