public abstract class ElementHandler extends Object implements NodeHandler
| Constructor and Description |
|---|
ElementHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
needsStackFrame()
Optimization hint to allow a handler to declare that it needs no stack space
for local variables and parameters
|
abstract void |
start(NodeInfo node,
Context context)
Define action to be taken at the start of a node.
This method must be implemented in a subclass. |
public abstract void start(NodeInfo node, Context context) throws TransformerException
start in interface NodeHandlernode - The NodeInfo object for the current node.SAXException - Aborts the parseTransformerExceptionNodeInfopublic boolean needsStackFrame()
NodeHandlerneedsStackFrame in interface NodeHandler