| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.icl.saxon.handlers.NodeHandler
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
| Constructor Summary | |
| NodeHandler() | |
| Method Summary | |
| 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. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public NodeHandler()
| Method Detail | 
public abstract void start(NodeInfo node,
                           Context context)
                    throws org.xml.sax.SAXException
node - The NodeInfo object for the current node.org.xml.sax.SAXException - Aborts the parseNodeInfo| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||