public final class SaxonPredicates extends Object
Predicate implementations related to Saxon.| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<net.sf.saxon.s9api.XdmNode> |
hasNodeKind(Iterable<net.sf.saxon.s9api.XdmNodeKind> nodeKinds) |
static com.google.common.base.Predicate<net.sf.saxon.s9api.XdmNode> |
isAttribute() |
static com.google.common.base.Predicate<net.sf.saxon.s9api.XdmNode> |
isElement() |
static com.google.common.base.Predicate<net.sf.saxon.s9api.XdmNode> |
isIgnorableWhitespace() |
public static com.google.common.base.Predicate<net.sf.saxon.s9api.XdmNode> isElement()
public static com.google.common.base.Predicate<net.sf.saxon.s9api.XdmNode> isAttribute()
public static com.google.common.base.Predicate<net.sf.saxon.s9api.XdmNode> hasNodeKind(Iterable<net.sf.saxon.s9api.XdmNodeKind> nodeKinds)
public static com.google.common.base.Predicate<net.sf.saxon.s9api.XdmNode> isIgnorableWhitespace()
Copyright © 2009-2012 TranceCode. All Rights Reserved.