Searched refs:sameValue (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/org/relaxng/datatype/
H A DDatatype.java132 * the semantics of the datatype. For that purpose, the sameValue
138 * The returned value object should be used solely for the sameValue
165 boolean sameValue( Object value1, Object value2 ); method in interface:Datatype
170 * which is consistent with the sameValue method.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DValuePattern.java68 && dt.sameValue(obj, ((ValuePattern)other).obj));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/dt/
H A DDoNothingDatatypeLibraryFactoryImpl.java94 public boolean sameValue(Object o, Object o1) {

Completed in 28 milliseconds