Searched defs:getMediaType (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DXSLOutputAttributes.java92 public String getMediaType(); method in interface:XSLOutputAttributes
H A DEmptySerializer.java539 * @see XSLOutputAttributes#getMediaType()
541 public String getMediaType() method in class:EmptySerializer
H A DSerializerBase.java682 public String getMediaType() method in class:SerializerBase
H A DToUnknownStream.java619 * @see XSLOutputAttributes#getMediaType()
621 public String getMediaType() method in class:ToUnknownStream
623 return m_handler.getMediaType();
1054 m_handler.setMediaType(oldHandler.getMediaType());
/openjdk7/jdk/src/share/classes/javax/print/
H A DDocFlavor.java523 public String getMediaType() { method in class:DocFlavor
524 return myMimeType.getMediaType();
H A DMimeType.java218 public String getMediaType() { method in class:MimeType
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DOutputFormat.java495 public String getMediaType() method in class:OutputFormat
504 * @see #getMediaType

Completed in 49 milliseconds