info.informatica.html
Class IdTagFinder

java.lang.Object
  extended by info.informatica.html.TagFinder
      extended by info.informatica.html.IdTagFinder

public class IdTagFinder
extends TagFinder

Finds tags by ID.

Version:
1.01
Author:
amengual at informatica dot info

Method Summary
 HTMLTag getNextTag(int inipos)
          Find the next Tag of the requested ID in the document.
 
Methods inherited from class info.informatica.html.TagFinder
findEndTag, findNextTag, getNextBlock, getNextTagBlock, getNextTagData, getTag, getTagAt, getTagBlock, getTagData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNextTag

public HTMLTag getNextTag(int inipos)
Find the next Tag of the requested ID in the document.

Overrides:
getNextTag in class TagFinder
Parameters:
inipos - position to start search.
Returns:
the tag, or null if none found.