Class Xpp3DomUtils


  • public class Xpp3DomUtils
    extends Object
    Author:
    Jason van Zyl
    • Field Detail

      • DEFAULT_CHILDREN_COMBINATION_MODE

        public static final String DEFAULT_CHILDREN_COMBINATION_MODE
        This default mode for combining children DOMs during merge means that where element names match, the process will try to merge the element data, rather than putting the dominant and recessive elements (which share the same element name) as siblings in the resulting DOM.
        See Also:
        Constant Field Values
      • ID_COMBINATION_MODE_ATTRIBUTE

        public static final String ID_COMBINATION_MODE_ATTRIBUTE
        In case of complex XML structures, combining can be done based on id.
        Since:
        3.0.22
        See Also:
        Constant Field Values
      • KEYS_COMBINATION_MODE_ATTRIBUTE

        public static final String KEYS_COMBINATION_MODE_ATTRIBUTE
        In case of complex XML structures, combining can be done based on keys. This is a comma separated list of attribute names.
        Since:
        3.4.0
        See Also:
        Constant Field Values
      • DEFAULT_SELF_COMBINATION_MODE

        public static final String DEFAULT_SELF_COMBINATION_MODE
        This default mode for combining a DOM node during merge means that where element names match, the process will try to merge the element attributes and values, rather than overriding the recessive element completely with the dominant one. This means that wherever the dominant element doesn't provide the value or a particular attribute, that value or attribute will be set from the recessive DOM node.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Xpp3DomUtils

        public Xpp3DomUtils()