Uses of Class
com.jaxfront.core.schema.SchemaKey

Packages that use SchemaKey
com.jaxfront.core.keyRef   
com.jaxfront.core.schema   
com.jaxfront.core.schema.impl   
 

Uses of SchemaKey in com.jaxfront.core.keyRef
 

Methods in com.jaxfront.core.keyRef with parameters of type SchemaKey
static boolean KeyKeyRefManager.isValidSelector(Type type, SchemaKey sKey, SchemaNode selectorElement)
           
 

Uses of SchemaKey in com.jaxfront.core.schema
 

Subclasses of SchemaKey in com.jaxfront.core.schema
 class SchemaKeyRef
          Represents an XML Schema keyRef definition.
 

Methods in com.jaxfront.core.schema that return SchemaKey
 SchemaKey SchemaKeyRef.getKey()
          Returns the endpoint of this key reference, the key itself.
 SchemaKey XMLSchema.getKey(java.lang.String name)
          Returns a schema key.
 

Methods in com.jaxfront.core.schema with parameters of type SchemaKey
 void SchemaNode.putSchemaKey(SchemaNode selectorNode, SchemaKey schemakey)
           
 void XMLSchema.registerKey(java.lang.String keyName, SchemaKey element)
          Register a key.
 

Uses of SchemaKey in com.jaxfront.core.schema.impl
 

Methods in com.jaxfront.core.schema.impl that return SchemaKey
 SchemaKey XMLSchemaImpl.getKey(java.lang.String keyName)
          Returns a schema key.
 SchemaKey KeyDefinition.getSchemakey()
           
 SchemaKey KeyContainer.getSchemaKey()
           
 

Methods in com.jaxfront.core.schema.impl with parameters of type SchemaKey
 void SchemaNodeImpl.putSchemaKey(SchemaNode selectorNode, SchemaKey schemakey)
           
 void XMLSchemaImpl.registerKey(java.lang.String keyName, SchemaKey element)
           
 

Constructors in com.jaxfront.core.schema.impl with parameters of type SchemaKey
KeyContainer(java.lang.String keyName, SchemaKey schemaKey, Document document)
           
KeyDefinition(SchemaNode selectorNode, SchemaKey schemakey)