org.apache.xpath.functions

Class FuncSubstringAfter

public class FuncSubstringAfter extends Function2Args

Execute the SubstringAfter() function.

UNKNOWN: advanced

Method Summary
XObjectexecute(XPathContext xctxt)
Execute the function.

Method Detail

execute

public XObject execute(XPathContext xctxt)
Execute the function. The function must return a valid object.

Parameters: xctxt The current execution context.

Returns: A valid XObject.

Throws: javax.xml.transform.TransformerException

Copyright © 2005 Apache XML Project. All Rights Reserved.