Uses of Class
com.deltaxml.core.config.subtreeProcessing.ChildAlignment
Packages that use ChildAlignment
Package
Description
This package contains classes and enums used to configure
SubtreeProcessingMode
for content processing and unordered comparisons.-
Uses of ChildAlignment in com.deltaxml.core.config.subtreeProcessing
Methods in com.deltaxml.core.config.subtreeProcessing that return types with arguments of type ChildAlignmentModifier and TypeMethodDescriptionSubtree.getChildAlignments()Gets the list of all children alignment specifiers.Methods in com.deltaxml.core.config.subtreeProcessing with parameters of type ChildAlignmentModifier and TypeMethodDescriptionvoidSubtree.addChildAlignment(ChildAlignment childAlignment) Adds to the list of children alignments.Method parameters in com.deltaxml.core.config.subtreeProcessing with type arguments of type ChildAlignmentModifier and TypeMethodDescriptionvoidSubtree.setChildAlignments(List<ChildAlignment> childAlignments) Sets the list for children alignment specifiers.Constructor parameters in com.deltaxml.core.config.subtreeProcessing with type arguments of type ChildAlignmentModifierConstructorDescriptionSubtree(String elemXpath, SubtreeMode mode, Boolean ordered, List<ChildAlignment> childAlignments) Initialises a subtree with element XPath, mode and ordered along with the child alignment list.Subtree(String elemXpath, Boolean ordered, List<ChildAlignment> childAlignments) Initialises a subtree with both element XPath and ordered along with the child alignment list.