Uses of Class
org.jibx.binding.model.ValidationProblem
-
Packages that use ValidationProblem Package Description org.jibx.binding.model -
-
Uses of ValidationProblem in org.jibx.binding.model
Methods in org.jibx.binding.model that return ValidationProblem Modifier and Type Method Description ValidationProblemDefinitionContext. addImpliedNamespace(NamespaceElement def, ElementBase ref)Add namespace declaration to set defined at this level.ValidationProblemDefinitionContext. addNamedStructure(ContainerElementBase def)Add named structure to set defined in this context.ValidationProblemDefinitionContext. addNamespace(NamespaceElement def)Add namespace to set defined at this level.Methods in org.jibx.binding.model with parameters of type ValidationProblem Modifier and Type Method Description voidValidationContext. addProblem(ValidationProblem problem)Add problem report.
-