public interface IPacketCollection extends List<IPacket>
IPacket
,
IVoiceBrowserController
Modifier and Type | Method and Description |
---|---|
int |
getBottomNodePosition()
Get index of bottom Node.
|
Node |
getFirstNode()
Get first Node from collection
|
Node |
getLastNode()
Get last Node from collection
|
int |
getNodePosition(Node node)
Get index of target Node.
|
int |
getTopNodePosition()
Get index of top Node.
|
boolean |
isInsideAnchor(int i)
Check if the target packet is inside anchor.
|
boolean |
isInsideForm(int i)
Check if the target packet is inside form.
|
boolean |
isLineDelimiter(int i)
Check if the target packet is line delimiter.
|
boolean |
isLinkTag(int i)
Check if the target packet is link tag.
|
boolean isLineDelimiter(int i)
i
- index of target packetboolean isLinkTag(int i)
i
- index of target packetboolean isInsideForm(int i)
i
- index of target packetboolean isInsideAnchor(int i)
i
- index of target packetNode getFirstNode()
Node getLastNode()
int getTopNodePosition()
int getBottomNodePosition()
int getNodePosition(Node node)
node
- target node