com.servingxml.util.xml
Class XsltEvaluatorFactoryImpl

java.lang.Object
  extended by com.servingxml.util.xml.XsltEvaluatorFactoryImpl
All Implemented Interfaces:
XsltEvaluatorFactory

public class XsltEvaluatorFactoryImpl
extends java.lang.Object
implements XsltEvaluatorFactory


Constructor Summary
XsltEvaluatorFactoryImpl()
           
 
Method Summary
 void addMatchable(Matchable matchable)
           
 XsltEvaluator createXsltEvaluator(QnameContext context, XsltConfiguration xsltConfiguration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsltEvaluatorFactoryImpl

public XsltEvaluatorFactoryImpl()
Method Detail

addMatchable

public void addMatchable(Matchable matchable)
Specified by:
addMatchable in interface XsltEvaluatorFactory

createXsltEvaluator

public XsltEvaluator createXsltEvaluator(QnameContext context,
                                         XsltConfiguration xsltConfiguration)
Specified by:
createXsltEvaluator in interface XsltEvaluatorFactory