HTML Parser Home Page

Deprecated API

Deprecated Classes
org.htmlparser.util.PeekingIteratorImpl
          shouldn't need to pre-read tags. 
 

Deprecated Interfaces
org.htmlparser.util.PeekingIterator
          shouldn't need to pre-read tags. 
 

Deprecated Methods
org.htmlparser.util.Translate.convertToChar(String)
          Use decode. 
org.htmlparser.util.Translate.convertToChar(String, int, int)
          Use decode. 
org.htmlparser.util.Translate.convertToString(int)
          Use encode. 
org.htmlparser.AbstractNode.elementBegin()
          Use AbstractNode.getStartPosition(). 
org.htmlparser.AbstractNode.elementEnd()
          Use AbstractNode.getEndPosition(). 
org.htmlparser.lexer.nodes.TagNode.getParameter(String)
          use getAttribute instead 
org.htmlparser.lexer.nodes.TagNode.getParsed()
          This method is deprecated. Use getAttributes() instead. 
org.htmlparser.tags.CompositeTag.getStartTag()
          The tag *is* ths start tag. 
org.htmlparser.tags.LinkTag.linkData()
          Use children() instead. 
org.htmlparser.tags.CompositeTag.setStartTag(TagNode)
          The tag *is* ths start tag. 
org.htmlparser.AbstractNode.toHTML()
          - use toHtml() instead 
 


© 2004 Somik Raha
Mar 14, 2004

HTML Parser is an open source library released under LGPL.
SourceForge.net