Dali Provisional API
Release 3.2

Uses of Class
org.eclipse.jpt.jaxb.core.xsd.XsdElementDeclaration

Packages that use XsdElementDeclaration
org.eclipse.jpt.jaxb.core.context   
org.eclipse.jpt.jaxb.core.xsd   
 

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

Methods in org.eclipse.jpt.jaxb.core.context that return XsdElementDeclaration
 XsdElementDeclaration XmlElement.getXsdElement()
          Return the schema element declaration referenced, if it can be resolved.
 XsdElementDeclaration XmlElementWrapper.getXsdElementDeclaration()
           
 

Uses of XsdElementDeclaration in org.eclipse.jpt.jaxb.core.xsd
 

Fields in org.eclipse.jpt.jaxb.core.xsd with type parameters of type XsdElementDeclaration
protected static org.eclipse.jpt.common.utility.transformer.Transformer<XsdElementDeclaration,String> XsdComplexTypeDefinition.XSD_ELEMENT_DECLARATION_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jaxb.core.xsd that return XsdElementDeclaration
 XsdElementDeclaration XsdTypeDefinition.getElement(String namespace, String name)
           
 XsdElementDeclaration XsdElementDeclaration.getElement(String namespace, String name)
           
abstract  XsdElementDeclaration XsdTypeDefinition.getElement(String namespace, String name, boolean recurseChildren)
           
 XsdElementDeclaration XsdComplexTypeDefinition.getElement(String namespace, String name, boolean recurseChildren)
           
 XsdElementDeclaration XsdSimpleTypeDefinition.getElement(String namespace, String name, boolean recurseChildren)
           
 XsdElementDeclaration XsdSchema.getElementDeclaration(String namespace, String name)
           
 

Methods in org.eclipse.jpt.jaxb.core.xsd that return types with arguments of type XsdElementDeclaration
 Iterable<XsdElementDeclaration> XsdSchema.getElementDeclarations()
           
 Iterable<XsdElementDeclaration> XsdSchema.getElementDeclarations(String namespace)
           
protected  Iterable<XsdElementDeclaration> XsdComplexTypeDefinition.getElementDeclarations(String namespace, boolean recurseChildren)
           
 

Methods in org.eclipse.jpt.jaxb.core.xsd with parameters of type XsdElementDeclaration
 String XsdComplexTypeDefinition.XsdElementDeclarationTransformer.transform(XsdElementDeclaration element)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.