Uses of Class
org.frankframework.util.DomBuilderException
Packages that use DomBuilderException
-
Uses of DomBuilderException in org.frankframework.senders
Methods in org.frankframework.senders that throw DomBuilderExceptionModifier and TypeMethodDescriptionAbstractMailSender.extract(Message input, PipeLineSession session) Reads fields from either paramList or Xml file -
Uses of DomBuilderException in org.frankframework.util
Methods in org.frankframework.util that throw DomBuilderExceptionModifier and TypeMethodDescriptionstatic DocumentXmlUtils.buildDomDocument(Reader in) static DocumentXmlUtils.buildDomDocument(Reader in, boolean namespaceAware) static DocumentXmlUtils.buildDomDocument(Reader in, boolean namespaceAware, boolean resolveExternalEntities) static DocumentXmlUtils.buildDomDocument(String s) Convert an XML string to a Document Creation date: (20-02-2003 8:12:52)static DocumentXmlUtils.buildDomDocument(String s, boolean namespaceAware) static DocumentXmlUtils.buildDomDocument(String s, boolean namespaceAware, boolean resolveExternalEntities) static DocumentXmlUtils.buildDomDocument(URL url) Build a Document from a URLstatic DocumentXmlUtils.buildDomDocument(InputSource src, boolean namespaceAware) static DocumentXmlUtils.buildDomDocument(InputSource src, boolean namespaceAware, boolean resolveExternalEntities) static ElementXmlUtils.buildElement(String s) Convert an XML string to a Document, then return the root-element.static ElementXmlUtils.buildElement(String s, boolean namespaceAware) Convert an XML string to a Document, then return the root-elementstatic ElementXmlUtils.buildElement(Message s) static Nodestatic NodeConvert an XML string to a Document, then return the root-element as a Nodestatic SourceXmlUtils.stringToSource(String xmlString) static SourceXmlUtils.stringToSource(String xmlString, boolean namespaceAware) Converts a string containing xml-markup to a Source-object, that can be used as the input of a XSLT-transformer.