org.jtools.dao.xml.sax
Interface DAOSaxDescriptor<T_Result>
- All Known Implementing Classes:
- SimpleDAOSaxDescriptor
public interface DAOSaxDescriptor<T_Result>
- Author:
- Rainer
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
getContentHandler
DAOSaxContentHandler<T_Result> getContentHandler()
unmarshall
T_Result unmarshall(URL url)
throws SAXException,
ParserConfigurationException,
IOException
- Throws:
SAXException
ParserConfigurationException
IOException
createElement
Object createElement(Object parent,
String name)
throws Exception
- Throws:
Exception
setElement
void setElement(Object parent,
String name,
Object element)
throws Exception
- Throws:
Exception
setAttribute
boolean setAttribute(Object element,
String name,
String value)
throws Exception
- Throws:
Exception
addText
boolean addText(Object element,
StringBuilder value)
throws Exception
- Throws:
Exception
setText
boolean setText(Object element,
StringBuilder value)
throws Exception
- Throws:
Exception
© 2000-2006, JTools.org.