Uses of Class
org.jibx.schema.elements.SchemaElement
-
Packages that use SchemaElement Package Description org.jibx.schema org.jibx.schema.elements org.jibx.schema.validation -
-
Uses of SchemaElement in org.jibx.schema
Methods in org.jibx.schema that return SchemaElement Modifier and Type Method Description SchemaElementSchemaContextTracker. getCurrentSchema()Get current schema element.SchemaElementSchemaHolder. getSchema()Get the schema definition.Methods in org.jibx.schema with parameters of type SchemaElement Modifier and Type Method Description voidUsageFinder. countSchemaTree(SchemaElement schema)Add usage counts for a schema tree.booleanISchemaListener. enterSchema(SchemaElement schema)Enter schema.booleanSchemaContextTracker. enterSchema(SchemaElement schema)voidSchemaVisitor. exit(SchemaElement node)Exit schema element.voidSchemaVisitorDelegate. exit(SchemaElement node)booleanSchemaVisitor. visit(SchemaElement node)Visit schema element.booleanSchemaVisitorDelegate. visit(SchemaElement node)voidTreeWalker. walkSchema(SchemaElement schema, SchemaVisitor visitor)Walk entire schema model.Constructors in org.jibx.schema with parameters of type SchemaElement Constructor Description SchemaHolder(SchemaElement schema)Constructor for existing schema definition file. -
Uses of SchemaElement in org.jibx.schema.elements
Methods in org.jibx.schema.elements that return SchemaElement Modifier and Type Method Description SchemaElementSchemaLocationBase. getReferencedSchema()Get referenced schema.SchemaElementSchemaBase. getSchema()Get the ancestor schema element.protected SchemaElementSchemaLocationBase. readSchema(ValidationContext vctx, ISchemaResolver resolver)Load a schema from a resolver.Methods in org.jibx.schema.elements with parameters of type SchemaElement Modifier and Type Method Description protected voidSchemaLocationBase. setReferencedSchema(SchemaElement schema)Set referenced schema. -
Uses of SchemaElement in org.jibx.schema.validation
Methods in org.jibx.schema.validation that return SchemaElement Modifier and Type Method Description SchemaElementValidationContext. getSchemaById(String id)Get schema element by identifier.SchemaElementValidationContext. getSchemaByNamespace(String uri)Get schema element by target namespace.static SchemaElement[]ValidationUtils. load(Collection resolves, String uri, ValidationContext vctx)Load and validate a list of schemas.Methods in org.jibx.schema.validation with parameters of type SchemaElement Modifier and Type Method Description voidValidationContext. setSchema(String id, SchemaElement schema)Add schema element with identifier.static voidValidationUtils. validateSchemas(SchemaElement[] schemas, ValidationContext vctx)Validate an ordered array of schemas.booleanNameMergeVisitor. visit(SchemaElement node)booleanNameRegistrationVisitor. visit(SchemaElement node)
-