|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.sitemap.XSLTFactoryLoader
public class XSLTFactoryLoader
This class is used as a XSLT extension class.
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 |
---|
public XSLTFactoryLoader()
Method Detail |
---|
public String getClassSource(String className, String prefix, String pattern, NodeList conf) throws ClassNotFoundException, InstantiationException, IllegalAccessException, Exception
ClassNotFoundException
InstantiationException
IllegalAccessException
Exception
public String getParameterSource(String className, NodeList conf) throws ClassNotFoundException, InstantiationException, IllegalAccessException, Exception
ClassNotFoundException
InstantiationException
IllegalAccessException
Exception
public String getMethodSource(String className, NodeList conf) throws ClassNotFoundException, InstantiationException, IllegalAccessException, Exception
ClassNotFoundException
InstantiationException
IllegalAccessException
Exception
public boolean isFactory(String className)
public String escape(String string)
public String escapeBraces(String string)
escape(String)
after having removed any '\' preceding a '{'.
This is used to insert a pattern with escaped subsitution syntax in Java source.
public boolean hasSubstitutions(String pattern)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |