Searched refs:HTML_DOC (Results 1 – 2 of 2) sorted by relevance
242 ….IMPRESS_DOC) || appType.equals(TypeDetection.DRAW_DOC)) || appType.equals(TypeDetection.HTML_DOC); in analyzeFileType()267 return TypeDetection.HTML_DOC; in getDocType()
57 public final static String HTML_DOC = "html"; field in TypeDetection