Enhydra 3.1 API

org.apache.xalan.xpath
Interface XPathFactory


public interface XPathFactory

Factory class for creating an XPath. Implementors of XPath derivatives will need to make a derived class of this.


Method Summary
 XPath create()
          Create an XPath.
 

Method Detail

create

public XPath create()
Create an XPath.

Enhydra 3.1 API