doc.api.deprecated-list.html Maven / Gradle / Ivy
Go to download
Jericho HTML Parser is a simple but powerful java library allowing analysis and manipulation of
parts of an HTML document, including some common server-side tags, while reproducing verbatim any
unrecognised or invalid HTML. It also provides high-level HTML form manipulation functions.
Deprecated List (Jericho HTML Parser 1.5-dev1)
Package
Class
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Deprecated API
Deprecated Methods
au.id.jericho.lib.html.FormControlType.allowsMultipleValues()
Use the more useful FormField.allowsMultipleValues()
method instead.
au.id.jericho.lib.html.Segment.findWords()
no replacement
au.id.jericho.lib.html.FormControlType.getAdditionalSubmitNames(String)
no replacement
au.id.jericho.lib.html.StartTag.getFollowingTextSegment()
Use new Segment(source,this.getEnd(),source.findNextTag(this.getEnd()))
instead.
au.id.jericho.lib.html.StartTag.getFormControlType()
Use getFormControl().getFormControlType()
instead.
au.id.jericho.lib.html.Attributes.getList()
use this instance instead.
au.id.jericho.lib.html.Segment.getSourceText()
Use the Segment.toString()
method instead
au.id.jericho.lib.html.Segment.getSourceTextNoWhitespace()
Use the more useful CharacterReference.decodeCollapseWhiteSpace(CharSequence)
method instead.
au.id.jericho.lib.html.FormControlType.isPotentialControl(String)
no replacement
Package
Class
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES