com.icl.saxon.handlers
Class ElementHandler

java.lang.Object
  |
  +--com.icl.saxon.handlers.NodeHandler
        |
        +--com.icl.saxon.handlers.ElementHandler
Direct Known Subclasses:
ElementHandlerBase

public abstract class ElementHandler
extends NodeHandler

ElementHandler is a NodeHandler used to process elements. It is identical to it parent class, NodeHandler, and exists only for type-checking on interfaces.


Constructor Summary
ElementHandler()
           
 
Methods inherited from class com.icl.saxon.handlers.NodeHandler
start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementHandler

public ElementHandler()