| Package | Description |
|---|---|
| com.sun.tools.xjc.model |
Implementation of the
com.sun.xml.bind.v2.model.core package for XJC. |
| com.sun.tools.xjc.reader |
Front-end that reads schema(s) and produce BGM.
|
| com.sun.tools.xjc.reader.relaxng | |
| com.sun.tools.xjc.reader.xmlschema |
| Modifier and Type | Field | Description |
|---|---|---|
static Multiplicity |
Multiplicity.ONE |
the constant representing the (1,1) multiplicity.
|
static Multiplicity |
Multiplicity.OPTIONAL |
the constant representing the (0,1) multiplicity.
|
static Multiplicity |
Multiplicity.PLUS |
the constant representing the (1,unbounded) multiplicity.
|
static Multiplicity |
Multiplicity.STAR |
the constant representing the (0,unbounded) multiplicity.
|
static Multiplicity |
Multiplicity.ZERO |
the constant representing the (0,0) multiplicity.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Multiplicity |
Multiplicity.choice(Multiplicity lhs,
Multiplicity rhs) |
|
static Multiplicity |
Multiplicity.create(int min,
java.lang.Integer max) |
|
static Multiplicity |
Multiplicity.create(java.math.BigInteger min,
java.math.BigInteger max) |
|
static Multiplicity |
Multiplicity.group(Multiplicity lhs,
Multiplicity rhs) |
|
Multiplicity |
Multiplicity.makeOptional() |
|
Multiplicity |
Multiplicity.makeRepeated() |
|
static Multiplicity |
Multiplicity.multiply(Multiplicity lhs,
Multiplicity rhs) |
|
static Multiplicity |
Multiplicity.oneOrMore(Multiplicity c) |
| Modifier and Type | Method | Description |
|---|---|---|
static Multiplicity |
Multiplicity.choice(Multiplicity lhs,
Multiplicity rhs) |
|
static Multiplicity |
Multiplicity.group(Multiplicity lhs,
Multiplicity rhs) |
|
boolean |
Multiplicity.includes(Multiplicity rhs) |
Returns true if the multiplicity represented by this object
completely includes the multiplicity represented by the
other object.
|
static Multiplicity |
Multiplicity.multiply(Multiplicity lhs,
Multiplicity rhs) |
|
static Multiplicity |
Multiplicity.oneOrMore(Multiplicity c) |
| Modifier and Type | Field | Description |
|---|---|---|
Multiplicity |
RawTypeSet.mul |
The occurence of the whole references.
|
| Constructor | Description |
|---|---|
RawTypeSet(java.util.Set<RawTypeSet.Ref> refs,
Multiplicity m) |
Should be called from one of the raw type set builders.
|
| Modifier and Type | Method | Description |
|---|---|---|
static RawTypeSet |
RawTypeSetBuilder.build(RELAXNGCompiler compiler,
DPattern contentModel,
Multiplicity mul) |
| Constructor | Description |
|---|---|
RawTypeSetBuilder(RELAXNGCompiler compiler,
Multiplicity mul) |
| Modifier and Type | Method | Description |
|---|---|---|
Multiplicity |
MultiplicityCounter.elementDecl(XSElementDecl decl) |
|
Multiplicity |
MultiplicityCounter.modelGroup(XSModelGroup group) |
|
Multiplicity |
MultiplicityCounter.modelGroupDecl(XSModelGroupDecl decl) |
|
Multiplicity |
MultiplicityCounter.particle(XSParticle p) |
|
Multiplicity |
MultiplicityCounter.wildcard(XSWildcard wc) |
Copyright © 2017 Oracle Corporation. All rights reserved.