|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jibx.schema.elements.SchemaBase
org.jibx.schema.elements.OpenAttrBase
org.jibx.schema.elements.AnnotatedBase
org.jibx.schema.elements.SchemaLocationBase
org.jibx.schema.elements.SchemaLocationRequiredBase
public abstract class SchemaLocationRequiredBase
Base class for elements referencing an external schema by using a required 'schemaLocation' attribute. During prevalidation this first reads the referenced schema, so that it'll automatically be included in the prevalidation pass.
Field Summary |
---|
Fields inherited from class org.jibx.schema.elements.SchemaLocationBase |
---|
s_allowedAttributes |
Fields inherited from interface org.jibx.schema.IComponent |
---|
SCHEMA_NAMESPACE |
Constructor Summary | |
---|---|
protected |
SchemaLocationRequiredBase(int type)
Constructor. |
Method Summary | |
---|---|
void |
prevalidate(ValidationContext vctx)
Prevalidation for schema location subclass with the schema specified by a required'schemaLocation' attribute. |
Methods inherited from class org.jibx.schema.elements.SchemaLocationBase |
---|
getEffectiveNamespace, getLocation, getReferencedSchema, readSchema, setLocation, setReferencedSchema |
Methods inherited from class org.jibx.schema.elements.AnnotatedBase |
---|
getAnnotation, getId, setAnnotation, setId |
Methods inherited from class org.jibx.schema.elements.OpenAttrBase |
---|
addExtraAttribute, clearExtraAttributes, compactChildren, detachChild, getChild, getChildCount, getChildIterator, getChildrenWritable, getExtraAttributes, preget, replaceChild, validateAttributes |
Methods inherited from class org.jibx.schema.elements.SchemaBase |
---|
addNamespaceDeclaration, bit, clearNamespaceDeclarations, getExtension, getNamespaceDeclarations, getParent, getSchema, isGlobal, name, preset, readNamespaces, setExtension, setParent, type, validate, validateAttributes, writeNamespaces |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected SchemaLocationRequiredBase(int type)
type
- element typeMethod Detail |
---|
public void prevalidate(ValidationContext vctx)
prevalidate
in interface IComponent
prevalidate
in class AnnotatedBase
vctx
- validation context
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |