public class ExportXMLVisitor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected StringBuffer |
buffer |
| Constructor and Description |
|---|
ExportXMLVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
end(TopiaEntity e) |
void |
start(TopiaEntity e) |
String |
toString() |
void |
visit(TopiaEntity e,
String name,
Class<?> collectionType,
Class<?> type,
int index,
Object value) |
void |
visit(TopiaEntity e,
String name,
Class<?> collectionType,
Class<?> type,
Object value) |
void |
visit(TopiaEntity e,
String name,
Class<?> type,
Object value) |
protected StringBuffer buffer
public void start(TopiaEntity e)
public void visit(TopiaEntity e,
String name,
Class<?> collectionType,
Class<?> type,
Object value)
public void visit(TopiaEntity e,
String name,
Class<?> collectionType,
Class<?> type,
int index,
Object value)
public void end(TopiaEntity e)
public void clear()
Copyright © 2004–2015 CodeLutin. All rights reserved.