com.icl.saxon.handlers
public class ElementHandlerBase extends ElementHandler
The startElement() method calls applyTemplates(), so child elements will always be processed.
Method Summary | |
---|---|
boolean | needsStackFrame() |
void | start(NodeInfo node, Context context)
implement start() method |
void | startElement(NodeInfo e, Context context)
Define action to be taken before an element of this element type. Default implementation does nothing, other than causing subordinate elements to be processed in the same mode as the caller |
Parameters: e The NodeInfo object for the current element.