org.apache.xalan.processor
Class ProcessorTemplateElem
java.lang.Object
|
+--org.apache.xalan.processor.XSLTElementProcessor
|
+--org.apache.xalan.processor.ProcessorTemplateElem
- Direct Known Subclasses:
- ProcessorLRE, ProcessorText, ProcessorUnknown
- public class ProcessorTemplateElem
- extends XSLTElementProcessor
This class processes parse events for an XSLT template element.
- See Also:
- XSLT DTD,
section-Creating-the-Result-Tree in XSLT Specification
Method Summary |
void |
endElement(StylesheetHandler handler,
java.lang.String uri,
java.lang.String localName,
java.lang.String rawName)
Receive notification of the end of an element. |
void |
startElement(StylesheetHandler handler,
java.lang.String uri,
java.lang.String localName,
java.lang.String rawName,
Attributes attributes)
Receive notification of the start of an element. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ProcessorTemplateElem
public ProcessorTemplateElem()
startElement
public void startElement(StylesheetHandler handler,
java.lang.String uri,
java.lang.String localName,
java.lang.String rawName,
Attributes attributes)
throws SAXException
- Receive notification of the start of an element.
- Parameters:
name
- The element type name.attributes
- The specified or defaulted attributes.- Throws:
- SAXException - Any SAX exception, possibly
wrapping another exception.
- Overrides:
- startElement in class XSLTElementProcessor
- See Also:
ContentHandler.startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)
endElement
public void endElement(StylesheetHandler handler,
java.lang.String uri,
java.lang.String localName,
java.lang.String rawName)
throws SAXException
- Receive notification of the end of an element.
- Parameters:
name
- The element type name.attributes
- The specified or defaulted attributes.- Throws:
- SAXException - Any SAX exception, possibly
wrapping another exception.
- Overrides:
- endElement in class XSLTElementProcessor
- See Also:
ContentHandler.endElement(java.lang.String, java.lang.String, java.lang.String)
Copyright © 2000 Apache XML Project. All Rights Reserved.