|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BIDeclaration | |
|---|---|
| com.sun.tools.xjc.reader.xmlschema | |
| com.sun.tools.xjc.reader.xmlschema.bindinfo | Object Model that represents customization declarations. |
| Uses of BIDeclaration in com.sun.tools.xjc.reader.xmlschema |
|---|
| Methods in com.sun.tools.xjc.reader.xmlschema with type parameters of type BIDeclaration | ||
|---|---|---|
protected
|
ParticleBinder.getLocalCustomization(XSParticle p,
Class<T> type)
|
|
| Uses of BIDeclaration in com.sun.tools.xjc.reader.xmlschema.bindinfo |
|---|
| Classes in com.sun.tools.xjc.reader.xmlschema.bindinfo that implement BIDeclaration | |
|---|---|
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. |
| Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo with type parameters of type BIDeclaration | ||
|---|---|---|
|
BindInfo.get(Class<T> kind)
Gets the first declaration with a given name, or null if none is found. |
|
| Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return BIDeclaration | |
|---|---|
BIDeclaration |
BindInfo.get(int idx)
|
BIDeclaration[] |
BindInfo.getDecls()
Gets all the declarations |
| Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return types with arguments of type BIDeclaration | |
|---|---|
Collection<BIDeclaration> |
BIDeclaration.getChildren()
Gets child BIDeclarations if any. |
Collection<BIDeclaration> |
BIProperty.getChildren()
|
Iterator<BIDeclaration> |
BindInfo.iterator()
|
| Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo with parameters of type BIDeclaration | |
|---|---|
void |
BindInfo.addDecl(BIDeclaration decl)
Adds a new declaration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||