org.apache.xalan.processor
Class ProcessorExsltFuncResult
public
class
ProcessorExsltFuncResult
extends ProcessorTemplateElem
This class processes parse events for an exslt func:result element.
UNKNOWN: internal
Method Summary |
void | startElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
Verify that the func:result element does not appear within a variable,
parameter, or another func:result, and that it belongs to a func:function
element. |
public void startElement(
StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
Verify that the func:result element does not appear within a variable,
parameter, or another func:result, and that it belongs to a func:function
element.
Copyright © 2005 Apache XML Project. All Rights Reserved.