Class XalanXPathFactory


  • public class XalanXPathFactory
    extends org.apache.xml.security.utils.XPathFactory
    A Factory to return a XalanXPathAPI instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.xml.security.utils.XPathAPI newXPathAPI()
      Get a new XPathAPI instance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XalanXPathFactory

        public XalanXPathFactory()
    • Method Detail

      • newXPathAPI

        public org.apache.xml.security.utils.XPathAPI newXPathAPI()
        Get a new XPathAPI instance
        Specified by:
        newXPathAPI in class org.apache.xml.security.utils.XPathFactory