public static class Rt.__SAX_Writer extends Rt.MATCH_ONLY_00
Usage:
match(e)
method
on the top-level model element to write out.Modifier and Type | Field and Description |
---|---|
protected XMLconfiguration |
config |
protected HashMap<Object,String> |
def2id |
protected ContentHandler |
drain |
_visitor_debug_stream, partial
Constructor and Description |
---|
__SAX_Writer(ContentHandler drain,
XMLconfiguration config) |
Modifier and Type | Method and Description |
---|---|
void |
action(Rt.Definition e0) |
void |
action(Rt.Report e0) |
void |
action(Rt.TemplateEntry e0) |
void |
action(Rt.TemplatesByKind e0) |
void |
action(Rt.TemplatesByPrior e0) |
void |
dumpfields(Rt.Report e0) |
void |
dumpfields(Rt.TemplateEntry e0) |
void |
dumpfields(Rt.TemplatesByKind e0) |
void |
dumpfields(Rt.TemplatesByPrior e0) |
protected boolean |
writenull() |
protected boolean |
writeref(Object o,
String className) |
protected ContentHandler drain
protected XMLconfiguration config
public __SAX_Writer(ContentHandler drain, XMLconfiguration config)
drain
- where to send the generated SAX events.config
- an instance defining the XML element and field names used
for en/decoding.protected boolean writenull()
public void action(Rt.TemplatesByPrior e0)
action
in class Rt.MATCH_ONLY_00
public void dumpfields(Rt.TemplatesByPrior e0)
public void action(Rt.Report e0)
action
in class Rt.MATCH_ONLY_00
public void dumpfields(Rt.Report e0)
public void action(Rt.TemplatesByKind e0)
action
in class Rt.MATCH_ONLY_00
public void dumpfields(Rt.TemplatesByKind e0)
public void action(Rt.Definition e0)
action
in class Rt.MATCH_ONLY_00
public void action(Rt.TemplateEntry e0)
action
in class Rt.MATCH_ONLY_00
public void dumpfields(Rt.TemplateEntry e0)
see also the complete user documentation .