| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectpublic class ProcessorTextextends ProcessorTemplateElemXSLT DTD, element-text in XSLT SpecificationFields inherited from interface org.w3c.dom.Node | |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE | |
Method Summary | |
void |
|
Methods inherited from class org.apache.xalan.processor.ProcessorTemplateElem | |
endElement, startElement | |
Methods inherited from class org.apache.xalan.processor.XSLTElementProcessor | |
characters, endElement, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startElement, startNonText, unparsedEntityDecl | |
public void endElement(StylesheetHandler handler, String uri, String localName, String rawName) throws SAXException
Receive notification of the end of an element.
- Overrides:
- endElement in interface 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).