public final class JxPathElement extends Object
| Constructor and Description |
|---|
JxPathElement() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,T>> |
toList(org.apache.commons.jxpath.JXPathContext context,
String xpath,
Class<? extends T> type) |
static <T> List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,T>> |
toList(org.apache.commons.jxpath.Pointer pointer,
Class<? extends T> type) |
static <T> Stream<T> |
toStream(Iterator<? extends T> iter) |
static <T> Stream<T> |
toStream(Iterator iter,
Class<? extends T> type) |
static <T> Stream<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,T>> |
toStream(org.apache.commons.jxpath.Pointer pointer,
Class<? extends T> type) |
static <T> Iterator<T> |
typedIter(Iterator iter,
Class<? extends T> type) |
public static <T> Stream<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,T>> toStream(org.apache.commons.jxpath.Pointer pointer, Class<? extends T> type)
public static <T> List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,T>> toList(org.apache.commons.jxpath.Pointer pointer, Class<? extends T> type)
public static <T> List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,T>> toList(org.apache.commons.jxpath.JXPathContext context, String xpath, Class<? extends T> type)
Copyright © 2018 Leibniz-Institut für Analytische Wissenschaften – ISAS – e.V.. All rights reserved.