Interface AttributePSVI
-
- All Superinterfaces:
ItemPSVI
- All Known Implementing Classes:
AttributePSVImpl
,PSVIAttrNSImpl
public interface AttributePSVI extends ItemPSVI
Represents a PSVI item for one attribute information item.
-
-
Field Summary
-
Fields inherited from interface org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.ItemPSVI
VALIDATION_FULL, VALIDATION_NONE, VALIDATION_PARTIAL, VALIDITY_INVALID, VALIDITY_NOTKNOWN, VALIDITY_VALID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XSAttributeDeclaration
getAttributeDeclaration()
[attribute declaration]: An item isomorphic to the declaration component itself.-
Methods inherited from interface org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.ItemPSVI
constant, getActualNormalizedValue, getActualNormalizedValueType, getErrorCodes, getErrorMessages, getIsSchemaSpecified, getItemValueTypes, getMemberTypeDefinition, getSchemaDefault, getSchemaNormalizedValue, getSchemaValue, getTypeDefinition, getValidationAttempted, getValidationContext, getValidity, isConstant
-
-
-
-
Method Detail
-
getAttributeDeclaration
XSAttributeDeclaration getAttributeDeclaration()
[attribute declaration]: An item isomorphic to the declaration component itself.
-
-