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

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

final class XMLValidator.AttValidatorNOTATION
extends java.lang.Object
implements XMLValidator.AttributeValidator

AttValidatorNOTATION.


Constructor Summary
(package private) XMLValidator.AttValidatorNOTATION()
           
 
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.AttValidatorNOTATION

XMLValidator.AttValidatorNOTATION()
Method Detail

normalize

public int normalize(QName element,
                     QName attribute,
                     int attValueHandle,
                     int attType,
                     int enumHandle)
              throws java.lang.Exception
Normalize.

Specified by:
normalize in interface XMLValidator.AttributeValidator
java.lang.Exception

invalidStandaloneAttDef

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



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