| Method and Description | 
|---|
| org.apache.xerces.xs.ItemPSVI.getActualNormalizedValue() Use getSchemaValue().getActualValue() instead | 
| org.apache.xerces.xs.ItemPSVI.getActualNormalizedValueType() Use getSchemaValue().getActualValueType() instead | 
| org.apache.xerces.xs.XSElementDeclaration.getActualVC() Use getValueConstraintValue().getActualValue() instead | 
| org.apache.xerces.xs.XSAttributeUse.getActualVC() Use getValueConstraintValue().getActualValue() instead | 
| org.apache.xerces.xs.XSAttributeDeclaration.getActualVC() Use getValueConstraintValue().getActualValue() instead | 
| org.apache.xerces.xs.XSElementDeclaration.getActualVCType() Use getValueConstraintValue().getActualValueType() instead | 
| org.apache.xerces.xs.XSAttributeUse.getActualVCType() Use getValueConstraintValue().getActualValueType() instead | 
| org.apache.xerces.xs.XSAttributeDeclaration.getActualVCType() Use getValueConstraintValue().getActualValueType() instead | 
| org.apache.xerces.xs.XSElementDeclaration.getConstraintValue() Use getValueConstraintValue().getNormalizedValue() instead | 
| org.apache.xerces.xs.XSAttributeUse.getConstraintValue() Use getValueConstraintValue().getNormalizedValue() instead | 
| org.apache.xerces.xs.XSAttributeDeclaration.getConstraintValue() Use getValueConstraintValue().getNormalizedValue() instead | 
| org.apache.xerces.xs.XSElementDeclaration.getItemValueTypes() Use getValueConstraintValue().getListValueTypes() instead | 
| org.apache.xerces.xs.XSAttributeUse.getItemValueTypes() Use getValueConstraintValue().getListValueTypes() instead | 
| org.apache.xerces.xs.XSAttributeDeclaration.getItemValueTypes() Use getValueConstraintValue().getListValueTypes() instead | 
| org.apache.xerces.xs.ItemPSVI.getItemValueTypes() Use getSchemaValue().getListValueTypes() instead | 
| org.apache.xerces.xs.ItemPSVI.getSchemaNormalizedValue() Use getSchemaValue().getNormalizedValue() instead | 
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.