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, writeStartImpl
add, detail, element, getChildNodes, getLastChildNodeElementDepth, getNodes, hasChildNodes, text, when
getElementDepth, isMarker, writeEnd, writeStart
public String getDeclaration()
public XmlTemplate setDeclaration(String declaration)
public void buildHeader(CodeWriter writer) throws IOException
IOException
public void buildDetail(Record record, CodeWriter writer) throws IOException
IOException
public void buildFooter(CodeWriter writer) throws IOException
IOException
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.