public class DomFinder extends Object
| Constructor and Description |
|---|
DomFinder() |
| Modifier and Type | Method and Description |
|---|---|
NodeList |
findAttributesElements(Document document,
XPath xPath,
String name) |
String |
findBaseType(Document document,
XPath xPath,
String name) |
NodeList |
findElementsAndTypes(Document document,
XPath xPath) |
public NodeList findElementsAndTypes(Document document, XPath xPath) throws XPathExpressionException
XPathExpressionExceptionpublic NodeList findAttributesElements(Document document, XPath xPath, String name) throws XPathExpressionException
XPathExpressionExceptionpublic String findBaseType(Document document, XPath xPath, String name) throws XPathExpressionException
XPathExpressionExceptionApache Camel