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

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

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

Subinterfaces of Node in org.eclipse.gmt.modisco.xml
 interface Attribute
          A representation of the model object 'Attribute'.
 interface CDATA
          A representation of the model object 'CDATA'.
 interface Comment
          A representation of the model object 'Comment'.
 interface DocumentTypeDeclaration
          A representation of the model object 'Document Type Declaration'.
 interface Element
          A representation of the model object 'Element'.
 interface Namespace
          A representation of the model object 'Namespace'.
 interface ProcessingInstruction
          A representation of the model object 'Processing Instruction'.
 interface Root
          A representation of the model object 'Root'.
 interface Text
          A representation of the model object 'Text'.
 

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

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

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

Subinterfaces of Node 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 JSPComment
          A representation of the model object 'JSP Comment'.
 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'.