Modifier and Type | Field and Description |
---|---|
private String |
charset |
private boolean |
includeNamespaceDeclaration |
private boolean |
indent |
private static ResourceBundle |
rb |
private URL |
xslt |
Constructor and Description |
---|
HL72Xml() |
Modifier and Type | Method and Description |
---|---|
private static String |
fname(List<String> argList) |
String |
getCharacterSet() |
private TransformerHandler |
getTransformerHandler() |
static void |
main(String[] args) |
void |
parse(InputStream is) |
private static org.apache.commons.cli.CommandLine |
parseComandLine(String[] args) |
void |
setCharacterSet(String charset) |
void |
setIncludeNamespaceDeclaration(boolean includeNamespaceDeclaration) |
void |
setIndent(boolean indent) |
void |
setXSLT(URL xslt) |
private static ResourceBundle rb
private boolean indent
private boolean includeNamespaceDeclaration
public HL72Xml()
public final void setIndent(boolean indent)
public final void setIncludeNamespaceDeclaration(boolean includeNamespaceDeclaration)
public String getCharacterSet()
public void setCharacterSet(String charset)
private static org.apache.commons.cli.CommandLine parseComandLine(String[] args) throws org.apache.commons.cli.ParseException
org.apache.commons.cli.ParseException
private static String fname(List<String> argList) throws org.apache.commons.cli.ParseException
org.apache.commons.cli.ParseException
public void parse(InputStream is) throws IOException, TransformerConfigurationException, SAXException
private TransformerHandler getTransformerHandler() throws TransformerConfigurationException, IOException
Copyright © 2017 dcm4che.org. All rights reserved.