Uses of Interface
com.sun.tools.xjc.reader.xmlschema.bindinfo.BIDeclaration
Packages that use BIDeclaration
Package
Description
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 BIDeclarationModifier and TypeMethodDescriptionprotected final <T extends BIDeclaration>
TParticleBinder.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 BIDeclarationModifier and TypeClassDescriptionfinal class
Class declaration.class
Conversion declaration.static final class
Implementation that returns a statically-determined constantTypeUse
.static class
User-specified<javaType>
customization.static class
class
DOM customization.final class
Enumeration customization.class
Enumeration member customization.class
Controls theObjectFactory
method name.final class
Global binding customization.class
GeneratesXmlInlineBinaryData
.final class
Property customization.final class
Schema-wide binding customization.class
Compatibility with 1.0.final class
Customization specified viaPlugin.getCustomizationURIs()
.final class
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 BIDeclarationModifier and TypeMethodDescription<T extends BIDeclaration>
TGets the first declaration with a given name, or null if none is found.Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return BIDeclarationModifier and TypeMethodDescriptionBindInfo.get
(int idx) BindInfo.getDecls()
Gets all the declarationsMethods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return types with arguments of type BIDeclarationModifier and TypeMethodDescriptionBIDeclaration.getChildren()
Gets childBIDeclaration
s if any.BIProperty.getChildren()
BindInfo.iterator()
Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo with parameters of type BIDeclarationModifier and TypeMethodDescriptionvoid
BindInfo.addDecl
(BIDeclaration decl) Adds a new declaration.