|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xml.security.utils.XPathFactory
public abstract class XPathFactory
A Factory to return an XPathAPI instance. If Xalan is available it returns XalanXPathAPI. If not, then it returns JDKXPathAPI.
Constructor Summary | |
---|---|
XPathFactory()
|
Method Summary | |
---|---|
protected static boolean |
isXalanInstalled()
|
static XPathFactory |
newInstance()
Get a new XPathFactory instance |
abstract 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 |
---|
public XPathFactory()
Method Detail |
---|
protected static boolean isXalanInstalled()
public static XPathFactory newInstance()
public abstract XPathAPI newXPathAPI()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |