Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.xml.utils.UnImplNode
org.apache.xalan.templates.ElemTemplateElement
org.apache.xalan.processor.XSLTElementProcessor
org.apache.xalan.processor.ProcessorTemplateElem
org.apache.xalan.processor.ProcessorExsltFuncResult
public class ProcessorExsltFuncResult
extends ProcessorTemplateElem
Fields inherited from interface org.w3c.dom.Node | |
ATTRIBUTE_NODE , CDATA_SECTION_NODE , COMMENT_NODE , DOCUMENT_FRAGMENT_NODE , DOCUMENT_NODE , DOCUMENT_TYPE_NODE , ELEMENT_NODE , ENTITY_NODE , ENTITY_REFERENCE_NODE , NOTATION_NODE , PROCESSING_INSTRUCTION_NODE , TEXT_NODE |
Method Summary | |
void |
|
Methods inherited from class org.apache.xalan.processor.ProcessorTemplateElem | |
endElement , startElement |
Methods inherited from class org.apache.xalan.processor.XSLTElementProcessor | |
characters , endElement , ignorableWhitespace , notationDecl , processingInstruction , resolveEntity , skippedEntity , startElement , startNonText , unparsedEntityDecl |
public void startElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) throws SAXException
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.
- Overrides:
- startElement in interface ProcessorTemplateElem