java.lang.Object
com.lowagie.text.xml.XmlDomWriter
Deprecated.
- Author:
- psoares
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanDeprecated.Canonical output.protected PrintWriterDeprecated.Print writer.protected booleanDeprecated.Processing XML 1.1 document. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Default constructor.XmlDomWriter(boolean canonical) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidnormalizeAndPrint(char c, boolean isAttValue) Deprecated.Normalizes and print the given character.protected voidnormalizeAndPrint(String s, boolean isAttValue) Deprecated.Normalizes and prints the given string.voidsetCanonical(boolean canonical) Deprecated.Sets whether output is canonical.voidsetOutput(OutputStream stream, String encoding) Deprecated.Sets the output stream for printing.voidDeprecated.Sets the output writer.protected Attr[]sortAttributes(NamedNodeMap attrs) Deprecated.Returns a sorted list of attributes.voidDeprecated.Writes the specified node, recursively.
-
Field Details
-
fOut
Deprecated.Print writer. -
fCanonical
protected boolean fCanonicalDeprecated.Canonical output. -
fXML11
protected boolean fXML11Deprecated.Processing XML 1.1 document.
-
-
Constructor Details
-
XmlDomWriter
public XmlDomWriter()Deprecated.Default constructor. -
XmlDomWriter
public XmlDomWriter(boolean canonical) Deprecated.
-
-
Method Details
-
setCanonical
public void setCanonical(boolean canonical) Deprecated.Sets whether output is canonical.- Parameters:
canonical- true if canonical, false otherwise
-
setOutput
Deprecated.Sets the output stream for printing.- Parameters:
stream- the OutputStringencoding- the encoding- Throws:
UnsupportedEncodingException- on error of encoding
-
setOutput
Deprecated.Sets the output writer.- Parameters:
writer- the writer to set
-
write
Deprecated.Writes the specified node, recursively.- Parameters:
node- the Node to write
-
sortAttributes
Deprecated.Returns a sorted list of attributes.- Parameters:
attrs- the NameNomeMap of attributes- Returns:
- a Attr array of sorted attributes
-
normalizeAndPrint
Deprecated.Normalizes and prints the given string.- Parameters:
s- the String to normalize and printisAttValue- boolean
-
normalizeAndPrint
protected void normalizeAndPrint(char c, boolean isAttValue) Deprecated.Normalizes and print the given character.- Parameters:
c- the characterisAttValue- boolean
-