public interface IContext
Modifier and Type | Method and Description |
---|---|
boolean |
isGoChild()
Check if need to visit child.
|
boolean |
isInsideAnchor()
Check if this context is inside anchor.
|
boolean |
isInsideForm()
Check if this context is inside form.
|
boolean |
isLineDelimiter()
Check if this context is a line delimiter.
|
boolean |
isLinkTag()
Check if this context is a link tag.
|
boolean |
isStartSelect()
Returns the startSelect.
|
boolean |
isStringOutput()
Returns the stringOutput.
|
boolean isInsideForm()
boolean isGoChild()
boolean isLineDelimiter()
boolean isLinkTag()
boolean isInsideAnchor()
boolean isStartSelect()
boolean isStringOutput()