1 57 58 package com.sun.org.apache.xerces.internal.xs; 59 60 63 public interface XSAttributeUse extends XSObject { 64 69 public boolean getRequired(); 70 71 75 public XSAttributeDeclaration getAttrDeclaration(); 76 77 80 public short getConstraintType(); 81 82 85 public String getConstraintValue(); 86 87 95 public Object getActualVC() 96 throws XSException; 97 98 113 public short getActualVCType() 114 throws XSException; 115 116 129 public ShortList getItemValueTypes() 130 throws XSException; 131 132 } 133 | Popular Tags |