public abstract class SpecialFunctionHandler extends java.lang.Object implements TagHandler
| Constructor and Description |
|---|
SpecialFunctionHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract Node |
apply(ApplyHandler ah,
StackFrame frame,
org.xml.sax.Locator loc)
Called when closing <apply/> tag is encountered.
|
java.lang.Object |
handle(StackFrame frame,
org.xml.sax.Locator loc)
Returns 'this'.
|
public abstract Node apply(ApplyHandler ah, StackFrame frame, org.xml.sax.Locator loc) throws org.xml.sax.SAXParseException, ParseException
ah - a reference to the ApplyHandler which provides some useful methods.frame - the stackframe for the apply element, the children can be recovered from thisloc - provides information on the location in the xml document.org.xml.sax.SAXParseExceptionParseExceptionpublic java.lang.Object handle(StackFrame frame, org.xml.sax.Locator loc) throws org.xml.sax.SAXParseException
handle in interface TagHandlerframe - StackFrame representing the elementloc - location in inputorg.xml.sax.SAXParseExceptionCopyright © 2018 Singular Systems http://www.singularsys.com/jep