Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity.UniqueOrKey
-
Packages that use UniqueOrKey Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity -
-
Uses of UniqueOrKey in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type UniqueOrKey Constructor Description KeyValueStore(UniqueOrKey key)Constructs a key value store.UniqueValueStore(UniqueOrKey unique)Constructs a unique value store. -
Uses of UniqueOrKey in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity declared as UniqueOrKey Modifier and Type Field Description protected UniqueOrKeyKeyRef. fKeyThe key (or unique) being referred to.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity that return UniqueOrKey Modifier and Type Method Description UniqueOrKeyKeyRef. getKey()Returns the key being referred to.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity with parameters of type UniqueOrKey Constructor Description KeyRef(String namespace, String identityConstraintName, String elemName, UniqueOrKey key)Constructs a keyref with the specified name.
-