Searched refs:getCharset (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLScriptElement.java71 public String getCharset(); method in interface:HTMLScriptElement
H A DHTMLLinkElement.java63 public String getCharset(); method in interface:HTMLLinkElement
H A DHTMLAnchorElement.java60 public String getCharset(); method in interface:HTMLAnchorElement
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DStringDataContentHandler.java81 enc = getCharset(ds.getContentType());
135 enc = getCharset(type);
154 private String getCharset(String type) { method in class:StringDataContentHandler
H A DMessageImpl.java738 public String getCharset() { method in class:MessageImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DStringDataContentHandler.java81 enc = getCharset(ds.getContentType());
137 enc = getCharset(type);
156 private String getCharset(String type) { method in class:StringDataContentHandler
/openjdk7/jdk/test/sun/nio/cs/
H A DTestX11CNS.java125 private static Charset getCharset(String czName) method in class:TestX11CNS
134 compare(getCharset("sun.awt.motif.X11CNS11643P1"),
137 compare(getCharset("sun.awt.motif.X11CNS11643P2"),
140 compare(getCharset("sun.awt.motif.X11CNS11643P3"),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/
H A DMessage1_1Impl.java100 public String getCharset() { method in class:Message1_1Impl

Completed in 40 milliseconds