Package net.sf.saxon.resource
Class ParsedContentType
- java.lang.Object
-
- net.sf.saxon.resource.ParsedContentType
-
public class ParsedContentType extends java.lang.Object
Represents a content type as it appears in HTTP headers, parsed to extract two properties: (a) a boolean indicating whether the media type is XML, and (b) the character encoding.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
encoding
boolean
isXmlMediaType
-
Constructor Summary
Constructors Constructor Description ParsedContentType(java.lang.String contentType)
-