org.apache.xalan.processor
public class ProcessorText extends ProcessorTemplateElem
See Also: XSLT DTD
element-text in XSLT Specification
Method Summary | |
---|---|
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).