Package org.apache.xerces.impl.xs
Class XMLSchemaValidator.LocalIDKey
- java.lang.Object
-
- org.apache.xerces.impl.xs.XMLSchemaValidator.LocalIDKey
-
- Enclosing class:
- XMLSchemaValidator
protected static final class XMLSchemaValidator.LocalIDKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
fDepth
IdentityConstraint
fId
-
Constructor Summary
Constructors Constructor Description LocalIDKey()
LocalIDKey(IdentityConstraint id, int depth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object localIDKey)
int
hashCode()
-
-
-
Field Detail
-
fId
public IdentityConstraint fId
-
fDepth
public int fDepth
-
-
Constructor Detail
-
LocalIDKey
public LocalIDKey()
-
LocalIDKey
public LocalIDKey(IdentityConstraint id, int depth)
-
-