All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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.

There is a newer version: 2.3
Show newest version






Deprecated List (Jericho HTML Parser 1.5-dev1)
















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 
 







© 2015 - 2024 Weber Informatics LLC | Privacy Policy