com.northconcepts.datapipeline.xml.builder
Class XmlTemplate
java.lang.Object
com.northconcepts.datapipeline.xml.builder.XmlNode
com.northconcepts.datapipeline.xml.builder.XmlNodeContainer
com.northconcepts.datapipeline.xml.builder.XmlFragment
com.northconcepts.datapipeline.xml.builder.XmlTemplate
public class XmlTemplate
- extends XmlFragment
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlTemplate
public XmlTemplate()
getDeclaration
public String getDeclaration()
setDeclaration
public XmlTemplate setDeclaration(String declaration)
setValue
public void setValue(String name,
Object value)
setValue
public void setValue(String name,
Object value,
Class<?> type)
buildHeader
public void buildHeader(Writer writer)
throws IOException
- Throws:
IOException
buildDetail
public void buildDetail(Record record,
Writer writer)
throws IOException
- Throws:
IOException
buildFooter
public void buildFooter(Writer writer)
throws IOException
- Throws:
IOException
Copyright (c) 2007-2012 North Concepts Inc. All Rights Reserved.