com.aurigalogic.doclet.writer
Class CssTreeBuilder

java.lang.Object
  |
  +--com.aurigalogic.doclet.writer.CssTreeBuilder

public class CssTreeBuilder
extends java.lang.Object

This class parses the given css stream and builds a xml tree.

Version:
$Revision: 1.1.1.1 $ $Date: 2003/12/24 12:38:12 $
Author:
Khurshidali Shaikh

Constructor Summary
CssTreeBuilder(java.io.InputStream cssStream, java.lang.String output)
          Constructor.
 
Method Summary
 java.lang.String getCssTreeFileUrl()
          Returns the path of the cssTree file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CssTreeBuilder

public CssTreeBuilder(java.io.InputStream cssStream,
                      java.lang.String output)
               throws java.lang.Exception
Constructor.

Parameters:
output - the output document
Throws:
java.lang.Exception - is an error occurs
Method Detail

getCssTreeFileUrl

public java.lang.String getCssTreeFileUrl()
Returns the path of the cssTree file

Returns:
the css tree file path