Package net.sf.saxon.resource
Class ParsedContentType
java.lang.Object
net.sf.saxon.resource.ParsedContentType
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isXmlMediaType
public boolean isXmlMediaType -
encoding
-
-
Constructor Details
-
ParsedContentType
-