com.icl.saxon.handlers
Class ElementHandler
java.lang.Object
com.icl.saxon.handlers.ElementHandler
- NodeHandler
public abstract class ElementHandler
extends java.lang.Object
ElementHandler is a NodeHandler used to process elements. It is identical to
it parent class, NodeHandler, and exists only for type-checking on interfaces.
start
public void start(NodeInfo node,
Context context)
throws TransformerException
Define action to be taken at the start of a node.
This method must be implemented in a subclass.
- start in interface NodeHandler
node
- The NodeInfo object for the current node.
NodeInfo