corpus-services
1.0
|
Public Member Functions | |
SegmentedTranscriptionData () | |
SegmentedTranscriptionData (URL url) | |
URL | getURL () |
String | toSaveableString () throws TransformerException, ParserConfigurationException, SAXException, IOException, XPathExpressionException |
String | toUnformattedString () |
void | updateUnformattedString (String newUnformattedString) |
Document | getJdom () |
void | setJdom (Document doc) |
URL | getParentURL () |
void | setURL (URL nurl) |
void | setParentURL (URL url) |
String | getFilename () |
void | setFilename (String s) |
String | getFilenameWithoutFileEnding () |
void | setFilenameWithoutFileEnding (String s) |
List | getSegmentCounts () throws JDOMException |
Definition at line 32 of file SegmentedTranscriptionData.java.
de.uni_hamburg.corpora.SegmentedTranscriptionData.SegmentedTranscriptionData | ( | ) |
Definition at line 42 of file SegmentedTranscriptionData.java.
de.uni_hamburg.corpora.SegmentedTranscriptionData.SegmentedTranscriptionData | ( | URL | url | ) |
Definition at line 46 of file SegmentedTranscriptionData.java.
String de.uni_hamburg.corpora.SegmentedTranscriptionData.getFilename | ( | ) |
Implements de.uni_hamburg.corpora.CorpusData.
Definition at line 119 of file SegmentedTranscriptionData.java.
String de.uni_hamburg.corpora.SegmentedTranscriptionData.getFilenameWithoutFileEnding | ( | ) |
Implements de.uni_hamburg.corpora.CorpusData.
Definition at line 129 of file SegmentedTranscriptionData.java.
Document de.uni_hamburg.corpora.SegmentedTranscriptionData.getJdom | ( | ) |
Implements de.uni_hamburg.corpora.XMLData.
Definition at line 94 of file SegmentedTranscriptionData.java.
URL de.uni_hamburg.corpora.SegmentedTranscriptionData.getParentURL | ( | ) |
Implements de.uni_hamburg.corpora.CorpusData.
Definition at line 104 of file SegmentedTranscriptionData.java.
List de.uni_hamburg.corpora.SegmentedTranscriptionData.getSegmentCounts | ( | ) | throws JDOMException |
Definition at line 138 of file SegmentedTranscriptionData.java.
URL de.uni_hamburg.corpora.SegmentedTranscriptionData.getURL | ( | ) |
Implements de.uni_hamburg.corpora.CorpusData.
Definition at line 67 of file SegmentedTranscriptionData.java.
void de.uni_hamburg.corpora.SegmentedTranscriptionData.setFilename | ( | String | s | ) |
Implements de.uni_hamburg.corpora.CorpusData.
Definition at line 124 of file SegmentedTranscriptionData.java.
void de.uni_hamburg.corpora.SegmentedTranscriptionData.setFilenameWithoutFileEnding | ( | String | s | ) |
Implements de.uni_hamburg.corpora.CorpusData.
Definition at line 134 of file SegmentedTranscriptionData.java.
void de.uni_hamburg.corpora.SegmentedTranscriptionData.setJdom | ( | Document | doc | ) |
Implements de.uni_hamburg.corpora.XMLData.
Definition at line 99 of file SegmentedTranscriptionData.java.
void de.uni_hamburg.corpora.SegmentedTranscriptionData.setParentURL | ( | URL | url | ) |
Implements de.uni_hamburg.corpora.CorpusData.
Definition at line 114 of file SegmentedTranscriptionData.java.
void de.uni_hamburg.corpora.SegmentedTranscriptionData.setURL | ( | URL | nurl | ) |
Implements de.uni_hamburg.corpora.CorpusData.
Definition at line 109 of file SegmentedTranscriptionData.java.
String de.uni_hamburg.corpora.SegmentedTranscriptionData.toSaveableString | ( | ) | throws TransformerException, ParserConfigurationException, SAXException, IOException, XPathExpressionException |
Implements de.uni_hamburg.corpora.CorpusData.
Definition at line 72 of file SegmentedTranscriptionData.java.
String de.uni_hamburg.corpora.SegmentedTranscriptionData.toUnformattedString | ( | ) |
Implements de.uni_hamburg.corpora.CorpusData.
Definition at line 77 of file SegmentedTranscriptionData.java.
void de.uni_hamburg.corpora.SegmentedTranscriptionData.updateUnformattedString | ( | String | newUnformattedString | ) |
Implements de.uni_hamburg.corpora.CorpusData.
Definition at line 89 of file SegmentedTranscriptionData.java.