org.apache.xalan.processor

Class ProcessorText

public class ProcessorText extends ProcessorTemplateElem

Process xsl:text.

See Also: XSLT DTD element-text in XSLT Specification

Method Summary
voidendElement(StylesheetHandler handler, String uri, String localName, String rawName)
Receive notification of the end 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).

Copyright B) 2005 Apache XML Project. All Rights Reserved.