public class TldContentHandler extends Object
| Constructor and Description |
|---|
TldContentHandler()
Content Handler.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJspVersion() |
String |
getName() |
String |
getPrefix() |
String |
getURI() |
String |
getVersion() |
void |
parseTld(File file)
Parse the .tld file to get the information
needed for the .jpr
|
void |
setJspVersion(String jspVersion) |
void |
setName(String name) |
void |
setPrefix(String prefix) |
void |
setURI(String uri) |
void |
setVersion(String version) |
public void parseTld(File file) throws org.xml.sax.SAXException, IOException, javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXExceptionIOExceptionjavax.xml.parsers.ParserConfigurationExceptionpublic void setVersion(String version)
public void setName(String name)
public void setPrefix(String prefix)
public void setURI(String uri)
public void setJspVersion(String jspVersion)
public String getVersion()
public String getName()
public String getPrefix()
public String getURI()
public String getJspVersion()
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.