| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.xml.utils.UnImplNodeorg.apache.xalan.templates.ElemTemplateElementorg.apache.xalan.processor.XSLTElementProcessororg.apache.xalan.processor.ProcessorTemplateElemorg.apache.xalan.processor.ProcessorExsltFuncResultpublic class ProcessorExsltFuncResultextends ProcessorTemplateElemFields 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