| Package | Description |
|---|---|
| com.sun.xml.xsom | |
| com.sun.xml.xsom.impl | |
| com.sun.xml.xsom.impl.parser |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
XSAttContainer |
Common aspect of
XSComplexType and XSAttGroupDecl
as the container of attribute uses/attribute groups. |
interface |
XSAttGroupDecl |
Attribute group declaration.
|
interface |
XSAttributeDecl |
Attribute declaration.
|
interface |
XSComplexType |
Complex type.
|
interface |
XSElementDecl |
Element declaration.
|
interface |
XSListSimpleType |
List simple type.
|
interface |
XSModelGroupDecl |
Named model group declaration.
|
interface |
XSNotation |
Notation declaration.
|
interface |
XSRestrictionSimpleType |
Restriction simple type.
|
interface |
XSSimpleType |
Simple type.
|
interface |
XSType |
Base interface for
XSComplexType and XSSimpleType. |
interface |
XSUnionSimpleType |
Union simple type.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AttGroupDeclImpl |
|
class |
AttributeDeclImpl |
|
class |
AttributesHolder |
|
class |
ComplexTypeImpl |
|
class |
ElementDecl |
|
class |
ListSimpleTypeImpl |
|
class |
ModelGroupDeclImpl |
|
class |
NotationImpl |
|
class |
RestrictionSimpleTypeImpl |
|
class |
SimpleTypeImpl |
|
class |
UnionSimpleTypeImpl |
| Constructor | Description |
|---|---|
UName(XSDeclaration decl) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
NGCCRuntimeEx.checkDoubleDefError(XSDeclaration c) |
|
static boolean |
NGCCRuntimeEx.ignorableDuplicateComponent(XSDeclaration c) |
|
void |
DelayedRef.redefine(XSDeclaration d) |
If this reference refers to the given declaration,
resolve the reference now.
|
Copyright © 2018 Oracle. All rights reserved.