Uses of Class
org.frankframework.util.XmlException
Packages that use XmlException
-
Uses of XmlException in org.frankframework.util
Methods in org.frankframework.util that throw XmlExceptionModifier and TypeMethodDescriptionstatic Collection<String>
XmlUtils.evaluateXPathNodeSet
(String input, String xpathExpr) XmlUtils.evaluateXPathNodeSet
(String input, String xpathExpr, String keyElement, String valueElement) static String
XmlUtils.evaluateXPathNodeSetFirstElement
(String input, String xpathExpr) static Double
XmlUtils.evaluateXPathNumber
(String input, String xpathExpr) static String
XmlUtils.removeNamespaces
(String input) static Message
XmlUtils.removeNamespaces
(Message input) static Message
XmlUtils.removeNamespaces
(Message input, boolean includeXmlDeclaration) static Message
XmlUtils.removeXmlDeclaration
(Message input)