Uses of Interface
com.sun.tools.xjc.reader.xmlschema.bindinfo.BIDeclaration
-
Packages that use BIDeclaration Package Description 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 Modifier and Type Method Description protected <T extends BIDeclaration>
TParticleBinder. getLocalCustomization(XSParticle p, java.lang.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 Modifier and Type Class Description class
BIClass
Class declaration.class
BIConversion
Conversion declaration.static class
BIConversion.Static
Implementation that returns a statically-determined constantTypeUse
.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 theObjectFactory
method name.class
BIGlobalBinding
Global binding customization.class
BIInlineBinaryData
GeneratesXmlInlineBinaryData
.class
BIProperty
Property customization.class
BISchemaBinding
Schema-wide binding customization.class
BIXDom
Compatibility with 1.0.class
BIXPluginCustomization
Customization specified viaPlugin.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 Modifier and Type Method Description <T extends BIDeclaration>
TBindInfo. get(java.lang.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 Modifier and Type Method Description BIDeclaration
BindInfo. get(int idx)
BIDeclaration[]
BindInfo. getDecls()
Gets all the declarationsMethods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return types with arguments of type BIDeclaration Modifier and Type Method Description java.util.Collection<BIDeclaration>
BIDeclaration. getChildren()
Gets childBIDeclaration
s if any.java.util.Collection<BIDeclaration>
BIProperty. getChildren()
java.util.Iterator<BIDeclaration>
BindInfo. iterator()
Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo with parameters of type BIDeclaration Modifier and Type Method Description void
BindInfo. addDecl(BIDeclaration decl)
Adds a new declaration.
-