Package net.ontopia.utils.ontojsp
Class JSPPageReader
java.lang.Object
net.ontopia.utils.ontojsp.JSPPageReader
INTERNAL: Class that reads a jsp file and builds a JSPTree from it.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJSPPageReader(File source) Constructor that accepts a filename as argument.JSPPageReader(URL file) -
Method Summary
-
Field Details
-
file
-
-
Constructor Details
-
JSPPageReader
Constructor that accepts a filename as argument.- Throws:
MalformedURLException
-
JSPPageReader
-
-
Method Details
-
createXMLReader
Creates an XMLReader object. -
read
Reads a jsp file and creates a tree of JSPTreeNodeIF objects.- Returns:
- net.ontopia.utils.ontojsp.JSPTreeNodeIF
- Throws:
IOExceptionSAXException
-
read
- Throws:
IOExceptionSAXException
-