de.betabeans.scroogexhtml.translator
Class TranslatorFactory

java.lang.Object
  extended by de.betabeans.scroogexhtml.translator.TranslatorFactory

public final class TranslatorFactory
extends java.lang.Object

A factory class which creates a Translator for a given W3C document type.


Method Summary
static Translator getTranslatorFor(java.lang.String docType)
          Create a Translator for the given document type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTranslatorFor

public static Translator getTranslatorFor(java.lang.String docType)
Create a Translator for the given document type. If the document type is unknown, return null.

Parameters:
docType - String
Returns:
Translator


Copyright (c) 1998-2006 BetaSoft Michael Justin. All Rights Reserved.