org.enhydra.apache.xerces.validators.schema
Class OneElement

java.lang.Object
  |
  +--org.enhydra.apache.xerces.validators.schema.OneElement

class OneElement
extends Object


Field Summary
 boolean allowNonSchemaAttr
           
 Object[] attrArray
           
 Hashtable attrList
           
 
Constructor Summary
OneElement(Hashtable attrList)
           
OneElement(Hashtable attrList, boolean allowNonSchemaAttr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attrList

public Hashtable attrList

attrArray

public Object[] attrArray

allowNonSchemaAttr

public boolean allowNonSchemaAttr
Constructor Detail

OneElement

public OneElement(Hashtable attrList)

OneElement

public OneElement(Hashtable attrList,
                  boolean allowNonSchemaAttr)


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