org.apache.cocoon.sitemap
Class XSLTFactoryLoader

java.lang.Object
  extended by org.apache.cocoon.sitemap.XSLTFactoryLoader

Deprecated. This class has been used by the old sitemap engine

public class XSLTFactoryLoader
extends Object

This class is used as a XSLT extension class.

Version:
CVS $Id: XSLTFactoryLoader.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Giacomo Pati, Berin Loritsch

Constructor Summary
XSLTFactoryLoader()
          Deprecated.  
 
Method Summary
 String escape(String string)
          Deprecated. Escapes '"' and '\' characters in a String (add a '\' before them) so that it can be inserted in java source.
 String escapeBraces(String string)
          Deprecated. Escapes like escape(String) after having removed any '\' preceding a '{'.
 String getClassSource(String className, String prefix, String pattern, NodeList conf)
          Deprecated.  
 String getMethodSource(String className, NodeList conf)
          Deprecated.  
 String getParameterSource(String className, NodeList conf)
          Deprecated.  
 boolean hasSubstitutions(String pattern)
          Deprecated.  
 boolean isFactory(String className)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLTFactoryLoader

public XSLTFactoryLoader()
Deprecated. 
Method Detail

getClassSource

public String getClassSource(String className,
                             String prefix,
                             String pattern,
                             NodeList conf)
                      throws ClassNotFoundException,
                             InstantiationException,
                             IllegalAccessException,
                             Exception
Deprecated. 
Throws:
ClassNotFoundException
InstantiationException
IllegalAccessException
Exception

getParameterSource

public String getParameterSource(String className,
                                 NodeList conf)
                          throws ClassNotFoundException,
                                 InstantiationException,
                                 IllegalAccessException,
                                 Exception
Deprecated. 
Throws:
ClassNotFoundException
InstantiationException
IllegalAccessException
Exception

getMethodSource

public String getMethodSource(String className,
                              NodeList conf)
                       throws ClassNotFoundException,
                              InstantiationException,
                              IllegalAccessException,
                              Exception
Deprecated. 
Throws:
ClassNotFoundException
InstantiationException
IllegalAccessException
Exception

isFactory

public boolean isFactory(String className)
Deprecated. 

escape

public String escape(String string)
Deprecated. 
Escapes '"' and '\' characters in a String (add a '\' before them) so that it can be inserted in java source.


escapeBraces

public String escapeBraces(String string)
Deprecated. 
Escapes like escape(String) after having removed any '\' preceding a '{'. This is used to insert a pattern with escaped subsitution syntax in Java source.


hasSubstitutions

public boolean hasSubstitutions(String pattern)
Deprecated. 


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.