org.odlabs.wiquery.core.javascript.helper
Class TraversingHelper

java.lang.Object
  extended by org.odlabs.wiquery.core.javascript.helper.TraversingHelper

public class TraversingHelper
extends Object

$Id$

Helper to bind traversing functions.

Author:
Lionel Armanet
See Also:
http://docs.jquery.com/Traversing

Constructor Summary
TraversingHelper()
           
 
Method Summary
static ChainableStatement add(String expression)
          Binds the add statement.
static ChainableStatement children(String expression)
          Binds the children statement.
static ChainableStatement contents(String expression)
          Binds the contents statement.
static ChainableStatement eq(int position)
          Binds the eq statement.
static ChainableStatement filter(String expression)
          Binds the filter statement.
static ChainableStatement find(String expression)
          Binds the find statement.
static ChainableStatement next(String expression)
          Binds the next statement.
static ChainableStatement nextAll(String expression)
          Binds the nextAll statement.
static ChainableStatement not(String expression)
          Binds the not statement.
static ChainableStatement parent(String expression)
          Binds the parent statement.
static ChainableStatement parents(String expression)
          Binds the parents statement.
static ChainableStatement prev(String expression)
          Binds the prev statement.
static ChainableStatement prevAll(String expression)
          Binds the prevAll statement.
static ChainableStatement siblings(String expression)
          Binds the siblings statement.
static ChainableStatement slice(int start)
          Binds the slice statement.
static ChainableStatement slice(int start, int end)
          Binds the slice statement.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraversingHelper

public TraversingHelper()
Method Detail

eq

public static ChainableStatement eq(int position)
Binds the eq statement.


filter

public static ChainableStatement filter(String expression)
Binds the filter statement.


not

public static ChainableStatement not(String expression)
Binds the not statement.


slice

public static ChainableStatement slice(int start)
Binds the slice statement.


slice

public static ChainableStatement slice(int start,
                                       int end)
Binds the slice statement.


add

public static ChainableStatement add(String expression)
Binds the add statement.


children

public static ChainableStatement children(String expression)
Binds the children statement.


contents

public static ChainableStatement contents(String expression)
Binds the contents statement.


find

public static ChainableStatement find(String expression)
Binds the find statement.


next

public static ChainableStatement next(String expression)
Binds the next statement.


nextAll

public static ChainableStatement nextAll(String expression)
Binds the nextAll statement.


parent

public static ChainableStatement parent(String expression)
Binds the parent statement.


parents

public static ChainableStatement parents(String expression)
Binds the parents statement.


prev

public static ChainableStatement prev(String expression)
Binds the prev statement.


prevAll

public static ChainableStatement prevAll(String expression)
Binds the prevAll statement.


siblings

public static ChainableStatement siblings(String expression)
Binds the siblings statement.



Copyright © 2012. All Rights Reserved.