first commit
This commit is contained in:
11
hrmsEjb/org/apache/xerces/impl/xs/psvi/XSParticle.java
Normal file
11
hrmsEjb/org/apache/xerces/impl/xs/psvi/XSParticle.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package org.apache.xerces.impl.xs.psvi;
|
||||
|
||||
public interface XSParticle extends XSObject {
|
||||
int getMaxOccurs();
|
||||
|
||||
int getMinOccurs();
|
||||
|
||||
boolean getMaxOccursUnbounded();
|
||||
|
||||
XSTerm getTerm();
|
||||
}
|
Reference in New Issue
Block a user