| java.lang.Object com.lowagie.text.xml.XmlDomWriter
XmlDomWriter | public class XmlDomWriter (Code) | | author: psoares |
fCanonical | protected boolean fCanonical(Code) | | Canonical output.
|
fXML11 | protected boolean fXML11(Code) | | Processing XML 1.1 document.
|
XmlDomWriter | public XmlDomWriter()(Code) | | Default constructor.
|
XmlDomWriter | public XmlDomWriter(boolean canonical)(Code) | | |
normalizeAndPrint | protected void normalizeAndPrint(String s, boolean isAttValue)(Code) | | Normalizes and prints the given string.
|
normalizeAndPrint | protected void normalizeAndPrint(char c, boolean isAttValue)(Code) | | Normalizes and print the given character.
|
setCanonical | public void setCanonical(boolean canonical)(Code) | | Sets whether output is canonical.
|
write | public void write(Node node)(Code) | | Writes the specified node, recursively.
|
|
|