public class XmlWriter extends Object
Constructor and Description |
---|
XmlWriter(OutputStream destination) |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(String name,
String value) |
void |
end() |
void |
setEnableProcessingInstructions(boolean enableProcessingInstructions) |
void |
setTabSize(int tabSize) |
void |
start(String nodeName) |
public XmlWriter(OutputStream destination)
public void setEnableProcessingInstructions(boolean enableProcessingInstructions)
public void setTabSize(int tabSize)
public void start(String nodeName)
public void end()
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.