Package | Description |
---|---|
com.sun.xml.xsom.impl |
Implementation of the
com.sun.xml.xsom package. |
com.sun.xml.xsom.impl.parser |
Parser that reads XML Schema documents and builds an
XSSchemaSet object. |
Modifier and Type | Interface | Description |
---|---|---|
static interface |
Ref.Element |
Modifier and Type | Class | Description |
---|---|---|
class |
ElementDecl |
|
class |
ModelGroupDeclImpl |
|
class |
ModelGroupImpl |
|
class |
WildcardImpl |
|
static class |
WildcardImpl.Any |
|
static class |
WildcardImpl.Finite |
|
static class |
WildcardImpl.Other |
Constructor | Description |
---|---|
ParticleImpl(SchemaDocumentImpl owner,
AnnotationImpl _ann,
Ref.Term _term,
Locator _loc) |
|
ParticleImpl(SchemaDocumentImpl owner,
AnnotationImpl _ann,
Ref.Term _term,
Locator _loc,
int _maxOccurs,
int _minOccurs) |
|
ParticleImpl(SchemaDocumentImpl owner,
AnnotationImpl _ann,
Ref.Term _term,
Locator _loc,
BigInteger _maxOccurs,
BigInteger _minOccurs) |
Modifier and Type | Class | Description |
---|---|---|
static class |
DelayedRef.Element |
|
static class |
DelayedRef.ModelGroup |
Copyright © 2018 Oracle Corporation. All rights reserved.