Modifier and Type | Method and Description |
---|---|
Type |
Type.validate(Context context)
Validate an element/attribute with this type.
|
void |
Schema.validate(Context context)
Validates an XML document contained in a given Context object.
|
void |
Particle.validate(Context context)
Validates an XML document contained in a given Context object, at the
position specified by the cursor contained in same Context object.
|
Content |
Content.validate(Context context)
Validates an XML document contained in a given Context object.
|
Modifier and Type | Method and Description |
---|---|
Content |
SimpleContent.validate(Context context) |
Content |
SequenceContent.validate(Context context) |
Content |
EmptyContent.validate(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
ReferenceParticle.validate(Context context) |
void |
ElementParticle.validate(Context context) |
void |
AttributeParticle.validate(Context context) |
Modifier and Type | Method and Description |
---|---|
Type |
TypeReferenceType.validate(Context context) |
Type |
SimpleType.validate(Context context) |
Type |
EmptyType.validate(Context context) |
Type |
CustomType.validate(Context context) |
Type |
ComplexType.validate(Context context) |
Copyright © 2019. All Rights Reserved.