public class XmlGenerator extends Object
| Constructor and Description |
|---|
XmlGenerator() |
| Modifier and Type | Method and Description |
|---|---|
String |
generate(Element element) |
void |
generate(Element element,
File file) |
void |
generate(Element element,
File file,
String defaultNamespace,
String elementName) |
void |
generate(Element element,
OutputStream stream) |
public XmlGenerator()
public void generate(Element element, File file, String defaultNamespace, String elementName) throws FHIRException, IOException
FHIRExceptionIOExceptionpublic String generate(Element element) throws IOException, FHIRException
IOExceptionFHIRExceptionpublic void generate(Element element, File file) throws IOException, FHIRException
IOExceptionFHIRExceptionpublic void generate(Element element, OutputStream stream) throws IOException, FHIRException
IOExceptionFHIRExceptionCopyright © 2014–2019 University Health Network. All rights reserved.