public class ModuleContentHandler extends JSPContentHandler
Modifier and Type | Field and Description |
---|---|
protected boolean |
characterCare |
protected String |
curFuncName |
protected List |
curFuncParams |
protected String |
curFuncRetVarName |
protected Map |
functions
Map with function names as keys and FunctionIF objects as values
|
current, ehandler, locator, parents, root, tagFactory, useTagPooling
Constructor and Description |
---|
ModuleContentHandler()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String lname,
String qname) |
Map |
getFunctions()
Gets the functions as a map.
|
void |
startElement(String uri,
String lname,
String qname,
Attributes atts) |
endDocument, getDefaultErrorHandler, getRootNode, register, setDocumentLocator, startDocument
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
protected Map functions
protected String curFuncName
protected List curFuncParams
protected String curFuncRetVarName
protected boolean characterCare
public void startElement(String uri, String lname, String qname, Attributes atts) throws SAXException
startElement
in interface ContentHandler
startElement
in class JSPContentHandler
SAXException
public void characters(char[] ch, int start, int length) throws SAXException
characters
in interface ContentHandler
characters
in class JSPContentHandler
SAXException
public void endElement(String uri, String lname, String qname) throws SAXException
endElement
in interface ContentHandler
endElement
in class JSPContentHandler
SAXException
public Map getFunctions()