Uses of Class
org.frankframework.util.DomBuilderException
Packages that use DomBuilderException
Package
Description
-
Uses of DomBuilderException in org.frankframework.extensions.afm
Methods in org.frankframework.extensions.afm that throw DomBuilderException -
Uses of DomBuilderException in org.frankframework.extensions.bis
Methods in org.frankframework.extensions.bis that throw DomBuilderExceptionModifier and TypeMethodDescriptionBisUtils.prepareReply(Message rawReply, String messageHeader, String result, boolean resultInPayload) Deprecated. -
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 @NonNull DocumentXmlUtils.buildDomDocument(@NonNull Reader in) static @NonNull DocumentXmlUtils.buildDomDocument(@NonNull Reader in, boolean namespaceAware) static @NonNull DocumentXmlUtils.buildDomDocument(@NonNull Reader in, boolean namespaceAware, boolean resolveExternalEntities) static @NonNull DocumentXmlUtils.buildDomDocument(@NonNull String s) Convert an XML string to a Document Creation date: (20-02-2003 8:12:52)static @NonNull DocumentXmlUtils.buildDomDocument(@NonNull String s, boolean namespaceAware) static @NonNull DocumentXmlUtils.buildDomDocument(@NonNull String s, boolean namespaceAware, boolean resolveExternalEntities) static @NonNull DocumentXmlUtils.buildDomDocument(@NonNull URL url) Build a Document from a URLstatic @NonNull DocumentXmlUtils.buildDomDocument(@NonNull InputSource src, boolean namespaceAware) static @NonNull DocumentXmlUtils.buildDomDocument(@NonNull InputSource src, boolean namespaceAware, boolean resolveExternalEntities) static @NonNull ElementXmlUtils.buildElement(@NonNull String s) Convert an XML string to a Document, then return the root-element.static @NonNull ElementXmlUtils.buildElement(@NonNull String s, boolean namespaceAware) Convert an XML string to a Document, then return the root-elementstatic @NonNull ElementXmlUtils.buildElement(@NonNull Message s) static @NonNull Nodestatic @NonNull 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.