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 JuffrouWriter
public void endNode()
endNode
in interface JuffrouWriter
public void setAttribute(String attributeName, String value)
setAttribute
in interface JuffrouWriter
public void setProcessingInstruction(String target, String data) throws SAXException
SAXException
public void write(String value)
write
in interface JuffrouWriter
public Transformer getTransformer()
public DOMSource getSource()
Copyright © 2011–2020 Juffrou. All rights reserved.