Searched defs:analyze (Results 1 – 2 of 2) sorted by relevance
123 public LayoutAnalysis analyze(File file) { in analyze() method in LayoutAnalyzer146 public LayoutAnalysis analyze(InputStream stream) { in analyze() method in LayoutAnalyzer150 private LayoutAnalysis analyze(String name, InputStream stream) { in analyze() method in LayoutAnalyzer170 public LayoutAnalysis analyze(String content) { in analyze() method in LayoutAnalyzer183 public LayoutAnalysis analyze(String name, String content) { in analyze() method in LayoutAnalyzer203 public LayoutAnalysis analyze(Document document) { in analyze() method in LayoutAnalyzer216 public LayoutAnalysis analyze(String name, Document document) { in analyze() method in LayoutAnalyzer229 private void analyze(LayoutAnalysis analysis, Node node) { in analyze() method in LayoutAnalyzer
60 private static void analyze(LayoutAnalyzer analyzer, File file) { in analyze() method in Main