Uses of Class
com.aquima.interactions.foundation.xml.parsing.XmlDOMParser.XmlDOMParserBuilder
Packages that use XmlDOMParser.XmlDOMParserBuilder
-
Uses of XmlDOMParser.XmlDOMParserBuilder in com.aquima.interactions.foundation.xml.parsing
Methods in com.aquima.interactions.foundation.xml.parsing that return XmlDOMParser.XmlDOMParserBuilderModifier and TypeMethodDescriptionXmlDOMParser.XmlDOMParserBuilder.coalescing
(boolean coalescing) Specifies that the parser produced by this code will convert CDATA nodes to Text nodes and append it to the adjacent (if any) text node.XmlDOMParser.XmlDOMParserBuilder.entityResolver
(EntityResolver entityResolver) Set a SAX2 Entity Resolver to handle system entities.XmlDOMParser.XmlDOMParserBuilder.namespaceAware
(boolean namespaceAware) enable or disable Namespace awareness.XmlDOMParser.XmlDOMParserBuilder.validating
(boolean validating) Enable or disable DTD-validating.XmlDOMParser.XmlDOMParserBuilder.valueTrimming
(boolean valueTrimming) Enable or disable automatic value trimming.