com.werken.xpath.util

Class Partition

public class Partition extends Object

Method Summary
static Listdescendants(Element node)
static ListdocumentOrderDescendants(Element node)
static Listfollowing(Element node)
static ListfollowingSiblings(Element node)
static Listpreceeding(Element node)
static ListpreceedingSiblings(Element node)

Method Detail

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.