public class RootElement extends Object
| Constructor and Description |
|---|
RootElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDelimiter() |
List<LeafElement> |
getLeafs() |
String |
getName() |
List<String> |
getRootValues(Object docOrNode,
boolean multipleValues) |
List<RootElement> |
getSubRoots() |
String |
getTemplate() |
String |
getxPath() |
XPathExpression |
getxPathExpression() |
void |
initXPathExpressions(XPath xPathObject) |
void |
setDelimiter(String delimiter) |
void |
setLeafs(List<LeafElement> leafs) |
void |
setName(String name) |
void |
setSubRoots(List<RootElement> subRoots) |
void |
setTemplate(String template) |
void |
setxPath(String xPath) |
void |
setxPathExpression(XPathExpression xPathExpression) |
public List<String> getRootValues(Object docOrNode, boolean multipleValues) throws XPathExpressionException
XPathExpressionExceptionpublic void initXPathExpressions(XPath xPathObject)
public String getName()
public void setName(String name)
public String getxPath()
public void setxPath(String xPath)
public XPathExpression getxPathExpression()
public void setxPathExpression(XPathExpression xPathExpression)
public String getDelimiter()
public void setDelimiter(String delimiter)
public String getTemplate()
public void setTemplate(String template)
public List<LeafElement> getLeafs()
public void setLeafs(List<LeafElement> leafs)
public List<RootElement> getSubRoots()
public void setSubRoots(List<RootElement> subRoots)
Copyright © 2022. All rights reserved.