Package org.esa.snap.core.util
Class XmlWriter
java.lang.Object
org.esa.snap.core.util.XmlWriter
- Direct Known Subclasses:
DimapHeaderWriter
Deprecated.
since BEAM 4.2, XML shall only be written via a DOM (e.g. JDOM). Used by BEAM-DIMAP product writer.
Utility class for writing XML.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Deprecated.static String[]
createTags
(int indent, String name) Deprecated.static String[]
createTags
(int indent, String name, String[][] attributes) Deprecated.void
Deprecated.void
printElement
(int indent, org.jdom2.Element element) Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.
-
Field Details
-
XML_HEADER_LINE
Deprecated.- See Also:
-
-
Constructor Details
-
XmlWriter
Deprecated.- Throws:
IOException
-
XmlWriter
Deprecated.
-
-
Method Details
-
println
Deprecated. -
print
Deprecated. -
printElement
public void printElement(int indent, org.jdom2.Element element) Deprecated. -
close
public void close()Deprecated. -
createTags
Deprecated. -
createTags
Deprecated. -
printLine
Deprecated. -
printLine
Deprecated. -
printLine
Deprecated. -
printLine
Deprecated. -
printLine
Deprecated. -
printLine
Deprecated. -
printLine
Deprecated.
-