| org.apache.cocoon.transformation.AbstractTransformer org.apache.cocoon.transformation.Web3RfcTransformer
Web3RfcTransformer | public class Web3RfcTransformer extends AbstractTransformer implements Serviceable,Disposable,Configurable,Poolable,Recyclable(Code) | | TBD
author: Michael Gerzabek since: 2.1 version: CVS $Id: Web3RfcTransformer.java 524407 2007-03-31 10:59:28Z joerg $ |
Method Summary | |
public void | characters(char c, int start, int len) Receive notification of the end of an element. | public void | configure(Configuration configuration) | public void | dispose() | public void | endElement(String uri, String loc, String raw) Receive notification of the end of an element. | protected void | initTags() | public void | recycle() | public void | service(ServiceManager manager) | public void | setup(SourceResolver resolver, Map objectModel, String source, Parameters parameters) | public void | startElement(String uri, String loc, String raw, Attributes a) Receive notification of the beginning of an element. |
EXPORT_ELEM | final protected static int EXPORT_ELEM(Code) | | |
FIELD_ELEM | final protected static int FIELD_ELEM(Code) | | |
IMPORT_ELEM | final protected static int IMPORT_ELEM(Code) | | |
INCLUDE_ELEM | final protected static int INCLUDE_ELEM(Code) | | |
ROW_ELEM | final protected static int ROW_ELEM(Code) | | |
STRUCTURE_ELEM | final protected static int STRUCTURE_ELEM(Code) | | |
TABLES_ELEM | final protected static int TABLES_ELEM(Code) | | |
TABLE_ELEM | final protected static int TABLE_ELEM(Code) | | |
error | protected boolean error(Code) | | |
manager | protected ServiceManager manager(Code) | | The service manager instance
|
startcount | protected int startcount(Code) | | |
characters | public void characters(char c, int start, int len) throws SAXException(Code) | | Receive notification of the end of an element.
|
configure | public void configure(Configuration configuration) throws ConfigurationException(Code) | | |
dispose | public void dispose()(Code) | | Free all ressources
|
initTags | protected void initTags()(Code) | | |
recycle | public void recycle()(Code) | | |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | |
|
|