Package org.apache.camel.maven
Class DomFinder
- java.lang.Object
-
- org.apache.camel.maven.DomFinder
-
public class DomFinder extends Object
Finds xml elements where documentation can be added.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeList
findAttributesElements(String name)
String
findBaseType(String name)
NodeList
findElementsAndTypes()
-
-
-
Method Detail
-
findElementsAndTypes
public NodeList findElementsAndTypes() throws XPathExpressionException
- Throws:
XPathExpressionException
-
findAttributesElements
public NodeList findAttributesElements(String name) throws XPathExpressionException
- Throws:
XPathExpressionException
-
findBaseType
public String findBaseType(String name) throws XPathExpressionException
- Throws:
XPathExpressionException
-
-