com.stimulsoft.base.utils
Class StiXmlTextWriter
java.lang.Object
com.stimulsoft.base.utils.StiXmlTextWriter
public class StiXmlTextWriter
- extends Object
Copyright Stimulsoft
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiXmlTextWriter
public StiXmlTextWriter()
writeStartDocument
public void writeStartDocument()
throws ParserConfigurationException
- Throws:
ParserConfigurationException
writeStartElement
public void writeStartElement(String elName)
writeAttributeString
public void writeAttributeString(String name,
String value)
setAttribute
public void setAttribute(String name,
String value)
writeEndElement
public void writeEndElement()
writeFullEndElement
public void writeFullEndElement()
writeString
public void writeString(String value)
writeElementString
public void writeElementString(String name,
String value)
getDocument
public Document getDocument()
setTextContent
public void setTextContent(String value)
Copyright © 2017 Stimulsoft. All Rights Reserved.