Uses of Class
org.jboss.windup.util.exception.MarshallingException
-
Packages that use MarshallingException Package Description org.jboss.windup.util.xml -
-
Uses of MarshallingException in org.jboss.windup.util.xml
Methods in org.jboss.windup.util.xml that throw MarshallingException Modifier and Type Method Description static ObjectXmlUtil. executeXPath(Node document, String xpathExpression, Map<String,String> namespaceMapping, QName result)Executes the given xpath and returns the result with the type specified.static ObjectXmlUtil. executeXPath(Node document, XPathExpression expr, QName result)Executes the givenXPathExpressionand returns the result with the type specified.static booleanXmlUtil. xpathExists(Node document, String xpathExpression, Map<String,String> namespaceMapping)Runs the given xpath and returns a boolean result.static StringXmlUtil. xpathExtract(Node document, String xpathExpression, Map<String,String> namespaceMapping)Runs the given xpath and returns aStringresult.static NodeListXmlUtil. xpathNodeList(Node document, String xpathExpression, Map<String,String> namespaceMapping)Runs the given xpath and returns aNodeListresult.static NodeListXmlUtil. xpathNodeList(Node document, XPathExpression xpathExpression)Runs the given xpath and returns aNodeListresult.
-