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 classClass declaration.classConversion declaration.static final classImplementation that returns a statically-determined constantTypeUse.static classUser-specified<javaType>customization.static classclassDOM customization.final classEnumeration customization.classEnumeration member customization.classControls theObjectFactorymethod name.final classGlobal binding customization.classGeneratesXmlInlineBinaryData.final classProperty customization.final classSchema-wide binding customization.classCompatibility with 1.0.final classCustomization specified viaPlugin.getCustomizationURIs().final classForces 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 childBIDeclarations if any.BIProperty.getChildren()BindInfo.iterator()Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo with parameters of type BIDeclarationModifier and TypeMethodDescriptionvoidBindInfo.addDecl(BIDeclaration decl) Adds a new declaration.