public class Partition
extends java.lang.Object
Constructor | Description |
---|---|
Partition() |
Modifier and Type | Method | Description |
---|---|---|
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) |
public static java.util.List descendants(org.jdom.Element node)
public static java.util.List documentOrderDescendants(org.jdom.Element node)
public static java.util.List followingSiblings(org.jdom.Element node)
public static java.util.List preceedingSiblings(org.jdom.Element node)
public static java.util.List following(org.jdom.Element node)
public static java.util.List preceeding(org.jdom.Element node)
Copyright ? 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.