public class XmlTemplate extends XmlFragment
| Constructor and Description |
|---|
XmlTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildDetail(Record record,
CodeWriter writer) |
void |
buildFooter(CodeWriter writer) |
void |
buildHeader(CodeWriter writer) |
String |
getDeclaration() |
XmlTemplate |
setDeclaration(String declaration) |
void |
setValue(String name,
Object value) |
void |
setValue(String name,
Object value,
Class<?> type) |
writeEndImpl, writeStartImpladd, detail, element, getChildNodes, getLastChildNodeElementDepth, getNodes, hasChildNodes, text, whengetElementDepth, isMarker, writeEnd, writeStartpublic String getDeclaration()
public XmlTemplate setDeclaration(String declaration)
public void buildHeader(CodeWriter writer) throws IOException
IOExceptionpublic void buildDetail(Record record, CodeWriter writer) throws IOException
IOExceptionpublic void buildFooter(CodeWriter writer) throws IOException
IOExceptionCopyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.