|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.icl.saxon.handlers.ElementHandler
public abstract class ElementHandler
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()
|
|
| Method Summary | |
|---|---|
boolean |
needsStackFrame()
Optimization hint to allow a handler to declare that it needs no stack space for local variables and parameters |
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 ElementHandler()
| Method Detail |
|---|
public abstract void start(NodeInfo node,
Context context)
throws javax.xml.transform.TransformerException
start in interface NodeHandlernode - The NodeInfo object for the current node.
SAXException - Aborts the parse
javax.xml.transform.TransformerExceptionNodeInfopublic boolean needsStackFrame()
NodeHandler
needsStackFrame in interface NodeHandler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||