mmidy       00/07/17 14:36:56

  Modified:    java/src/org/apache/xalan/processor StylesheetHandler.java
  Log:
  Make methods getStylesheetRoot and getLocator public
  
  Revision  Changes    Path
  1.4       +2 -2      
xml-xalan/java/src/org/apache/xalan/processor/StylesheetHandler.java
  
  Index: StylesheetHandler.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/processor/StylesheetHandler.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- StylesheetHandler.java    2000/07/05 14:38:36     1.3
  +++ StylesheetHandler.java    2000/07/17 21:36:53     1.4
  @@ -780,7 +780,7 @@
     /**
      * Return the stylesheet that this handler is constructing.
      */
  -  StylesheetRoot getStylesheetRoot()
  +  public StylesheetRoot getStylesheetRoot()
     {
       return (StylesheetRoot)m_stylesheets.elementAt(0);
     }
  @@ -930,7 +930,7 @@
     /**
      * Get the current stylesheet Locator object.
      */
  -  Locator getLocator()
  +  public Locator getLocator()
     {
       return m_stylesheetLocatorStack.isEmpty()
              ? null :
  
  
  

Reply via email to