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

Public Member Functions

 ComaData ()
 
 ComaData (URL url) throws SAXException, JexmaraldaException
 
URL getURL ()
 
String toSaveableString () throws TransformerException, ParserConfigurationException, SAXException, IOException, XPathExpressionException
 
String toUnformattedString ()
 
Collection< URL > getReferencedCorpusDataURLs () throws MalformedURLException, URISyntaxException
 
Collection< URL > getAllBasicTranscriptionURLs () throws MalformedURLException, URISyntaxException
 
ArrayList< String > getAllBasicTranscriptionFilenames ()
 
Collection< URL > getAllSegmentedTranscriptionURLs () throws MalformedURLException, URISyntaxException
 
Collection< URL > getAllURLs () throws MalformedURLException, URISyntaxException
 
void updateUnformattedString (String newUnformattedString)
 
void setBaseDirectory (URL url)
 
URL getBasedirectory () throws URISyntaxException, MalformedURLException
 
URL getParentURL ()
 
void setURL (URL nurl)
 
void setParentURL (URL url)
 
String getFilename ()
 
void setFilename (String s)
 
String getFilenameWithoutFileEnding ()
 
void setFilenameWithoutFileEnding (String s)
 
Document getJdom ()
 
void setJdom (Document jdom)
 
Coma getEXMARaLDAComa ()
 
void setOriginalString (String s)
 
String getCorpusName () throws JDOMException
 
void setCorpusName (String s)
 
List< Element > getCommunications () throws JDOMException
 
Element getCorpusDescription () throws JDOMException
 
Element getCorpusData () throws JDOMException
 

Public Attributes

URL CORPUS_BASEDIRECTORY
 
ArrayList< URL > referencedCorpusDataURLs = new ArrayList<URL>()
 

Static Public Attributes

static String SEGMENTED_FILE_XPATH = "//Transcription[Description/Key[@Name='segmented']/text()='true']/NSLink"
 
static String BASIC_FILE_XPATH = "//Transcription[Description/Key[@Name='segmented']/text()='false']/NSLink"
 
static String ALL_FILE_XPATH = "//Transcription/NSLink"
 
static String CORPUSNAME_XPATH = "//Description/Key[@Name='DC:title']"
 

Detailed Description

Author
fsnv625

Definition at line 38 of file ComaData.java.

Constructor & Destructor Documentation

de.uni_hamburg.corpora.ComaData.ComaData ( )

Definition at line 60 of file ComaData.java.

de.uni_hamburg.corpora.ComaData.ComaData ( URL  url) throws SAXException, JexmaraldaException

Definition at line 63 of file ComaData.java.

Member Function Documentation

ArrayList<String> de.uni_hamburg.corpora.ComaData.getAllBasicTranscriptionFilenames ( )

Definition at line 145 of file ComaData.java.

Collection<URL> de.uni_hamburg.corpora.ComaData.getAllBasicTranscriptionURLs ( ) throws MalformedURLException, URISyntaxException

Definition at line 126 of file ComaData.java.

Collection<URL> de.uni_hamburg.corpora.ComaData.getAllSegmentedTranscriptionURLs ( ) throws MalformedURLException, URISyntaxException

Definition at line 166 of file ComaData.java.

Collection<URL> de.uni_hamburg.corpora.ComaData.getAllURLs ( ) throws MalformedURLException, URISyntaxException

Definition at line 185 of file ComaData.java.

URL de.uni_hamburg.corpora.ComaData.getBasedirectory ( ) throws URISyntaxException, MalformedURLException

Definition at line 214 of file ComaData.java.

List<Element> de.uni_hamburg.corpora.ComaData.getCommunications ( ) throws JDOMException

Definition at line 285 of file ComaData.java.

Element de.uni_hamburg.corpora.ComaData.getCorpusData ( ) throws JDOMException

Definition at line 294 of file ComaData.java.

Element de.uni_hamburg.corpora.ComaData.getCorpusDescription ( ) throws JDOMException

Definition at line 289 of file ComaData.java.

String de.uni_hamburg.corpora.ComaData.getCorpusName ( ) throws JDOMException

Definition at line 274 of file ComaData.java.

Coma de.uni_hamburg.corpora.ComaData.getEXMARaLDAComa ( )

Definition at line 266 of file ComaData.java.

String de.uni_hamburg.corpora.ComaData.getFilename ( )

Implements de.uni_hamburg.corpora.CorpusData.

Definition at line 237 of file ComaData.java.

String de.uni_hamburg.corpora.ComaData.getFilenameWithoutFileEnding ( )

Implements de.uni_hamburg.corpora.CorpusData.

Definition at line 247 of file ComaData.java.

Document de.uni_hamburg.corpora.ComaData.getJdom ( )

Implements de.uni_hamburg.corpora.XMLData.

Definition at line 257 of file ComaData.java.

URL de.uni_hamburg.corpora.ComaData.getParentURL ( )

Implements de.uni_hamburg.corpora.CorpusData.

Definition at line 222 of file ComaData.java.

Collection<URL> de.uni_hamburg.corpora.ComaData.getReferencedCorpusDataURLs ( ) throws MalformedURLException, URISyntaxException

Definition at line 113 of file ComaData.java.

URL de.uni_hamburg.corpora.ComaData.getURL ( )

Implements de.uni_hamburg.corpora.CorpusData.

Definition at line 90 of file ComaData.java.

void de.uni_hamburg.corpora.ComaData.setBaseDirectory ( URL  url)

Definition at line 210 of file ComaData.java.

void de.uni_hamburg.corpora.ComaData.setCorpusName ( String  s)

Definition at line 281 of file ComaData.java.

void de.uni_hamburg.corpora.ComaData.setFilename ( String  s)

Implements de.uni_hamburg.corpora.CorpusData.

Definition at line 242 of file ComaData.java.

void de.uni_hamburg.corpora.ComaData.setFilenameWithoutFileEnding ( String  s)

Implements de.uni_hamburg.corpora.CorpusData.

Definition at line 252 of file ComaData.java.

void de.uni_hamburg.corpora.ComaData.setJdom ( Document  jdom)

Implements de.uni_hamburg.corpora.XMLData.

Definition at line 262 of file ComaData.java.

void de.uni_hamburg.corpora.ComaData.setOriginalString ( String  s)

Definition at line 270 of file ComaData.java.

void de.uni_hamburg.corpora.ComaData.setParentURL ( URL  url)

Implements de.uni_hamburg.corpora.CorpusData.

Definition at line 232 of file ComaData.java.

void de.uni_hamburg.corpora.ComaData.setURL ( URL  nurl)

Implements de.uni_hamburg.corpora.CorpusData.

Definition at line 227 of file ComaData.java.

String de.uni_hamburg.corpora.ComaData.toSaveableString ( ) throws TransformerException, ParserConfigurationException, SAXException, IOException, XPathExpressionException

Implements de.uni_hamburg.corpora.CorpusData.

Definition at line 95 of file ComaData.java.

String de.uni_hamburg.corpora.ComaData.toUnformattedString ( )

Implements de.uni_hamburg.corpora.CorpusData.

Definition at line 107 of file ComaData.java.

void de.uni_hamburg.corpora.ComaData.updateUnformattedString ( String  newUnformattedString)

Implements de.uni_hamburg.corpora.CorpusData.

Definition at line 206 of file ComaData.java.

Member Data Documentation

String de.uni_hamburg.corpora.ComaData.ALL_FILE_XPATH = "//Transcription/NSLink"
static

Definition at line 53 of file ComaData.java.

String de.uni_hamburg.corpora.ComaData.BASIC_FILE_XPATH = "//Transcription[Description/Key[@Name='segmented']/text()='false']/NSLink"
static

Definition at line 52 of file ComaData.java.

URL de.uni_hamburg.corpora.ComaData.CORPUS_BASEDIRECTORY

Definition at line 49 of file ComaData.java.

String de.uni_hamburg.corpora.ComaData.CORPUSNAME_XPATH = "//Description/Key[@Name='DC:title']"
static

Definition at line 54 of file ComaData.java.

ArrayList<URL> de.uni_hamburg.corpora.ComaData.referencedCorpusDataURLs = new ArrayList<URL>()

Definition at line 58 of file ComaData.java.

String de.uni_hamburg.corpora.ComaData.SEGMENTED_FILE_XPATH = "//Transcription[Description/Key[@Name='segmented']/text()='true']/NSLink"
static

Definition at line 51 of file ComaData.java.


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