Uses of Interface
org.eclipse.jpt.jaxb.core.JaxbNode

Packages that use JaxbNode
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.context   
org.eclipse.jpt.jaxb.core.context.java   
 

Uses of JaxbNode in org.eclipse.jpt.jaxb.core
 

Subinterfaces of JaxbNode in org.eclipse.jpt.jaxb.core
 interface JaxbFile
          A JAXB Project contains JAXB files for all files in the project that are relevant to the JAXB spec.
 interface JaxbProject
          A JAXB project is associated with an Eclipse project (and its corresponding Java project).
 

Methods in org.eclipse.jpt.jaxb.core that return JaxbNode
 JaxbNode JaxbNode.getParent()
          Return the JAXB node's parent.
 

Uses of JaxbNode in org.eclipse.jpt.jaxb.core.context
 

Subinterfaces of JaxbNode in org.eclipse.jpt.jaxb.core.context
 interface JaxbAttributeMapping
          Represents a JAXB attribute mapping.
 interface JaxbAttributesContainer
          Holds the attributes represented by a particular JavaResourceType and XmlAccessType.
 interface JaxbClass
          Represents a JAXB class.
 interface JaxbContainmentMapping
          Represents a JAXB containment mappings (xml element/attribute)
 interface JaxbContextNode
          Common protocol for JAXB objects that have a context, as opposed to resource objects.
 interface JaxbContextRoot
          Root of the JAXB context model.
 interface JaxbElementFactoryMethod
          Represents a JAXB element factory method (A method inside an object factory (@XmlRegistry) with an explicit @XmlElementDecl annotation)
 interface JaxbEnumConstant
          Represents a JAXB enum constant.
 interface JaxbPackage
           Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JaxbPackageInfo
           Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JaxbPersistentAttribute
          Represents a JAXB attribute (field/property).
 interface JaxbPersistentClass
          Represents a JAXB persistent class.
 interface JaxbPersistentEnum
          Represents a JAXB persistent enum.
 interface JaxbPersistentField
          Represents a JAXB field.
 interface JaxbPersistentProperty
          Represents a JAXB property (getter/setter pair)
 interface JaxbPersistentType
          Represents a JAXB persistent type (class or enum).
 interface JaxbRegistry
          Represents a JAXB registry (A class with an explicit @XmlRegistry annotation)
 interface JaxbTransientClass
          Represents a transient JAXB type (A class with an explicit @XmlTransient annotation)
 interface JaxbType
          Represents a java class (or enum or interface) with JAXB metadata (specified or implied).
 interface XmlAccessOrderHolder
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlAccessTypeHolder
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlAdaptable
           
 interface XmlAnyAttributeMapping
          Represents a JAXB xml any attribute mapping (@XmlAnyAttribute)
 interface XmlAnyElementMapping
          Represents a JAXB xml any element mapping (@XmlAnyElement)
 interface XmlAttachmentRef
          Represents a JAXB XmlAttachmentRef
 interface XmlAttributeMapping
          Represents a JAXB xml attribute mapping (@XmlAttribute)
 interface XmlElementMapping
          Represents a JAXB xml element mapping (@XmlElement)
 interface XmlElementWrapper
          Represents a JAXB XML element wrapper
 interface XmlID
          Represents a JAXB XmlID
 interface XmlIDREF
          Represents a JAXB XmlIDREF
 interface XmlJavaTypeAdapter
           Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlList
          Represents a JAXB XML list
 interface XmlMixed
           Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlNs
           Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlRootElement
          Represents a JAXB xml root element.
 interface XmlSchema
           Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlSchemaType
           Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlSeeAlso
          Maintains a list of classes (class names here) to be added to the JAXB context.
 interface XmlValueMapping
          Represents a JAXB xml value mapping (@XmlValue)
 

Uses of JaxbNode in org.eclipse.jpt.jaxb.core.context.java
 

Subinterfaces of JaxbNode in org.eclipse.jpt.jaxb.core.context.java
 interface JavaContextNode