Uses of Class
com.sun.xml.txw2.annotation.XmlElement

Packages that use XmlElement
com.sun.xml.bind.v2.schemagen.episode TXW interfaces for writing episode file, which is what XJC needs to handle separate compilation. 
com.sun.xml.bind.v2.schemagen.xmlschema XML Schema writer generated by TXW. 
 

Uses of XmlElement in com.sun.xml.bind.v2.schemagen.episode
 

Classes in com.sun.xml.bind.v2.schemagen.episode with annotations of type XmlElement
 interface Bindings
           
 

Methods in com.sun.xml.bind.v2.schemagen.episode with annotations of type XmlElement
 Bindings Bindings.bindings()
          Nested bindings.
 Klass Bindings.klass()
          Nested class customization.
 SchemaBindings Bindings.schemaBindings()
           
 

Uses of XmlElement in com.sun.xml.bind.v2.schemagen.xmlschema
 

Classes in com.sun.xml.bind.v2.schemagen.xmlschema with annotations of type XmlElement
 interface Annotation
           
 interface Any
           
 interface Appinfo
           
 interface ComplexContent
           
 interface ComplexExtension
           
 interface ComplexRestriction
           
 interface ComplexType
           
 interface Documentation
           
 interface Import
           
 interface List
           
 interface LocalAttribute
           
 interface LocalElement
           
 interface Schema
           
 interface SimpleContent
           
 interface SimpleExtension
           
 interface SimpleRestriction
           
 interface SimpleType
           
 interface TopLevelAttribute
           
 interface TopLevelElement
           
 interface Union
           
 

Methods in com.sun.xml.bind.v2.schemagen.xmlschema with annotations of type XmlElement
 Import Schema._import()
           
 ExplicitGroup TypeDefParticle.all()
           
 ExplicitGroup ContentModelContainer.all()
           
 Annotation Schema.annotation()
           
 Annotation Annotated.annotation()
           
 Any NestedParticle.any()
           
 Any ContentModelContainer.any()
           
 Wildcard AttrDecls.anyAttribute()
           
 Appinfo Annotation.appinfo()
           
 TopLevelAttribute SchemaTop.attribute()
           
 LocalAttribute AttrDecls.attribute()
           
 ExplicitGroup TypeDefParticle.choice()
           
 ExplicitGroup NestedParticle.choice()
           
 ExplicitGroup ContentModelContainer.choice()
           
 ComplexContent ComplexTypeModel.complexContent()
           
 ComplexType ComplexTypeHost.complexType()
           
 Documentation Annotation.documentation()
           
 TopLevelElement SchemaTop.element()
           
 LocalElement NestedParticle.element()
           
 LocalElement ContentModelContainer.element()
           
 NoFixedFacet SimpleRestrictionModel.enumeration()
           
 SimpleExtension SimpleContent.extension()
           
 ComplexExtension ComplexContent.extension()
           
 List SimpleDerivation.list()
           
 SimpleRestriction SimpleDerivation.restriction()
           
 SimpleRestriction SimpleContent.restriction()
           
 ComplexRestriction ComplexContent.restriction()
           
 ExplicitGroup TypeDefParticle.sequence()
           
 ExplicitGroup NestedParticle.sequence()
           
 ExplicitGroup ContentModelContainer.sequence()
           
 SimpleContent ComplexTypeModel.simpleContent()
           
 SimpleType SimpleTypeHost.simpleType()
           
 Union SimpleDerivation.union()
           
 



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.