Uses of Class
org.frankframework.util.DomBuilderException
-
Uses of DomBuilderException in org.frankframework.senders
Modifier and TypeMethodDescriptionAbstractMailSender.extract
(Message input, PipeLineSession session) Reads fields from either paramList or Xml file -
Uses of DomBuilderException in org.frankframework.util
Modifier and TypeMethodDescriptionstatic Document
XmlUtils.buildDomDocument
(Reader in) static Document
XmlUtils.buildDomDocument
(Reader in, boolean namespaceAware) static Document
XmlUtils.buildDomDocument
(Reader in, boolean namespaceAware, boolean resolveExternalEntities) static Document
XmlUtils.buildDomDocument
(String s) Convert an XML string to a Document Creation date: (20-02-2003 8:12:52)static Document
XmlUtils.buildDomDocument
(String s, boolean namespaceAware) static Document
XmlUtils.buildDomDocument
(String s, boolean namespaceAware, boolean resolveExternalEntities) static Document
XmlUtils.buildDomDocument
(URL url) Build a Document from a URLstatic Document
XmlUtils.buildDomDocument
(InputSource src, boolean namespaceAware) static Document
XmlUtils.buildDomDocument
(InputSource src, boolean namespaceAware, boolean resolveExternalEntities) static Element
XmlUtils.buildElement
(String s) Convert an XML string to a Document, then return the root-element.static Element
XmlUtils.buildElement
(String s, boolean namespaceAware) Convert an XML string to a Document, then return the root-elementstatic Element
XmlUtils.buildElement
(Message s) static Node
static Node
Convert an XML string to a Document, then return the root-element as a Nodestatic Source
XmlUtils.stringToSource
(String xmlString) static Source
XmlUtils.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.