- SAFE_BEGIN_CDATA - Static variable in class org.htmlcleaner.CData
-
- SAFE_BEGIN_CDATA_ALT - Static variable in class org.htmlcleaner.CData
-
- SAFE_END_CDATA - Static variable in class org.htmlcleaner.CData
-
- SAFE_END_CDATA_ALT - Static variable in class org.htmlcleaner.CData
-
- sanitizeXmlAttributeName(String, String) - Static method in class org.htmlcleaner.Utils
-
Attempts to replace invalid attribute names with valid ones.
- satisfy(String, String) - Method in interface org.htmlcleaner.AttributeTransformation
-
- satisfy(String, String) - Method in class org.htmlcleaner.AttributeTransformationPatternImpl
-
- satisfy(TagNode) - Method in interface org.htmlcleaner.conditional.ITagNodeCondition
-
- satisfy(TagNode) - Method in class org.htmlcleaner.conditional.TagAllCondition
-
- satisfy(TagNode) - Method in class org.htmlcleaner.conditional.TagNodeAttExistsCondition
-
- satisfy(TagNode) - Method in class org.htmlcleaner.conditional.TagNodeAttNameValueRegexCondition
-
- satisfy(TagNode) - Method in class org.htmlcleaner.conditional.TagNodeAttValueCondition
-
- satisfy(TagNode) - Method in class org.htmlcleaner.conditional.TagNodeAutoGeneratedCondition
-
- satisfy(TagNode) - Method in class org.htmlcleaner.conditional.TagNodeEmptyContentCondition
-
- satisfy(TagNode) - Method in class org.htmlcleaner.conditional.TagNodeInsignificantBrCondition
-
- satisfy(TagNode) - Method in class org.htmlcleaner.conditional.TagNodeNameCondition
-
- scriptElements(TagInfo) - Method in class org.htmlcleaner.Html4TagProvider
-
- scriptElements(TagInfo, ConcurrentMap<String, TagInfo>) - Method in class org.htmlcleaner.MathMLTagProvider
-
- scriptingTags(TagInfo) - Method in class org.htmlcleaner.Html5TagProvider
-
HTML5 scripting tags
- semanticFlowTags(TagInfo) - Method in class org.htmlcleaner.Html5TagProvider
-
The HTML5 semantic flow tags-Sectioning tags (15 total)
- serialize(Serializer, Writer) - Method in interface org.htmlcleaner.BaseToken
-
- serialize(TagNode, Writer) - Method in class org.htmlcleaner.BrowserCompactXmlSerializer
-
- serialize(Serializer, Writer) - Method in class org.htmlcleaner.CommentNode
-
- serialize(TagNode, Writer) - Method in class org.htmlcleaner.CompactHtmlSerializer
-
- serialize(TagNode, Writer) - Method in class org.htmlcleaner.CompactXmlSerializer
-
- serialize(Serializer, Writer) - Method in class org.htmlcleaner.ContentNode
-
- serialize(Serializer, Writer) - Method in class org.htmlcleaner.DoctypeToken
-
- serialize(Serializer, Writer) - Method in class org.htmlcleaner.EndTagToken
-
- serialize(TagNode, Writer) - Method in class org.htmlcleaner.PrettyHtmlSerializer
-
- serialize(TagNode, Writer) - Method in class org.htmlcleaner.PrettyXmlSerializer
-
- serialize(TagNode, Writer) - Method in class org.htmlcleaner.Serializer
-
- serialize(TagNode, Writer) - Method in class org.htmlcleaner.SimpleHtmlSerializer
-
- serialize(TagNode, Writer) - Method in class org.htmlcleaner.SimpleXmlSerializer
-
- serialize(Serializer, Writer) - Method in class org.htmlcleaner.TagNode
-
- serializeAttribute(TagNode, Writer, String, String) - Method in class org.htmlcleaner.XmlSerializer
-
This allows overriding to eliminate forbidden attributes (for example javascript attributes onclick, onblur, etc.
- serializeCData(CData, TagNode, Writer) - Method in class org.htmlcleaner.XmlSerializer
-
Serialize a CDATA section.
- serializeContentToken(ContentNode, TagNode, Writer) - Method in class org.htmlcleaner.XmlSerializer
-
Serialize a content token, escaping where necessary.
- serializeEndTag(TagNode, Writer, boolean) - Method in class org.htmlcleaner.HtmlSerializer
-
- serializeEndTag(TagNode, Writer) - Method in class org.htmlcleaner.XmlSerializer
-
- serializeEndTag(TagNode, Writer, boolean) - Method in class org.htmlcleaner.XmlSerializer
-
- serializeOpenTag(TagNode, Writer, boolean) - Method in class org.htmlcleaner.HtmlSerializer
-
- serializeOpenTag(TagNode, Writer) - Method in class org.htmlcleaner.XmlSerializer
-
- serializeOpenTag(TagNode, Writer, boolean) - Method in class org.htmlcleaner.XmlSerializer
-
- serializePrettyHtml(TagNode, Writer, int, boolean, boolean) - Method in class org.htmlcleaner.PrettyHtmlSerializer
-
- serializePrettyXml(TagNode, Writer, int) - Method in class org.htmlcleaner.PrettyXmlSerializer
-
- Serializer - Class in org.htmlcleaner
-
Basic abstract serializer - contains common logic for descendants (methods writeXXX()
.
- Serializer(CleanerProperties) - Constructor for class org.htmlcleaner.Serializer
-
- setAddNewlineToHeadAndBody(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setAdvancedXmlEscape(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setAdvancedxmlescape(boolean) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setAllowHtmlInsideAttributes(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setAllowhtmlinsideattributes(boolean) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setAllowInvalidAttributeNames(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
Set whether to allow invalid attribute names, or to try to fix or omit them
- setAllowInvalidAttributeNames(boolean) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setAllowMultiWordAttributes(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setAllowmultiwordattributes(boolean) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setAllowTags(String) - Method in class org.htmlcleaner.CleanerProperties
-
- setAttributes(Map<String, String>) - Method in class org.htmlcleaner.TagNode
-
Replace the current set of attributes with a new set.
- setAutoGenerated(boolean) - Method in class org.htmlcleaner.TagNode
-
- setBelongsTo(BelongsTo) - Method in class org.htmlcleaner.TagInfo
-
- setBooleanAttributeValues(String) - Method in class org.htmlcleaner.CleanerProperties
-
- setBooleanatts(String) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setCharset(String) - Method in class org.htmlcleaner.CleanerProperties
-
- setChildren(List<? extends BaseToken>) - Method in class org.htmlcleaner.TagNode
-
- setChildTags(Set<String>) - Method in class org.htmlcleaner.TagInfo
-
- setCleanerTransformations(CleanerTransformations) - Method in class org.htmlcleaner.CleanerProperties
-
- setCol(int) - Method in interface org.htmlcleaner.BaseToken
-
- setCol(int) - Method in class org.htmlcleaner.BaseTokenImpl
-
- setContinueAfterTags(Set<String>) - Method in class org.htmlcleaner.TagInfo
-
- setCopyTags(Set<String>) - Method in class org.htmlcleaner.TagInfo
-
- setCreatingHtmlDom(boolean) - Method in class org.htmlcleaner.XmlSerializer
-
- setDeprecated(boolean) - Method in class org.htmlcleaner.TagInfo
-
- setDeserializeEntities(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setDest(String) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setDisplay(Display) - Method in class org.htmlcleaner.TagInfo
-
- setDocType(DoctypeToken) - Method in class org.htmlcleaner.TagNode
-
- setFatalTag(String) - Method in class org.htmlcleaner.TagInfo
-
- setForeignMarkup(boolean) - Method in class org.htmlcleaner.TagNode
-
- setHigherTags(Set<String>) - Method in class org.htmlcleaner.TagInfo
-
- setHtmlVersion(int) - Method in class org.htmlcleaner.CleanerProperties
-
Sets the html version according to the parameter.Also,it sets the
tag provider to the appropriate version.
- setHyphenreplacement(String) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setHyphenReplacementInComment(String) - Method in class org.htmlcleaner.CleanerProperties
-
- setIgnorePermitted(boolean) - Method in class org.htmlcleaner.TagInfo
-
- setIgnoreqe(boolean) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setIgnoreQuestAndExclam(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setIncharset(String) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setInnerHtml(TagNode, String) - Method in class org.htmlcleaner.HtmlCleaner
-
For the specified tag node, defines it's html content.
- setInvalidAttributeNamePrefix(String) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setInvalidXmlAttributeNamePrefix(String) - Method in class org.htmlcleaner.CleanerProperties
-
Sets the prefix to use for xml attributes that are invalid
- setKeepWhitespaceAndCommentsInHead(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setMustCloseTags(Set<String>) - Method in class org.htmlcleaner.TagInfo
-
- setName(String) - Method in class org.htmlcleaner.TagInfo
-
- setNamespacesAware(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setNamespacesaware(boolean) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setNodebyxpath(String) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setOmitCdataOutsideScriptAndStyle(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setOmitComments(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setOmitcomments(boolean) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setOmitDeprecatedTags(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setOmitdeprtags(boolean) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setOmitdoctypedecl(boolean) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setOmitDoctypeDeclaration(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setOmitHtmlEnvelope(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setOmithtmlenvelope(boolean) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setOmitUnknownTags(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setOmitunknowntags(boolean) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setOmitxmldecl(boolean) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setOmitXmlDeclaration(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setOutcharset(String) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setOutputtype(String) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setPermittedTags(Set<String>) - Method in class org.htmlcleaner.TagInfo
-
- setPreferredChildTag(String) - Method in class org.htmlcleaner.TagInfo
-
- setPruned(boolean) - Method in class org.htmlcleaner.TagNode
-
- setPruneTags(String) - Method in class org.htmlcleaner.CleanerProperties
-
Resets prune tags set and adds tag name conditions to it.
- setPrunetags(String) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setRecognizeUnicodeChars(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setRequiredParent(String) - Method in class org.htmlcleaner.TagInfo
-
- setRow(int) - Method in interface org.htmlcleaner.BaseToken
-
- setRow(int) - Method in class org.htmlcleaner.BaseTokenImpl
-
- setSpecialentities(boolean) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setSrc(String) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setTaginfofile(String) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setText(String) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setTransform(String) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setTranslateSpecialEntities(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setTransResCharsToNCR(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setTransSpecialEntitiesToNCR(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setTreatDeprecatedTagsAsContent(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setTreatdeprtagsascontent(boolean) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setTreatUnknownTagsAsContent(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setTreatunknowntagsascontent(boolean) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setTrimAttributeValues(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setTrimAttributeValues(boolean) - Method in class org.htmlcleaner.TagNode
-
- setUnicodechars(boolean) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setUnique(boolean) - Method in class org.htmlcleaner.TagInfo
-
- setUsecdata(boolean) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setUseCdataFor(String) - Method in class org.htmlcleaner.CleanerProperties
-
- setUsecdatafor(String) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- setUseCdataForScriptAndStyle(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setUseEmptyElementTags(boolean) - Method in class org.htmlcleaner.CleanerProperties
-
- setUseemptyelementtags(boolean) - Method in class org.htmlcleaner.HtmlCleanerForAnt
-
- SimpleHtmlSerializer - Class in org.htmlcleaner
-
Simple HTML serializer - creates resulting HTML without indenting and/or compacting.
- SimpleHtmlSerializer(CleanerProperties) - Constructor for class org.htmlcleaner.SimpleHtmlSerializer
-
- SimpleXmlSerializer - Class in org.htmlcleaner
-
Simple XML serializer - creates resulting XML without indenting lines.
- SimpleXmlSerializer(CleanerProperties) - Constructor for class org.htmlcleaner.SimpleXmlSerializer
-
- SpecialEntities - Class in org.htmlcleaner
-
This class contains map with special entities used in HTML and their
unicodes.
- SpecialEntities(boolean, boolean) - Constructor for class org.htmlcleaner.SpecialEntities
-
- SpecialEntity - Class in org.htmlcleaner
-
- SpecialEntity(String, int, String, boolean) - Constructor for class org.htmlcleaner.SpecialEntity
-
- strictErrorChecking - Variable in class org.htmlcleaner.DomSerializer
-
- styleElements(TagInfo) - Method in class org.htmlcleaner.Html4TagProvider
-
- tableElements(TagInfo) - Method in class org.htmlcleaner.Html4TagProvider
-
- tableElements(TagInfo, ConcurrentMap<String, TagInfo>) - Method in class org.htmlcleaner.MathMLTagProvider
-
- tableTags(TagInfo) - Method in class org.htmlcleaner.Html5TagProvider
-
The HTML5 table tags (12 total)
- TagAllCondition - Class in org.htmlcleaner.conditional
-
All nodes.
- TagAllCondition() - Constructor for class org.htmlcleaner.conditional.TagAllCondition
-
- TagInfo - Class in org.htmlcleaner
-
Class contains information about single HTML tag.
It also contains rules for tag balancing.
- TagInfo(String, ContentType, BelongsTo, boolean, boolean, boolean, CloseTag, Display) - Constructor for class org.htmlcleaner.TagInfo
-
- TagNode - Class in org.htmlcleaner
-
XML node tag - basic node of the cleaned HTML tree.
- TagNode(String) - Constructor for class org.htmlcleaner.TagNode
-
- TagNodeAttExistsCondition - Class in org.htmlcleaner.conditional
-
Checks if node contains specified attribute.
- TagNodeAttExistsCondition(String) - Constructor for class org.htmlcleaner.conditional.TagNodeAttExistsCondition
-
- TagNodeAttNameValueRegexCondition - Class in org.htmlcleaner.conditional
-
Checks if node has specified attribute with specified value.
- TagNodeAttNameValueRegexCondition(Pattern, Pattern) - Constructor for class org.htmlcleaner.conditional.TagNodeAttNameValueRegexCondition
-
- TagNodeAttValueCondition - Class in org.htmlcleaner.conditional
-
Checks if node has specified attribute with specified value.
- TagNodeAttValueCondition(String, String, boolean) - Constructor for class org.htmlcleaner.conditional.TagNodeAttValueCondition
-
- TagNodeAutoGeneratedCondition - Class in org.htmlcleaner.conditional
-
Remove empty autogenerated nodes.
- TagNodeAutoGeneratedCondition() - Constructor for class org.htmlcleaner.conditional.TagNodeAutoGeneratedCondition
-
- TagNodeEmptyContentCondition - Class in org.htmlcleaner.conditional
-
Checks if node is an inline 0r block element and has empty contents or white/non-breakable spaces only.
- TagNodeEmptyContentCondition(ITagInfoProvider) - Constructor for class org.htmlcleaner.conditional.TagNodeEmptyContentCondition
-
- TagNodeInsignificantBrCondition - Class in org.htmlcleaner.conditional
-
Checks if node is an insignificant br tag -- is placed at the end or at the
start of a block.
- TagNodeInsignificantBrCondition() - Constructor for class org.htmlcleaner.conditional.TagNodeInsignificantBrCondition
-
- TagNodeNameCondition - Class in org.htmlcleaner.conditional
-
Checks if node has specified name.
- TagNodeNameCondition(String) - Constructor for class org.htmlcleaner.conditional.TagNodeNameCondition
-
- TagNodeVisitor - Interface in org.htmlcleaner
-
Defines action to be performed on TagNodes
- TagToken - Class in org.htmlcleaner
-
HTML tag token - descendants are start (TagNode) and end token (EndTagToken).
- TagToken() - Constructor for class org.htmlcleaner.TagToken
-
- TagToken(String) - Constructor for class org.htmlcleaner.TagToken
-
- TagTransformation - Class in org.htmlcleaner
-
Describes how specified tag is transformed to another one, or is ignored during parsing
- TagTransformation() - Constructor for class org.htmlcleaner.TagTransformation
-
- TagTransformation(String, String, boolean) - Constructor for class org.htmlcleaner.TagTransformation
-
Creates new tag transformation from source tag to target tag specifying whether
source tag attributes are preserved.
- TagTransformation(String, String) - Constructor for class org.htmlcleaner.TagTransformation
-
Creates new tag transformation from source tag to target tag preserving
all source tag attributes.
- TagTransformation(String) - Constructor for class org.htmlcleaner.TagTransformation
-
Creates new tag transformation in which specified tag will be skipped (ignored)
during parsing process.
- tokenElements(TagInfo, ConcurrentMap<String, TagInfo>) - Method in class org.htmlcleaner.MathMLTagProvider
-
- tokenize(String, String) - Static method in class org.htmlcleaner.Utils
-
- toString() - Method in class org.htmlcleaner.BaseTokenImpl
-
- toString() - Method in class org.htmlcleaner.CData
-
- toString() - Method in class org.htmlcleaner.CommentNode
-
- toString() - Method in class org.htmlcleaner.conditional.TagNodeAutoGeneratedCondition
-
- toString() - Method in class org.htmlcleaner.ContentNode
-
- toString() - Method in class org.htmlcleaner.DoctypeToken
-
- toString() - Method in class org.htmlcleaner.EndTagToken
-
- toString() - Method in class org.htmlcleaner.TagToken
-
- toValue(Object) - Static method in enum org.htmlcleaner.BelongsTo
-
- toValue(Object) - Static method in enum org.htmlcleaner.ContentType
-
- transformAttributes(String, Map<String, String>) - Method in class org.htmlcleaner.CleanerTransformations
-
- traverse(TagNodeVisitor) - Method in class org.htmlcleaner.TagNode
-
Traverses the tree and performs visitor's action on each node.
- valueOf(String) - Static method in enum org.htmlcleaner.audit.ErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.htmlcleaner.BelongsTo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.htmlcleaner.CloseTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.htmlcleaner.ContentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.htmlcleaner.Display
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.htmlcleaner.OptionalOutput
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.htmlcleaner.audit.ErrorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.htmlcleaner.BelongsTo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.htmlcleaner.CloseTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.htmlcleaner.ContentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.htmlcleaner.Display
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.htmlcleaner.OptionalOutput
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VAR_END - Static variable in class org.htmlcleaner.TagTransformation
-
- VAR_START - Static variable in class org.htmlcleaner.TagTransformation
-
- visit(TagNode, HtmlNode) - Method in interface org.htmlcleaner.TagNodeVisitor
-
Action to be performed on single node in the tree
- 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
-