Uses of Interface
org.eclipse.jpt.jaxb.core.context.XmlNs

Packages that use XmlNs
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.context   
 

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

Methods in org.eclipse.jpt.jaxb.core that return XmlNs
 XmlNs JaxbFactory.buildJavaXmlNs(XmlSchema parent, XmlNsAnnotation xmlNsAnnotation)
           
 

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

Methods in org.eclipse.jpt.jaxb.core.context that return XmlNs
 XmlNs XmlSchema.addXmlNsPrefix(int index)
           
 

Methods in org.eclipse.jpt.jaxb.core.context that return types with arguments of type XmlNs
 org.eclipse.jpt.common.utility.internal.iterables.ListIterable<XmlNs> XmlSchema.getXmlNsPrefixes()
           
 

Methods in org.eclipse.jpt.jaxb.core.context with parameters of type XmlNs
 void XmlSchema.removeXmlNsPrefix(XmlNs xmlNsPrefix)