first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.apache.xerces.impl.xs.psvi;
|
||||
|
||||
public interface XSAttributeGroupDefinition extends XSObject {
|
||||
XSAnnotation getAnnotation();
|
||||
|
||||
XSObjectList getAttributeUses();
|
||||
|
||||
XSWildcard getAttributeWildcard();
|
||||
}
|
Reference in New Issue
Block a user