public final class ManipulatingHelper
extends java.lang.Object
Helper to bind manipulating functions.
| Modifier and Type | Method and Description |
|---|---|
static ChainableStatement |
after(java.lang.CharSequence html)
Binds the
after statement. |
static ChainableStatement |
before(java.lang.CharSequence html)
Binds the
before statement. |
static ChainableStatement |
insertAfter(java.lang.String expression)
Binds the
insertAfter statement. |
static ChainableStatement |
insertBefore(java.lang.String expression)
Binds the
insertBefore statement. |
public static ChainableStatement after(java.lang.CharSequence html)
after statement.public static ChainableStatement insertAfter(java.lang.String expression)
insertAfter statement.public static ChainableStatement before(java.lang.CharSequence html)
before statement.public static ChainableStatement insertBefore(java.lang.String expression)
insertBefore statement.Copyright © 2021. All Rights Reserved.