org.apache.xalan.processor

Class ProcessorLRE

public class ProcessorLRE extends ProcessorTemplateElem

Processes an XSLT literal-result-element, or something that looks like one. The actual {@link org.apache.xalan.templates.ElemTemplateElement} produced may be a {@link org.apache.xalan.templates.ElemLiteralResult}, a {@link org.apache.xalan.templates.StylesheetRoot}, or a {@link org.apache.xalan.templates.ElemExtensionCall}.

See Also: literal-result-element in XSLT Specification ElemLiteralResult

UNKNOWN: internal

Method Summary
voidendElement(StylesheetHandler handler, String uri, String localName, String rawName)
Receive notification of the end of an element.
voidstartElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
Receive notification of the start of an element.

Method Detail

endElement

public void endElement(StylesheetHandler handler, String uri, String localName, String rawName)
Receive notification of the end of an element.

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).

startElement

public void startElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
Receive notification of the start of an element.

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.

Copyright © 2005 Apache XML Project. All Rights Reserved.