Uses of Class
org.jibx.schema.elements.SchemaLocationBase
-
Packages that use SchemaLocationBase Package Description org.jibx.schema org.jibx.schema.elements org.jibx.schema.validation -
-
Uses of SchemaLocationBase in org.jibx.schema
Methods in org.jibx.schema with parameters of type SchemaLocationBase Modifier and Type Method Description voidSchemaVisitor. exit(SchemaLocationBase node)Exit schema location element.voidSchemaVisitorDelegate. exit(SchemaLocationBase node)booleanSchemaVisitor. visit(SchemaLocationBase node)Visit schema location element.booleanSchemaVisitorDelegate. visit(SchemaLocationBase node) -
Uses of SchemaLocationBase in org.jibx.schema.elements
Subclasses of SchemaLocationBase in org.jibx.schema.elements Modifier and Type Class Description classImportElementModel component for import element.classIncludeElementModel component for include element.classRedefineElementModel component for redefine element.classSchemaLocationRequiredBaseBase class for elements referencing an external schema by using a required 'schemaLocation' attribute. -
Uses of SchemaLocationBase in org.jibx.schema.validation
Methods in org.jibx.schema.validation with parameters of type SchemaLocationBase Modifier and Type Method Description voidNameMergeVisitor. exit(SchemaLocationBase node)booleanNameMergeVisitor. visit(SchemaLocationBase node)booleanNameRegistrationVisitor. visit(SchemaLocationBase node)
-