Package net.sf.okapi.steps.xmlanalysis
Class XMLAnalyzer
- java.lang.Object
-
- net.sf.okapi.steps.xmlanalysis.XMLAnalyzer
-
public class XMLAnalyzer extends Object
Analyzer to gather information about the elements and attributes of a set of documents: Which one has text content, which one are apparently within text, etc.
-
-
Constructor Summary
Constructors Constructor Description XMLAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidanalyzeDocument(RawDocument rd)voidgenerateOutput()ParametersgetParameters()HashMap<String,net.sf.okapi.steps.xmlanalysis.XMLAnalyzer.Info>getResults()voidreset()voidsetParameters(Parameters params)
-
-
-
Method Detail
-
reset
public void reset()
-
getParameters
public Parameters getParameters()
-
setParameters
public void setParameters(Parameters params)
-
analyzeDocument
public void analyzeDocument(RawDocument rd)
-
getResults
public HashMap<String,net.sf.okapi.steps.xmlanalysis.XMLAnalyzer.Info> getResults()
-
generateOutput
public void generateOutput()
-
-