Class SpanishMx

java.lang.Object
  extended byLanguageHandler
      extended bySpanishMx

public class SpanishMx
extends LanguageHandler

The methods of this class return values unique to Mexican Spanish. See LanguageHandler.


Field Summary
 
Fields inherited from class LanguageHandler
and, baseOutDir, contr, me, mine, subs, toMe
 
Constructor Summary
SpanishMx()
           
 
Method Summary
 java.lang.String getCredits(PicLink picLink)
          Returns an expression representing thanks to the subject(s) and contributor, appropriate for this language.
 java.lang.String getPathToHtmlOutput()
          Provides path information unique to this language.
 java.lang.String getPathToIndexFromRoot()
          Provides path information unique to this language.
 java.lang.String getPathToRoot()
          Provides path information unique to this language.
static void main(java.lang.String[] args)
           
 
Methods inherited from class LanguageHandler
charProportion, getContributorLink, getHref, getHTMLWordWrap, getPathToImages, getSubcatTitleSeparator, getSubjectsLinks, processVisText, testCredits
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpanishMx

public SpanishMx()
Method Detail

getCredits

public java.lang.String getCredits(PicLink picLink)
Returns an expression representing thanks to the subject(s) and contributor, appropriate for this language.

Specified by:
getCredits in class LanguageHandler

getPathToRoot

public java.lang.String getPathToRoot()
Description copied from class: LanguageHandler
Provides path information unique to this language.

Overrides:
getPathToRoot in class LanguageHandler

getPathToHtmlOutput

public java.lang.String getPathToHtmlOutput()
Description copied from class: LanguageHandler
Provides path information unique to this language.

Overrides:
getPathToHtmlOutput in class LanguageHandler

getPathToIndexFromRoot

public java.lang.String getPathToIndexFromRoot()
Description copied from class: LanguageHandler
Provides path information unique to this language.

Overrides:
getPathToIndexFromRoot in class LanguageHandler

main

public static void main(java.lang.String[] args)