Package | Description |
---|---|
com.sun.tools.xjc.reader.xmlschema | |
com.sun.tools.xjc.reader.xmlschema.bindinfo |
Object Model that represents customization declarations.
|
Modifier and Type | Method | Description |
---|---|---|
protected <T extends BIDeclaration> |
ParticleBinder.getLocalCustomization(XSParticle p,
Class<T> type) |
Modifier and Type | Class | Description |
---|---|---|
class |
BIClass |
Class declaration.
|
class |
BIConversion |
Conversion declaration.
|
static class |
BIConversion.Static |
Implementation that returns a statically-determined constant
TypeUse . |
static class |
BIConversion.User |
User-specified
<javaType> customization. |
static class |
BIConversion.UserAdapter |
|
class |
BIDom |
DOM customization.
|
class |
BIEnum |
Enumeration customization.
|
class |
BIEnumMember |
Enumeration member customization.
|
class |
BIFactoryMethod |
Controls the
ObjectFactory method name. |
class |
BIGlobalBinding |
Global binding customization.
|
class |
BIInlineBinaryData |
Generates
XmlInlineBinaryData . |
class |
BIProperty |
Property customization.
|
class |
BISchemaBinding |
Schema-wide binding customization.
|
class |
BIXDom |
Compatibility with 1.0.
|
class |
BIXPluginCustomization |
Customization specified via
Plugin.getCustomizationURIs() . |
class |
BIXSubstitutable |
Forces a non-collapsing behavior to allow extension schemas
to perform element substitutions.
|
Modifier and Type | Method | Description |
---|---|---|
<T extends BIDeclaration> |
BindInfo.get(Class<T> kind) |
Gets the first declaration with a given name, or null
if none is found.
|
Modifier and Type | Method | Description |
---|---|---|
BIDeclaration |
BindInfo.get(int idx) |
|
BIDeclaration[] |
BindInfo.getDecls() |
Gets all the declarations
|
Modifier and Type | Method | Description |
---|---|---|
Collection<BIDeclaration> |
BIDeclaration.getChildren() |
Gets child
BIDeclaration s if any. |
Collection<BIDeclaration> |
BIProperty.getChildren() |
|
Iterator<BIDeclaration> |
BindInfo.iterator() |
Modifier and Type | Method | Description |
---|---|---|
void |
BindInfo.addDecl(BIDeclaration decl) |
Adds a new declaration.
|
Copyright © 2018 Oracle Corporation. All rights reserved.