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