Uses of Enum Class
com.deltaxml.core.config.subtreeProcessing.SubtreeMode
Packages that use SubtreeMode
Package
Description
This package contains classes and enums used to configure
SubtreeProcessingMode
for content processing and unordered comparisons.-
Uses of SubtreeMode in com.deltaxml.core.config.subtreeProcessing
Methods in com.deltaxml.core.config.subtreeProcessing that return SubtreeModeModifier and TypeMethodDescriptionSubtreeProcessingMode.getDefaultMode()Gets the default mode for subtree processing.Subtree.getMode()Gets the Subtree element mode.static SubtreeModeSubtreeMode.getSubtreeMode(String val) static SubtreeModeReturns the enum constant of this class with the specified name.static SubtreeMode[]SubtreeMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.deltaxml.core.config.subtreeProcessing with parameters of type SubtreeModeModifier and TypeMethodDescriptionvoidSubtreeProcessingMode.setDefaultMode(SubtreeMode defaultType) Sets the default mode for subtree processing.voidSubtree.setMode(SubtreeMode mode) Sets the element mode.Constructors in com.deltaxml.core.config.subtreeProcessing with parameters of type SubtreeModeModifierConstructorDescriptionSubtree(String elemXpath, SubtreeMode mode) Initialises a subtree with both element XPath and mode.Subtree(String elemXpath, SubtreeMode mode, Boolean ordered) Initialises a subtree with element XPath, mode and ordered.Subtree(String elemXpath, SubtreeMode mode, Boolean ordered, List<ChildAlignment> childAlignments) Initialises a subtree with element XPath, mode and ordered along with the child alignment list.SubtreeProcessingMode(SubtreeMode defaultMode) Initialises aSubtreeProcessingModewith the given parameters.SubtreeProcessingMode(SubtreeMode defaultMode, List<Subtree> subtrees) Initialises aSubtreeProcessingModewith the given parameters.