org.enhydra.apache.xerces.validators.common
Class XMLValidator.AttValidatorENUMERATION

java.lang.Object
  |
  +--org.enhydra.apache.xerces.validators.common.XMLValidator.AttValidatorENUMERATION
All Implemented Interfaces:
XMLValidator.AttributeValidator
Enclosing class:
XMLValidator

final class XMLValidator.AttValidatorENUMERATION
extends Object
implements XMLValidator.AttributeValidator

AttValidatorENUMERATION.


Constructor Summary
(package private) XMLValidator.AttValidatorENUMERATION()
           
 
Method Summary
(package private)  boolean invalidStandaloneAttDef(QName element, QName attribute)
          Returns true if invalid standalone attribute definition.
 int normalize(QName element, QName attribute, int attValueHandle, int attType, int enumHandle)
          Normalize.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLValidator.AttValidatorENUMERATION

XMLValidator.AttValidatorENUMERATION()
Method Detail

normalize

public int normalize(QName element,
                     QName attribute,
                     int attValueHandle,
                     int attType,
                     int enumHandle)
              throws Exception
Normalize.
Specified by:
normalize in interface XMLValidator.AttributeValidator

invalidStandaloneAttDef

boolean invalidStandaloneAttDef(QName element,
                                QName attribute)
Returns true if invalid standalone attribute definition.


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