BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.apache.xerces.xni.psvi
Interface AttributePSVI

All Superinterfaces:
ItemPSVI
All Known Implementing Classes:
AttributePSVImpl, PSVIAttrNSImpl

Deprecated. please use JDK supplied XML parsers and transformers

public interface AttributePSVI
extends ItemPSVI

Represent a PSVI item for one attribute information item.


Field Summary
 
Fields inherited from interface weblogic.apache.xerces.xni.psvi.ItemPSVI
VALIDATION_FULL, VALIDATION_NONE, VALIDATION_PARTIAL, VALIDITY_INVALID, VALIDITY_UNKNOWN, VALIDITY_VALID
 
Method Summary
 weblogic.apache.xerces.impl.xs.psvi.XSAttributeDeclaration getAttributeDeclaration()
          Deprecated. An item isomorphic to the attribute declaration used to validate this attribute.
 
Methods inherited from interface weblogic.apache.xerces.xni.psvi.ItemPSVI
getActualValue, getErrorCodes, getIsSchemaSpecified, getMemberTypeDefinition, getMemberTypes, getSchemaDefault, getSchemaNormalizedValue, getTypeDefinition, getValidationAttempted, getValidationContext, getValidity
 

Method Detail

getAttributeDeclaration

public weblogic.apache.xerces.impl.xs.psvi.XSAttributeDeclaration getAttributeDeclaration()
Deprecated. 
An item isomorphic to the attribute declaration used to validate this attribute.

Returns:
an attribute declaration

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.