|
||||||||||
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 | |
---|---|
(package private) class |
AbstractDeclarationImpl
Abstract partial implementation of 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. |
(package private) static class |
BIEnum.BIEnumMember2
BIEnumMember used inside BIEnum has additional 'value' attribute. |
class |
BIEnumMember
Enumeration member customization. |
class |
BIFactoryMethod
Controls the ObjectFactory method name. |
class |
BIGlobalBinding
Global binding customization. |
(package private) static class |
BIGlobalBinding.GlobalStandardConversion
Global <jaxb:javaType>. |
(package private) static class |
BIGlobalBinding.GlobalVendorConversion
Global <xjc:javaType>. |
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> |
AbstractDeclarationImpl.getChildren()
|
Collection<BIDeclaration> |
BIDeclaration.getChildren()
Gets child BIDeclaration s 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 |