All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xs.xs_StyleThread

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----xm.xm_Thread
                   |
                   +----xs.xs_StyleThread

public class xs_StyleThread
extends xm_Thread
Thread to apply XSL style to an XML document.


Constructor Index

 o xs_StyleThread(xg_Document, xg_Document, Document, xm_StatusBar)
Constructor.

Method Index

 o getStyleStatsText(long)
Prepare and return a string describing how much was styled, and how fast.
 o run()

Constructors

 o xs_StyleThread
 public xs_StyleThread(xg_Document InputStylesheet,
                       xg_Document InputSourceDocument,
                       Document OutputResultsDocument,
                       xm_StatusBar InputStatusBar)
Constructor.

Methods

 o run
 public void run()
Overrides:
run in class xm_Thread
 o getStyleStatsText
 protected String getStyleStatsText(long InputStyleStartTime)
Prepare and return a string describing how much was styled, and how fast. This method is private because it uses the current time as the time at which the style is deemed to have completed - so if called from outside later, a misleading result will be given.

Parameters:
InputStyleStartTime - The system time at which the style started
Returns:
A string description of the style statistics

All Packages  Class Hierarchy  This Package  Previous  Next  Index