- write(TagNode, Writer, String) - Method in class org.htmlcleaner.Serializer
-
Writes specified node using specified writer.
- write(TagNode, Writer, String, boolean) - Method in class org.htmlcleaner.Serializer
-
Writes specified node using specified writer.
- writeToFile(TagNode, String, String, boolean) - Method in class org.htmlcleaner.Serializer
-
Writes specified TagNode to the file, using specified charset and optionally omits node envelope
(skips open and close tags of the node).
- writeToFile(TagNode, String, String) - Method in class org.htmlcleaner.Serializer
-
Writes specified TagNode to the file, using specified charset.
- writeToFile(TagNode, String, boolean) - Method in class org.htmlcleaner.Serializer
-
Writes specified TagNode to the file, using specified charset and optionally omits node envelope
(skips open and close tags of the node).
- writeToFile(TagNode, String) - Method in class org.htmlcleaner.Serializer
-
Writes specified TagNode to the file, using system default charset.
- writeToStream(TagNode, OutputStream, String, boolean) - Method in class org.htmlcleaner.Serializer
-
Writes specified TagNode to the output stream, using specified charset and optionally omits node envelope
(skips open and close tags of the node).
- writeToStream(TagNode, OutputStream, String) - Method in class org.htmlcleaner.Serializer
-
Writes specified TagNode to the output stream, using specified charset.
- writeToStream(TagNode, OutputStream, boolean) - Method in class org.htmlcleaner.Serializer
-
Writes specified TagNode to the output stream, using system default charset and optionally omits node envelope
(skips open and close tags of the node).
- writeToStream(TagNode, OutputStream) - Method in class org.htmlcleaner.Serializer
-
Writes specified TagNode to the output stream, using system default charset.
- writeXml(TagNode, Writer, String) - Method in class org.htmlcleaner.XmlSerializer
-
- writeXmlToFile(TagNode, String, String) - Method in class org.htmlcleaner.XmlSerializer
-
- writeXmlToFile(TagNode, String) - Method in class org.htmlcleaner.XmlSerializer
-
- writeXmlToStream(TagNode, OutputStream, String) - Method in class org.htmlcleaner.XmlSerializer
-
- writeXmlToStream(TagNode, OutputStream) - Method in class org.htmlcleaner.XmlSerializer
-