Uses of Interface
org.eclipse.gmt.modisco.xml.Element

Packages that use Element
org.eclipse.gmt.modisco.xml   
org.eclipse.gmt.modisco.xml.emf   
org.eclipse.gmt.modisco.xml.emf.util   
org.eclipse.modisco.jee.jsp   
 

Uses of Element in org.eclipse.gmt.modisco.xml
 

Subinterfaces of Element in org.eclipse.gmt.modisco.xml
 interface Root
          A representation of the model object 'Root'.
 

Methods in org.eclipse.gmt.modisco.xml that return Element
 Element Node.getParent()
          Returns the value of the 'Parent' container reference.
 

Methods in org.eclipse.gmt.modisco.xml with parameters of type Element
 void Node.setParent(Element value)
          Sets the value of the 'Parent' container reference.
 

Uses of Element in org.eclipse.gmt.modisco.xml.emf
 

Methods in org.eclipse.gmt.modisco.xml.emf that return Element
 Element MoDiscoXMLFactory.createElement()
          Returns a new object of class 'Element'.
 

Uses of Element in org.eclipse.gmt.modisco.xml.emf.util
 

Methods in org.eclipse.gmt.modisco.xml.emf.util with parameters of type Element
 T MoDiscoXMLSwitch.caseElement(Element object)
          Returns the result of interpreting the object as an instance of 'Element'.
 

Uses of Element in org.eclipse.modisco.jee.jsp
 

Subinterfaces of Element in org.eclipse.modisco.jee.jsp
 interface ComposedAttribute
          A representation of the model object 'Composed Attribute'.
 interface JavaScript
          A representation of the model object 'Java Script'.
 interface JSPAction
          A representation of the model object 'JSP Action'.
 interface JSPDeclaration
          A representation of the model object 'JSP Declaration'.
 interface JSPDirective
          A representation of the model object 'JSP Directive'.
 interface JSPExpression
          A representation of the model object 'JSP Expression'.
 interface JSPScript
          A representation of the model object 'JSP Script'.
 interface JSPScriptlet
          A representation of the model object 'JSP Scriptlet'.
 interface JSPStdAction
          A representation of the model object 'JSP Std Action'.
 interface JSPTagLib
          A representation of the model object 'JSP Tag Lib'.