corpus-services
1.0
|
Public Member Functions | |
XSLTChecker () | |
Report | function (CorpusData cd, Boolean fix) throws SAXException, JexmaraldaException, TransformerException, ParserConfigurationException, IOException, XPathExpressionException, MalformedURLException, JDOMException, URISyntaxException |
void | setXSLresource (String s) |
Collection< Class<?extends CorpusData > > | getIsUsableFor () |
void | setUtteranceEndSymbols (String fsmPath) throws MalformedURLException, JDOMException, IOException, URISyntaxException |
void | setFSMpath (String s) |
String | getDescription () |
Report | function (Corpus c, Boolean fix) throws SAXException, JDOMException, IOException, JexmaraldaException, TransformerException, ParserConfigurationException, UnsupportedEncodingException, XPathExpressionException, NoSuchAlgorithmException, ClassNotFoundException, FSMException, URISyntaxException |
![]() | |
Report | execute (Corpus c) |
Report | execute (CorpusData cd) |
Report | execute (CorpusData cd, boolean fix) |
Report | execute (Corpus c, boolean fix) |
abstract Report | function (CorpusData cd, Boolean fix) throws NoSuchAlgorithmException, ClassNotFoundException, FSMException, URISyntaxException, SAXException, IOException, ParserConfigurationException, JexmaraldaException, TransformerException, XPathExpressionException, JDOMException |
abstract Report | function (Corpus c, Boolean fix) throws NoSuchAlgorithmException, ClassNotFoundException, FSMException, URISyntaxException, SAXException, IOException, ParserConfigurationException, JexmaraldaException, TransformerException, XPathExpressionException, JDOMException |
abstract Collection< Class<?extends CorpusData > > | getIsUsableFor () |
void | setIsUsableFor (Collection< Class<?extends CorpusData >> cdc) |
String | getFunction () |
Boolean | getCanFix () |
This class runs many little checks specified in a XSLT stylesheet and adds them to the report.";
Definition at line 40 of file XSLTChecker.java.
de.uni_hamburg.corpora.validation.XSLTChecker.XSLTChecker | ( | ) |
Definition at line 47 of file XSLTChecker.java.
Report de.uni_hamburg.corpora.validation.XSLTChecker.function | ( | CorpusData | cd, |
Boolean | fix | ||
) | throws SAXException, JexmaraldaException, TransformerException, ParserConfigurationException, IOException, XPathExpressionException, MalformedURLException, JDOMException, URISyntaxException |
Definition at line 53 of file XSLTChecker.java.
Report de.uni_hamburg.corpora.validation.XSLTChecker.function | ( | Corpus | c, |
Boolean | fix | ||
) | throws SAXException, JDOMException, IOException, JexmaraldaException, TransformerException, ParserConfigurationException, UnsupportedEncodingException, XPathExpressionException, NoSuchAlgorithmException, ClassNotFoundException, FSMException, URISyntaxException |
Definition at line 189 of file XSLTChecker.java.
String de.uni_hamburg.corpora.validation.XSLTChecker.getDescription | ( | ) |
Default function which returns a two/three line description of what this class is about.
Implements de.uni_hamburg.corpora.CorpusFunction.
Definition at line 182 of file XSLTChecker.java.
Collection<Class<? extends CorpusData> > de.uni_hamburg.corpora.validation.XSLTChecker.getIsUsableFor | ( | ) |
Implements de.uni_hamburg.corpora.CorpusFunction.
Definition at line 133 of file XSLTChecker.java.
void de.uni_hamburg.corpora.validation.XSLTChecker.setFSMpath | ( | String | s | ) |
Definition at line 173 of file XSLTChecker.java.
void de.uni_hamburg.corpora.validation.XSLTChecker.setUtteranceEndSymbols | ( | String | fsmPath | ) | throws MalformedURLException, JDOMException, IOException, URISyntaxException |
Definition at line 147 of file XSLTChecker.java.
void de.uni_hamburg.corpora.validation.XSLTChecker.setXSLresource | ( | String | s | ) |
Definition at line 128 of file XSLTChecker.java.