| java.lang.Object org.apache.xerces.impl.xs.AttributePSVImpl
AttributePSVImpl | public class AttributePSVImpl implements AttributePSVI(Code) | | Attribute PSV infoset augmentations implementation.
The PSVI information for attributes will be available at the startElement call.
author: Elena Litani IBM version: $Id: AttributePSVImpl.java 446734 2006-09-15 20:51:23Z mrglavas $ |
fActualValue | protected Object fActualValue(Code) | | schema actual value
|
fActualValueType | protected short fActualValueType(Code) | | schema actual value type
|
fItemValueTypes | protected ShortList fItemValueTypes(Code) | | actual value types if the value is a list
|
fNormalizedValue | protected String fNormalizedValue(Code) | | schema normalized value property
|
fSpecified | protected boolean fSpecified(Code) | | If this attribute was explicitly given a
value in the original document, this is false; otherwise, it is true
|
fValidationAttempted | protected short fValidationAttempted(Code) | | validation attempted: none, partial, full
|
fValidationContext | protected String fValidationContext(Code) | | validation context: could be QName or XPath expression
|
fValidity | protected short fValidity(Code) | | validity: valid, invalid, unknown
|
getActualNormalizedValue | public Object getActualNormalizedValue()(Code) | | |
getActualNormalizedValueType | public short getActualNormalizedValueType()(Code) | | |
getAttributeDeclaration | public XSAttributeDeclaration getAttributeDeclaration()(Code) | | An item isomorphic to the attribute declaration used to validate
this attribute.
an attribute declaration |
getErrorCodes | public StringList getErrorCodes()(Code) | | A list of error codes generated from validation attempts.
Need to find all the possible subclause reports that need reporting
list of error codes |
getMemberTypeDefinition | public XSSimpleTypeDefinition getMemberTypeDefinition()(Code) | | If and only if that type definition is a simple type definition
with {variety} union, or a complex type definition whose {content type}
is a simple thype definition with {variety} union, then an item isomorphic
to that member of the union's {member type definitions} which actually
validated the element item's normalized value.
a simple type declaration |
getSchemaDefault | public String getSchemaDefault()(Code) | | [schema default]
The canonical lexical representation of the declaration's {value constraint} value. See Also: getSchemaNormalizedValue | public String getSchemaNormalizedValue()(Code) | | [schema normalized value]
See Also: getTypeDefinition | public XSTypeDefinition getTypeDefinition()(Code) | | An item isomorphic to the type definition used to validate this element.
a type declaration |
getValidationAttempted | public short getValidationAttempted()(Code) | | Determines the extent to which the document has been validated
return the [validation attempted] property. The possible values areNO_VALIDATION, PARTIAL_VALIDATION and FULL_VALIDATION |
getValidationContext | public String getValidationContext()(Code) | | |
getValidity | public short getValidity()(Code) | | Determine the validity of the node with respect
to the validation being attempted
return the [validity] property. Possible values are:UNKNOWN_VALIDITY, INVALID_VALIDITY, VALID_VALIDITY |
reset | public void reset()(Code) | | Reset()
|
|
|
|
|