Package net.sf.saxon.functions
Class DeepEqual.DeepEqualOptions
- java.lang.Object
-
- net.sf.saxon.functions.DeepEqual.DeepEqualOptions
-
- Enclosing class:
- DeepEqual
public static class DeepEqual.DeepEqualOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
baseUriSignificant
java.lang.String
collationName
boolean
commentsSignificant
AtomicComparer
comparer
boolean
debug
boolean
falseOnError
boolean
idrefSignificant
boolean
idSignificant
boolean
inScopeNamespacesSignificant
boolean
namespacePrefixesSignificant
boolean
nilledSignificant
java.lang.String
normalizationForm
boolean
normalizeSpace
boolean
preserveSpace
boolean
processingInstructionsSignificant
StringCollator
stringCollator
boolean
textBoundariesSignificant
boolean
timezonesSignificant
boolean
typeAnnotationsSignificant
boolean
typedValuesSignificant
boolean
typeVarietySignificant
java.util.Set<StructuredQName>
unorderedElements
-
Constructor Summary
Constructors Constructor Description DeepEqualOptions()
DeepEqualOptions(MapItem map, java.lang.String collationName, XPathContext context)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DeepEqual.DeepEqualOptions
defaultOptions()
-
-
-
Field Detail
-
baseUriSignificant
public boolean baseUriSignificant
-
commentsSignificant
public boolean commentsSignificant
-
debug
public boolean debug
-
falseOnError
public boolean falseOnError
-
idSignificant
public boolean idSignificant
-
idrefSignificant
public boolean idrefSignificant
-
inScopeNamespacesSignificant
public boolean inScopeNamespacesSignificant
-
namespacePrefixesSignificant
public boolean namespacePrefixesSignificant
-
normalizationForm
public java.lang.String normalizationForm
-
nilledSignificant
public boolean nilledSignificant
-
normalizeSpace
public boolean normalizeSpace
-
processingInstructionsSignificant
public boolean processingInstructionsSignificant
-
textBoundariesSignificant
public boolean textBoundariesSignificant
-
timezonesSignificant
public boolean timezonesSignificant
-
typeAnnotationsSignificant
public boolean typeAnnotationsSignificant
-
typeVarietySignificant
public boolean typeVarietySignificant
-
typedValuesSignificant
public boolean typedValuesSignificant
-
unorderedElements
public java.util.Set<StructuredQName> unorderedElements
-
preserveSpace
public boolean preserveSpace
-
collationName
public java.lang.String collationName
-
stringCollator
public StringCollator stringCollator
-
comparer
public AtomicComparer comparer
-
-
Constructor Detail
-
DeepEqualOptions
public DeepEqualOptions()
-
DeepEqualOptions
public DeepEqualOptions(MapItem map, java.lang.String collationName, XPathContext context) throws XPathException
- Throws:
XPathException
-
-
Method Detail
-
defaultOptions
public static DeepEqual.DeepEqualOptions defaultOptions()
-
-