Searched defs:FunctionCall (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DFunctionCall.java21 * $Id: FunctionCall.java,v 1.2.4.1 2005/09/12 10:31:32 pvedula Exp $
66 class FunctionCall extends Expression { class in inherits:Expression
130 // If FunctionCall is a external java constructor
274 public FunctionCall(QName fname, Vector arguments) { method in class:FunctionCall
280 public FunctionCall(QName fname) { method in class:FunctionCall
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java1389 * | FunctionCall
1448 matchFound = FunctionCall();
1479 * FunctionCall ::= FunctionName '(' ( Argument ( ',' Argument)*)? ')'
1481 * @return true if, and only if, a FunctionCall was matched
1485 protected boolean FunctionCall() throws javax.xml.transform.TransformerException method in class:XPathParser
2235 FunctionCall();

Completed in 47 milliseconds