corpus-services  1.0
de.uni_hamburg.corpora.validation.XSLTChecker Class Reference
+ Inheritance diagram for de.uni_hamburg.corpora.validation.XSLTChecker:
+ Collaboration diagram for de.uni_hamburg.corpora.validation.XSLTChecker:

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
 
- Public Member Functions inherited from de.uni_hamburg.corpora.validation.Checker
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 ()
 

Detailed Description

Author
Daniel Jettka, danie.nosp@m.l.je.nosp@m.ttka@.nosp@m.uni-.nosp@m.hambu.nosp@m.rg.d.nosp@m.e

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.

Constructor & Destructor Documentation

de.uni_hamburg.corpora.validation.XSLTChecker.XSLTChecker ( )

Definition at line 47 of file XSLTChecker.java.

Member Function Documentation

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.


The documentation for this class was generated from the following file: