LayoutAnalyzer.java | 118 * @param file The file to analyze. 123 public LayoutAnalysis analyze(File file) { method in class:LayoutAnalyzer 128 return analyze(file.getPath(), in); 142 * @param stream The stream to analyze. 146 public LayoutAnalysis analyze(InputStream stream) { method in class:LayoutAnalyzer 147 return analyze("<unknown>", stream); 150 private LayoutAnalysis analyze(String name, InputStream stream) { method in class:LayoutAnalyzer 153 return analyze(name, document); 165 * @param content The XML document to analyze. 170 public LayoutAnalysis analyze(String content) method in class:LayoutAnalyzer 183 public LayoutAnalysis analyze(String name, String content) { method in class:LayoutAnalyzer 203 public LayoutAnalysis analyze(Document document) { method in class:LayoutAnalyzer 216 public LayoutAnalysis analyze(String name, Document document) { method in class:LayoutAnalyzer 221 analyze(analysis, root); method 229 private void analyze(LayoutAnalysis analysis, Node node) { method in class:LayoutAnalyzer 238 analyze(analysis, child); method [all...] |