org.clazzes.jdbc2xml.sax.impl
Class TableTagHandler
java.lang.Object
org.clazzes.jdbc2xml.sax.impl.TableTagHandler
- All Implemented Interfaces:
- org.clazzes.util.xml.SAXTagHandler
public class TableTagHandler
- extends Object
- implements org.clazzes.util.xml.SAXTagHandler
A handler for the table element.
- Author:
- wglas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableTagHandler
public TableTagHandler(InsertContext context,
Attributes atts)
- Parameters:
context
- The insert context holding database connection et al.
closeTag
public void closeTag(String uri,
String localName,
String name)
throws SAXException
- Specified by:
closeTag
in interface org.clazzes.util.xml.SAXTagHandler
- Throws:
SAXException
processCharacters
public void processCharacters(char[] ch,
int start,
int length)
throws SAXException
- Specified by:
processCharacters
in interface org.clazzes.util.xml.SAXTagHandler
- Throws:
SAXException
startChildElement
public org.clazzes.util.xml.SAXTagHandler startChildElement(String uri,
String localName,
String name,
Attributes atts)
throws SAXException
- Specified by:
startChildElement
in interface org.clazzes.util.xml.SAXTagHandler
- Throws:
SAXException
Copyright © 2011. All Rights Reserved.