org.apache.xerces.impl.dv.xs
Class EqualityHelper

java.lang.Object
  extended byorg.apache.xerces.impl.dv.xs.EqualityHelper

public class EqualityHelper
extends java.lang.Object

Version:
$Id: EqualityHelper.java 1175917 2011-09-26 15:59:08Z mrglavas $

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Method Summary
static boolean isEqual(java.lang.Object value1, java.lang.Object value2, short value1Type, short value2Type, org.apache.xerces.xs.ShortList typeList1, org.apache.xerces.xs.ShortList typeList2, short schemaVersion)
          Compare 2 actual values
static boolean isEqual(ValidatedInfo value1, ValidatedInfo value2, short schemaVersion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isEqual

public static boolean isEqual(java.lang.Object value1,
                              java.lang.Object value2,
                              short value1Type,
                              short value2Type,
                              org.apache.xerces.xs.ShortList typeList1,
                              org.apache.xerces.xs.ShortList typeList2,
                              short schemaVersion)
Compare 2 actual values


isEqual

public static boolean isEqual(ValidatedInfo value1,
                              ValidatedInfo value2,
                              short schemaVersion)


Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.