| java.lang.Object org.custommonkey.xmlunit.ElementNameQualifier org.custommonkey.xmlunit.ElementNameAndTextQualifier
extractText | protected Text extractText(Element fromElement)(Code) | | Extract the normalized text from within an element
Parameters: fromElement - extracted Text node (could be null) |
qualifyForComparison | public boolean qualifyForComparison(Element control, Element test)(Code) | | Determine whether two elements qualify for further Difference comparison.
Parameters: control - Parameters: test - true if the two elements qualify for further comparison based onboth the superclass qualification (namespace URI and non- namespaced tagname), and the qualification of the text nodes contained within theelements; false otherwise |
similar | protected boolean similar(Text control, Text test)(Code) | | Determine whether the text nodes contain similar values
Parameters: control - Parameters: test - true if text nodes are similar, false otherwise |
|
|