Uses of Interface
com.sun.tools.xjc.reader.xmlschema.bindinfo.BIDeclaration

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
<T extends BIDeclaration>
T
ParticleBinder.getLocalCustomization(com.sun.xml.xsom.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
 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
<T extends BIDeclaration>
T
BindInfo.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
 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
 java.util.Collection<BIDeclaration> BIDeclaration.getChildren()
          Gets child BIDeclarations 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
 void BindInfo.addDecl(BIDeclaration decl)
          Adds a new declaration.