public class JSPPageReader extends Object
| Constructor and Description |
|---|
JSPPageReader(File source)
Constructor that accepts a filename as argument.
|
JSPPageReader(URL file) |
| Modifier and Type | Method and Description |
|---|---|
XMLReader |
createXMLReader()
Creates an XMLReader object.
|
JSPTreeNodeIF |
read()
Reads a jsp file and creates a tree of JSPTreeNodeIF objects.
|
JSPTreeNodeIF |
read(boolean useTagPooling) |
protected URL file
public JSPPageReader(File source) throws MalformedURLException
MalformedURLExceptionpublic JSPPageReader(URL file)
public XMLReader createXMLReader()
public JSPTreeNodeIF read() throws IOException, SAXException
IOExceptionSAXExceptionpublic JSPTreeNodeIF read(boolean useTagPooling) throws IOException, SAXException
IOExceptionSAXException