JTools

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

Method Summary
 boolean addText(Object element, StringBuilder value)
           
 Object createElement(Object parent, String name)
           
 DAOSaxContentHandler<T_Result> getContentHandler()
           
 boolean setAttribute(Object element, String name, String value)
           
 void setElement(Object parent, String name, Object element)
           
 boolean setText(Object element, StringBuilder value)
           
 T_Result unmarshall(URL url)
           
 

Method Detail

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

JTools

© 2000-2006, JTools.org.