public class XmlWriter extends Object implements JuffrouWriter
| Modifier and Type | Method and Description |
|---|---|
void |
endNode() |
DOMSource |
getSource() |
Transformer |
getTransformer() |
void |
setAttribute(String attributeName,
String value) |
void |
setProcessingInstruction(String target,
String data) |
void |
startNode(String nodeName,
NodeType nodeType) |
String |
toString() |
void |
write(String value) |
public XmlWriter()
public XmlWriter(Node node)
public void startNode(String nodeName, NodeType nodeType)
startNode in interface JuffrouWriterpublic void endNode()
endNode in interface JuffrouWriterpublic void setAttribute(String attributeName, String value)
setAttribute in interface JuffrouWriterpublic void setProcessingInstruction(String target, String data) throws SAXException
SAXExceptionpublic void write(String value)
write in interface JuffrouWriterpublic Transformer getTransformer()
public DOMSource getSource()
Copyright © 2011–2020 Juffrou. All rights reserved.