public class TypeOfFunction
extends java.lang.Object
implements org.jaxen.Function
| Constructor and Description |
|---|
TypeOfFunction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
call(org.jaxen.Context context,
java.util.List args) |
static void |
registerSelfInSimpleContext() |
static boolean |
typeof(Node n,
java.lang.String nodeTypeName,
java.lang.String fullTypeName,
java.lang.String shortTypeName) |
public static void registerSelfInSimpleContext()
public java.lang.Object call(org.jaxen.Context context,
java.util.List args)
throws org.jaxen.FunctionCallException
call in interface org.jaxen.Functionorg.jaxen.FunctionCallExceptionpublic static boolean typeof(Node n, java.lang.String nodeTypeName, java.lang.String fullTypeName, java.lang.String shortTypeName)
Copyright © 2002–2017 PMD. All rights reserved.