Class ProcessorExsltFuncResult

    • Constructor Detail

      • ProcessorExsltFuncResult

        public ProcessorExsltFuncResult()
    • Method Detail

      • startElement

        public void startElement​(StylesheetHandler handler,
                                 java.lang.String uri,
                                 java.lang.String localName,
                                 java.lang.String rawName,
                                 org.xml.sax.Attributes attributes)
                          throws org.xml.sax.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 class ProcessorTemplateElem
        Parameters:
        handler - non-null reference to current StylesheetHandler that is constructing the Templates.
        uri - The Namespace URI, or an empty string.
        localName - The local name (without prefix), or empty string if not namespace processing.
        rawName - The qualified name (with prefix).
        attributes - The specified or defaulted attributes.
        Throws:
        org.xml.sax.SAXException