Serializable, XMLConstantspublic 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 | Description |
|---|---|
XMLSimpleWriter() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addEncodingHeader(String encodingName) |
|
void |
addTag(String tagName,
String tagValue) |
|
void |
addTag(String tagName,
String[][] attributes) |
|
void |
addTag(String tagName,
String[][] attributes,
String tagValue) |
|
void |
AddTag(String tagName) |
|
void |
addTagEnd(String tagName) |
|
void |
addTagFullStart(String tagName) |
|
void |
addTagStart(String tagName) |
|
void |
addXSLHeader(String xslFileName) |
|
void |
createFile(String fileName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdebug, 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 addTag(String tagName, String[][] attributes) throws Exception
Exceptionpublic void addEncodingHeader(String encodingName) throws Exception
ExceptionCopyright © 2019 SMYLD. All rights reserved.