Class XMLSchemaValidator.LocalIDKey
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.XMLSchemaValidator.LocalIDKey
-
- Enclosing class:
- XMLSchemaValidator
protected static final class XMLSchemaValidator.LocalIDKey extends Object
-
-
Field Summary
Fields Modifier and Type Field Description int
fDepth
IdentityConstraint
fId
-
Constructor Summary
Constructors Constructor Description LocalIDKey()
LocalIDKey(IdentityConstraint id, int depth)
-
-
-
Field Detail
-
fId
public IdentityConstraint fId
-
fDepth
public int fDepth
-
-
Constructor Detail
-
LocalIDKey
public LocalIDKey()
-
LocalIDKey
public LocalIDKey(IdentityConstraint id, int depth)
-
-