| Package | Description | 
|---|---|
| com.deltaxml.cores9api.config | 
 
 Contains classes and enums used to provide configuration options to  
PipelinedComparatorS9 and
 DocumentComparator. | 
| Modifier and Type | Method and Description | 
|---|---|
OrderlessPresentationMode | 
OutputFormatConfiguration.getOrderlessPresentationMode()
 Returns the  
OrderlessPresentationMode in use. | 
static OrderlessPresentationMode | 
OrderlessPresentationMode.getOrderlessPresentationMode(java.lang.String value)
 Returns a OrderlessPresentationMode object from the supplied String value if appropriate. 
 | 
static OrderlessPresentationMode | 
OrderlessPresentationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static OrderlessPresentationMode[] | 
OrderlessPresentationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OutputFormatConfiguration.setOrderlessPresentationMode(OrderlessPresentationMode value)
 Sets the  
OrderlessPresentationMode to use when elements are compared in an orderless manner. | 
Copyright © 2001-2018 DeltaXML Ltd. All Rights Reserved.