net.sourceforge.pmd.lang.java.xpath
Class JavaFunctions

java.lang.Object
  extended by net.sourceforge.pmd.lang.java.xpath.JavaFunctions

public final class JavaFunctions
extends Object

Exposes all Java Language specific functions for Saxon use.


Method Summary
static boolean typeof(net.sf.saxon.expr.XPathContext context, String nodeTypeName, String fullTypeName)
           
static boolean typeof(net.sf.saxon.expr.XPathContext context, String nodeTypeName, String fullTypeName, String shortTypeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

typeof

public static boolean typeof(net.sf.saxon.expr.XPathContext context,
                             String nodeTypeName,
                             String fullTypeName)

typeof

public static boolean typeof(net.sf.saxon.expr.XPathContext context,
                             String nodeTypeName,
                             String fullTypeName,
                             String shortTypeName)


Copyright © 2002-2015 InfoEther. All Rights Reserved.