public class DefaultSchemaBindingValidator extends AbstractSchemaBindingValidator
excludedNs, excludedTypes, log, validatedElements, validatedTypes, WILDCARD
Constructor and Description |
---|
DefaultSchemaBindingValidator() |
DefaultSchemaBindingValidator(SchemaBindingResolver resolver) |
Modifier and Type | Method and Description |
---|---|
protected void |
handleError(String msg)
This an error handler method.
|
protected void |
log(String msg)
This method is supposed to log a message.
|
void |
validate(org.apache.xerces.xs.XSComplexTypeDefinition xsType,
TypeBinding typeBinding) |
void |
validate(org.apache.xerces.xs.XSElementDeclaration xsElement,
ElementBinding elementBinding) |
void |
validate(org.apache.xerces.xs.XSModelGroup xsModelGroup,
ParticleBinding groupParticle) |
protected void |
validate(org.apache.xerces.xs.XSModel xsSchema,
SchemaBinding schemaBinding) |
void |
validate(org.apache.xerces.xs.XSParticle xsParticle,
ParticleBinding particleBinding) |
void |
validate(org.apache.xerces.xs.XSSimpleTypeDefinition xsType,
TypeBinding typeBinding) |
void |
validate(org.apache.xerces.xs.XSTypeDefinition xsType,
TypeBinding typeBinding) |
enableLogging, excludeNs, excludeType, getSchemaResolver, includeNs, includeType, isLoggingEnabled, isNsExcluded, isTypeExcluded, reset, setSchemaResolver, validate, validate
public DefaultSchemaBindingValidator()
public DefaultSchemaBindingValidator(SchemaBindingResolver resolver)
protected void validate(org.apache.xerces.xs.XSModel xsSchema, SchemaBinding schemaBinding)
validate
in class AbstractSchemaBindingValidator
public void validate(org.apache.xerces.xs.XSElementDeclaration xsElement, ElementBinding elementBinding)
public void validate(org.apache.xerces.xs.XSTypeDefinition xsType, TypeBinding typeBinding)
public void validate(org.apache.xerces.xs.XSSimpleTypeDefinition xsType, TypeBinding typeBinding)
public void validate(org.apache.xerces.xs.XSComplexTypeDefinition xsType, TypeBinding typeBinding)
public void validate(org.apache.xerces.xs.XSParticle xsParticle, ParticleBinding particleBinding)
public void validate(org.apache.xerces.xs.XSModelGroup xsModelGroup, ParticleBinding groupParticle)
protected void handleError(String msg)
handleError
in class AbstractSchemaBindingValidator
msg
- the error messageprotected void log(String msg)
log
in class AbstractSchemaBindingValidator
msg
- the message to log.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.