|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jnetpcap.protocol.application.Html.HtmlTag
public static class Html.HtmlTag
Html tag instance parsed from the html document.
| Nested Class Summary | |
|---|---|
static class |
Html.HtmlTag.Type
The Enum Type. |
| Constructor Summary | |
|---|---|
Html.HtmlTag(Html.Tag tag,
Html.HtmlTag.Type type,
java.lang.String tagString,
java.lang.String source,
int start,
int end)
Instantiates a new html tag. |
|
| Method Summary | |
|---|---|
int |
getEnd()
Gets the end. |
java.util.Map<Html.Tag.Param,java.lang.String> |
getParams()
Gets the params. |
java.lang.String |
getSource()
Gets the source. |
int |
getStart()
Gets the start. |
Html.Tag |
getTag()
Gets the tag. |
java.lang.String |
getTagString()
Gets the tag string. |
Html.HtmlTag.Type |
getType()
Gets the type. |
java.lang.String |
toString()
To string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Html.HtmlTag(Html.Tag tag,
Html.HtmlTag.Type type,
java.lang.String tagString,
java.lang.String source,
int start,
int end)
tag - the tagtype - the typetagString - the tag stringsource - the sourcestart - the startend - the end| Method Detail |
|---|
public final int getEnd()
public final java.util.Map<Html.Tag.Param,java.lang.String> getParams()
public final java.lang.String getSource()
public final int getStart()
public final Html.Tag getTag()
public java.lang.String getTagString()
public final Html.HtmlTag.Type getType()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||