|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.informatica.html.TagFinder
info.informatica.html.NameTagFinder
public class NameTagFinder
Finds tags by type.
| Method Summary | |
|---|---|
info.informatica.doc.FragmentPosition |
findEndTag(int inipos)
Finds the next End Tag of the specified type in the document. |
info.informatica.doc.FragmentPosition |
findNextTag(int inipos)
Finds the next Tag of the specified type in the document. |
CharData |
getNextBlock(int inipos)
Gets the block of character data formed by the next Tag found by this class, and the enclosed character data. |
HTMLTag |
getNextTag(int inipos)
Get the next Tag of the requested name in the document, starting to search at a given place. |
HTMLTag |
getNextTagBlock(int inipos)
Gets the tag block formed by the next Tag found by this class, and the enclosed character data. |
CharData |
getNextTagData(int inipos)
Gets the character data enclosed by the next Tag found by this class. |
| Methods inherited from class info.informatica.html.TagFinder |
|---|
findEndTag, findNextTag, getTag, getTagAt, getTagBlock, getTagData |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public info.informatica.doc.FragmentPosition findNextTag(int inipos)
This method does not parse the tag, so it is faster and in many circumstances will be the preferred method to locate tags by type (name).
inipos - position to start search.
public info.informatica.doc.FragmentPosition findEndTag(int inipos)
inipos - position to start search.
public HTMLTag getNextTag(int inipos)
getNextTag in class TagFinderinipos - position to start search.
public CharData getNextTagData(int inipos)
getNextTagData in class TagFinderinipos - position to start search.
public HTMLTag getNextTagBlock(int inipos)
getNextTagBlock in class TagFinderinipos - position to start search.
public CharData getNextBlock(int inipos)
getNextBlock in class TagFinderinipos - position to start search.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||