public class XMLSimpleWriter extends SMYLDObject implements XMLConstants
NEW_LINE, OS_NEW_LINEXML_ENCODING_HEADER_END, XML_ENCODING_HEADER_START, XML_XSL_HEADER_END, XML_XSL_HEADER_START| Constructor and Description |
|---|
XMLSimpleWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEncodingHeader(String encodingName) |
void |
AddTag(String tagName) |
void |
addTag(String tagName,
String tagValue) |
void |
addTag(String tagName,
String[][] attributes) |
void |
addTag(String tagName,
String[][] attributes,
String tagValue) |
void |
addTagEnd(String tagName) |
void |
addTagFullStart(String tagName) |
void |
addTagStart(String tagName) |
void |
addXSLHeader(String xslFileName) |
void |
createFile(String fileName) |
debug, getLenName, insertInstanceValue, printInstanceValues, toStringpublic void createFile(String fileName) throws IOException
IOExceptionpublic void AddTag(String tagName)
public void addTag(String tagName, String[][] attributes, String tagValue) throws Exception
Exceptionpublic void addEncodingHeader(String encodingName) throws Exception
ExceptionCopyright © 2019 SMYLD. All rights reserved.