| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This abstract class defines the node handler interface used by SAXON. This is used to handle all kinds of nodes: elements, character data, and attributes
| Method Summary | |
|  boolean | needsStackFrame()Optimization hint to allow a handler to declare that it needs no stack space for local variables and parameters | 
|  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. | 
| Method Detail | 
public void start(NodeInfo node,
                  Context context)
           throws TransformerException
node - The NodeInfo object for the current node.
SAXException - Aborts the parse
TransformerExceptionNodeInfopublic boolean needsStackFrame()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||