org.enhydra.apache.xerces.validators.common
Interface XMLValidator.AttributeValidator

All Known Implementing Classes:
XMLValidator.AttValidatorNOTATION, XMLValidator.AttValidatorENUMERATION
Enclosing class:
XMLValidator

public static interface XMLValidator.AttributeValidator

AttributeValidator.


Method Summary
 int normalize(QName element, QName attribute, int attValue, int attType, int enumHandle)
          Normalize.
 

Method Detail

normalize

public int normalize(QName element,
                     QName attribute,
                     int attValue,
                     int attType,
                     int enumHandle)
              throws Exception
Normalize.


Copyright © 1999 The Apache Software Foundation. All Rights reserved.