XML Security, 1.6

com.ibm.xml.crypto.dsig.dom.transform
Class XPathUtil.FuncHere

java.lang.Object
  extended by org.apache.xpath.Expression
      extended by org.apache.xpath.functions.Function
          extended by com.ibm.xml.crypto.dsig.dom.transform.XPathUtil.FuncHere
All Implemented Interfaces:
java.io.Serializable, javax.xml.transform.SourceLocator, org.apache.xpath.ExpressionNode, org.apache.xpath.XPathVisitable
Enclosing class:
XPathUtil

public static class XPathUtil.FuncHere
extends org.apache.xpath.functions.Function

Function here(), defined in XML Signature.

See Also:
Serialized Form

Constructor Summary
XPathUtil.FuncHere()
           
 
Method Summary
 void checkNumberArgs(int argc)
           
 org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext xcontext)
           
 void fixupVariables(java.util.Vector vars, int size)
           
 
Methods inherited from class org.apache.xpath.functions.Function
callArgVisitors, callVisitors, deepEquals, postCompileStep, reportWrongNumberArgs, setArg
 
Methods inherited from class org.apache.xpath.Expression
asIterator, asIteratorRaw, asNode, assertion, bool, canTraverseOutsideSubtree, error, execute, execute, execute, executeCharsToContentHandler, exprAddChild, exprGetChild, exprGetNumChildren, exprGetParent, exprSetParent, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isNodesetExpr, isSameClass, isStableNumber, num, warn, xstr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathUtil.FuncHere

public XPathUtil.FuncHere()
Method Detail

execute

public org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext xcontext)
                                         throws javax.xml.transform.TransformerException
Overrides:
execute in class org.apache.xpath.functions.Function
Throws:
javax.xml.transform.TransformerException

checkNumberArgs

public void checkNumberArgs(int argc)
                     throws org.apache.xpath.functions.WrongNumberArgsException
Overrides:
checkNumberArgs in class org.apache.xpath.functions.Function
Throws:
org.apache.xpath.functions.WrongNumberArgsException

fixupVariables

public void fixupVariables(java.util.Vector vars,
                           int size)
Specified by:
fixupVariables in class org.apache.xpath.Expression

XML Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.