com.werken.xpath.util
クラス Partition

java.lang.Object
  |
  +--com.werken.xpath.util.Partition

public class Partition
extends java.lang.Object


コンストラクタの概要
Partition()
           
 
メソッドの概要
static java.util.List descendants(org.jdom.Element node)
           
static java.util.List documentOrderDescendants(org.jdom.Element node)
           
static java.util.List following(org.jdom.Element node)
           
static java.util.List followingSiblings(org.jdom.Element node)
           
static java.util.List preceeding(org.jdom.Element node)
           
static java.util.List preceedingSiblings(org.jdom.Element node)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Partition

public Partition()
メソッドの詳細

descendants

public static java.util.List descendants(org.jdom.Element node)

documentOrderDescendants

public static java.util.List documentOrderDescendants(org.jdom.Element node)

followingSiblings

public static java.util.List followingSiblings(org.jdom.Element node)

preceedingSiblings

public static java.util.List preceedingSiblings(org.jdom.Element node)

following

public static java.util.List following(org.jdom.Element node)

preceeding

public static java.util.List preceeding(org.jdom.Element node)


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