1 16 17 package org.apache.xerces.xs; 18 19 22 public interface XSAttributeUse extends XSObject { 23 28 public boolean getRequired(); 29 30 34 public XSAttributeDeclaration getAttrDeclaration(); 35 36 39 public short getConstraintType(); 40 41 44 public String getConstraintValue(); 45 46 54 public Object getActualVC() 55 throws XSException; 56 57 72 public short getActualVCType() 73 throws XSException; 74 75 88 public ShortList getItemValueTypes() 89 throws XSException; 90 91 } 92 | Popular Tags |