public class XpathAnalysis extends Object implements Iterable<XpathAnalysis.XpathPart>
Modifier and Type | Class and Description |
---|---|
static class |
XpathAnalysis.XpathPart |
Constructor and Description |
---|
XpathAnalysis(List<XpathAnalysis.XpathPart> parts,
String error) |
Modifier and Type | Method and Description |
---|---|
static XpathAnalysis |
analyze(String xpath) |
String |
getError() |
boolean |
hasError() |
Iterator<XpathAnalysis.XpathPart> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public XpathAnalysis(List<XpathAnalysis.XpathPart> parts, String error)
public boolean hasError()
public String getError()
public Iterator<XpathAnalysis.XpathPart> iterator()
iterator
in interface Iterable<XpathAnalysis.XpathPart>
public static XpathAnalysis analyze(String xpath)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.