Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jaxb.core.resource.java.XmlNsAnnotation

Packages that use XmlNsAnnotation
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.context   
org.eclipse.jpt.jaxb.core.resource.java   
 

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

Methods in org.eclipse.jpt.jaxb.core with parameters of type XmlNsAnnotation
 XmlNs JaxbFactory.buildJavaXmlNs(JavaXmlSchema parent, XmlNsAnnotation xmlNsAnnotation)
           
 

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

Methods in org.eclipse.jpt.jaxb.core.context that return XmlNsAnnotation
 XmlNsAnnotation XmlNs.getResourceXmlNs()
           
 

Uses of XmlNsAnnotation in org.eclipse.jpt.jaxb.core.resource.java
 

Methods in org.eclipse.jpt.jaxb.core.resource.java that return XmlNsAnnotation
 XmlNsAnnotation XmlSchemaAnnotation.addXmlns(int index)
          Corresponds to the 'xmlns' element of the XmlSchema annotation.
 XmlNsAnnotation XmlSchemaAnnotation.xmlnsAt(int index)
          Corresponds to the 'xmlns' element of the XmlSchema annnotation.
 

Methods in org.eclipse.jpt.jaxb.core.resource.java that return types with arguments of type XmlNsAnnotation
 org.eclipse.jpt.common.utility.iterable.ListIterable<XmlNsAnnotation> XmlSchemaAnnotation.getXmlns()
          Corresponds to the 'xmlns' element of the XmlSchema annotation.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.