|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Context
The context in which a CSSNode visitation occurs. This represents the set of possible operations a CSSVisitor subclass can perform on the currently visited node.
| Method Summary | |
|---|---|
boolean |
canInsert()
|
boolean |
canRemove()
|
void |
insertAfter(CssNode node)
|
void |
insertBefore(CssNode node)
|
void |
removeMe()
|
void |
replaceMe(CssNode node)
|
| Method Detail |
|---|
boolean canInsert()
boolean canRemove()
void insertAfter(CssNode node)
void insertBefore(CssNode node)
void removeMe()
void replaceMe(CssNode node)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||