org.owasp.orizon.xml
Class Translator

java.lang.Object
  extended by org.owasp.orizon.O
      extended by org.owasp.orizon.xml.Translator

Deprecated.

public abstract class Translator
extends O

This is an abstract for classes translating from source code programming language to XML file format.

Author:
sp0nge

Field Summary
protected  boolean initialized
          Deprecated.  
protected  java.lang.String inputFilename
          Deprecated.  
protected  OrizonLog log
          Deprecated.  
protected  java.lang.String outputFilename
          Deprecated.  
protected  java.lang.String stripExtension
          Deprecated.  
 
Fields inherited from class org.owasp.orizon.O
base64, hasName, line_start, line_stop, reduced, what
 
Constructor Summary
protected Translator(java.lang.String inFilename, java.lang.Class name)
          Deprecated.  
 
Method Summary
protected  java.lang.String createOutputFilename()
          Deprecated.  
 boolean exists()
          Deprecated.  
 java.lang.String getOutputFilename()
          Deprecated.  
 boolean mustTranslate()
          Deprecated.  
protected  void setStripExtension(java.lang.String sourceFileExt)
          Deprecated.  
protected abstract  boolean translate()
          Deprecated.  
 
Methods inherited from class org.owasp.orizon.O
clone, getStartLine, getStopLine, isCompatible, isInitialized, readXmlNode, setStartLine, setStopLine, trackThis
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inputFilename

protected java.lang.String inputFilename
Deprecated. 

outputFilename

protected java.lang.String outputFilename
Deprecated. 

log

protected OrizonLog log
Deprecated. 

initialized

protected boolean initialized
Deprecated. 

stripExtension

protected java.lang.String stripExtension
Deprecated. 
Constructor Detail

Translator

protected Translator(java.lang.String inFilename,
                     java.lang.Class name)
Deprecated. 
Method Detail

setStripExtension

protected void setStripExtension(java.lang.String sourceFileExt)
Deprecated. 

getOutputFilename

public java.lang.String getOutputFilename()
Deprecated. 

exists

public boolean exists()
Deprecated. 

mustTranslate

public boolean mustTranslate()
Deprecated. 

createOutputFilename

protected java.lang.String createOutputFilename()
Deprecated. 

translate

protected abstract boolean translate()
Deprecated.