public abstract class XmlRowWriter.XmlWritingNodeVisitor extends Object implements NodeVisitor
| Modifier and Type | Field and Description |
|---|---|
protected CellContentConverter |
cellContentConverter
|
| Constructor and Description |
|---|
XmlRowWriter.XmlWritingNodeVisitor(ResultSet resultSet,
ResultSetMetaData resultSetMetaData,
Table table,
Association association,
Session session)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
visitComment(String comment)
Visits comment.
|
void |
visitElementEnd(String elementName,
boolean isRoot)
Visits end of an element.
|
void |
visitElementStart(String elementName,
boolean isRoot,
String[] aNames,
String[] aValues)
Visits start of an element.
|
void |
visitText(String text)
Visits text node.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvisitAssociationElementprotected final CellContentConverter cellContentConverter
public XmlRowWriter.XmlWritingNodeVisitor(ResultSet resultSet, ResultSetMetaData resultSetMetaData, Table table, Association association, Session session)
resultSet - to read rows frompublic void visitComment(String comment)
NodeVisitorvisitComment in interface NodeVisitorcomment - the commentpublic void visitElementEnd(String elementName, boolean isRoot)
NodeVisitorvisitElementEnd in interface NodeVisitorelementName - the element nameisRoot - true if element is rootpublic void visitElementStart(String elementName, boolean isRoot, String[] aNames, String[] aValues)
NodeVisitorvisitElementStart in interface NodeVisitorelementName - the element nameisRoot - true if element is rootpublic void visitText(String text)
NodeVisitorvisitText in interface NodeVisitortext - the text