| Package | Description |
|---|---|
| com.sun.tools.xjc.reader.xmlschema | |
| com.sun.tools.xjc.reader.xmlschema.bindinfo |
Object Model that represents customization declarations.
|
| com.sun.xml.xsom |
Interfaces that the client should use to access schema information.
|
| 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 | Method | Description |
|---|---|---|
static javax.xml.namespace.QName |
BGMBuilder.getName(XSDeclaration decl) |
Returns the QName of the declaration.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
BIGlobalBinding.canBeMappedToTypeSafeEnum(XSDeclaration decl) |
| 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 © 2017 Oracle Corporation. All rights reserved.