com.werken.xpath.util

Class Partition


public class Partition
extends java.lang.Object

Method Summary

static List
descendants(Element node)
static List
documentOrderDescendants(Element node)
static List
following(Element node)
static List
followingSiblings(Element node)
static List
preceeding(Element node)
static List
preceedingSiblings(Element node)

Method Details

descendants

public static List descendants(Element node)


documentOrderDescendants

public static List documentOrderDescendants(Element node)


following

public static List following(Element node)


followingSiblings

public static List followingSiblings(Element node)


preceeding

public static List preceeding(Element node)


preceedingSiblings

public static List preceedingSiblings(Element node)


Copyright B) 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.