Searched refs:_mediaType (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DOutput.java64 private String _mediaType; field in class:Output
287 _mediaType = getAttribute("media-type");
288 if (_mediaType.equals(Constants.EMPTYSTRING)) {
289 _mediaType = null;
292 outputProperties.setProperty(OutputKeys.MEDIA_TYPE, _mediaType);
301 if (_mediaType == null) {
302 _mediaType = "text/html";
306 if (_mediaType == null) {
307 _mediaType = "text/plain";
382 if (_mediaType !
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DOutputFormat.java160 private String _mediaType; field in class:OutputFormat
497 return _mediaType;
509 _mediaType = mediaType;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DAbstractTranslet.java76 public String _mediaType = null; field in class:AbstractTranslet
687 if (_mediaType != null) {
688 handler.setMediaType(_mediaType);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerImpl.java971 translet._mediaType = value;

Completed in 147 milliseconds