Save This Page
Home » xmlbeans-2.4.0-src » org.apache.xmlbeans.impl.schema » [javadoc | source]
org.apache.xmlbeans.impl.schema
public class: SchemaAttributeModelImpl [javadoc | source]
java.lang.Object
   org.apache.xmlbeans.impl.schema.SchemaAttributeModelImpl

All Implemented Interfaces:
    SchemaAttributeModel

Constructor:
 public SchemaAttributeModelImpl() 
 public SchemaAttributeModelImpl(SchemaAttributeModel sam) 
Method from org.apache.xmlbeans.impl.schema.SchemaAttributeModelImpl Summary:
addAttribute,   getAttribute,   getAttributes,   getWildcardProcess,   getWildcardSet,   removeProhibitedAttribute,   setWildcardProcess,   setWildcardSet
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.xmlbeans.impl.schema.SchemaAttributeModelImpl Detail:
 public  void addAttribute(SchemaLocalAttribute attruse) 
 public SchemaLocalAttribute getAttribute(QName name) 
 public SchemaLocalAttribute[] getAttributes() 
 public int getWildcardProcess() 
 public QNameSet getWildcardSet() 
 public  void removeProhibitedAttribute(QName name) 
 public  void setWildcardProcess(int proc) 
 public  void setWildcardSet(QNameSet set)