Class ProcessorLRE

All Implemented Interfaces:
Serializable, SourceLocator, XSLTVisitable, PrefixResolver, ExpressionNode, WhitespaceStrippingElementMatcher, Document, Element, Node, NodeList
Direct Known Subclasses:
ProcessorUnknown

public class ProcessorLRE extends ProcessorTemplateElem
Processes an XSLT literal-result-element, or something that looks like one. The actual ElemTemplateElement produced may be a ElemLiteralResult, a StylesheetRoot, or a ElemExtensionCall.
See Also:
  • Constructor Details

    • ProcessorLRE

      public ProcessorLRE()
  • Method Details

    • startElement

      public void startElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) throws SAXException
      Receive notification of the start of an 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:
      SAXException
    • endElement

      public void endElement(StylesheetHandler handler, String uri, String localName, String rawName) throws SAXException
      Receive notification of the end of an element.
      Overrides:
      endElement 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).
      Throws:
      SAXException